Questions tagged [ovh]

OVH is an Internet service provider providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

OVH is an Internet service provider (ISP) providing dedicated servers, shared and cloud hosting, domain registration, and VoIP telephony services.

References

320 questions
10
votes
2 answers

Directus can't be installed on a shared hosting

I'm trying to setup Directus. I just performed a brand new install following the guidelines described in the documentation. However once I login, I have this error: "Server Error - Something is wrong with this instance’s server or database." A UI…
Yako
  • 3,405
  • 9
  • 41
  • 71
8
votes
3 answers

Customize URL with Heroku and OVH

I push my app I create with Ruby on rails on heroku and I have by default myapp.herokuapp.com I buy my domain name on OVH I do heroku domains:add www.myapp.co to redirect to myapp.herokuapp.com. I want to have only www.myapp.co this target and keep…
Basti B.
  • 371
  • 2
  • 6
  • 17
8
votes
2 answers

Ionic as a web server

I have an Ionic project and I want it to work as if it is a web server (say mamp + php). Since ionic is able to display a project in browser localy (using ionic serve), I am pretty sure it is able to do that. I have a simple ovh server. How could I…
Moebius
  • 6,242
  • 7
  • 42
  • 54
5
votes
0 answers

Traefik + Let's Encrypt OVH domain

I have a VPS on Scaleway where I am running docker and I am trying to make Let's Encrypt work with Traefik. This is my traefik.toml: defaultEntryPoints = ["http", "https"] debug = true logLevel = "DEBUG" [web] address = ":8080" …
GhzNcl
  • 149
  • 1
  • 4
  • 13
5
votes
1 answer

Enable permanently CORS in OVH Object Storage (OpenStack swift)

I can enable CORS in OVH Object Storage (that uses OpenStack Swift) using this command curl -i -XPUT -H "X-Auth-Token: xxxxxxxxxxx" -H "X-Container-Meta-Access-Control-Allow-Origin: *"…
acrh
  • 59
  • 4
5
votes
3 answers

Cannot connect to HTTPS (443) from a docker image

I installed docker on a new dedicated server (on a generic ubuntu 14.0 - linux kernel 3.13.0-71). I installed an ubuntu docker image to test the environment. ( docker run -it ubuntu bash ) and I installed curl with openssl support. When I try to get…
user1649194
  • 79
  • 1
  • 1
  • 6
4
votes
1 answer

OVH JAVA API using Get request with parameters

am trying to create a web interface to interact with OVH's telephony API ovh telephony api using the official JAVA wrapper OVH java wrapper. I am trying to use a GET endpoint with parameters. this is the endpoint: GET…
Aymen Ragoubi
  • 298
  • 5
  • 22
4
votes
1 answer

How to register domain using OVH API

I have problem with registering a domain using API OVH. In first step I create cart with: POST /order/cart Then I check if domain is available: GET /order/cart/{cartId}/domain If it is, than I add it to cart with: POST…
Jacob Q
  • 61
  • 3
4
votes
0 answers

Heroku custom domains

I'm trying to add a custom domain for my heroku app, myapp.herokuapp.com to www.example.com Here are the steps i've done so far : In heroku setting, i added my custom domains, so heroku gave my the following DNS Target:…
Tomas
  • 249
  • 3
  • 13
4
votes
1 answer

BadParametersError: Invalid signature when using OVH Python wrapper

I'm using OVH API along with python wrapper: https://pypi.python.org/pypi/ovh When trying to execute this code: import ovh client = ovh.Client() # Print nice welcome message print "Welcome", client.get('/me')['firstname'] I get this…
Ruben
  • 1,065
  • 5
  • 18
  • 44
4
votes
2 answers

Laravel 5.1 cron not workin in OVH

I'm trying to run a cron in my OVH but it is not accepting the command : php artisan schedule:run 1>> /dev/null 2>&1 Error occured : it say : The characters for the records are letters , numbers, and characters -_./ Moreover , it is forbidden to…
Pranab
  • 157
  • 11
4
votes
2 answers

Javax mail api with OVH

Is it possible to user javax mail with OVH? I can do it with Yahoo mail, but when I am trying to use it with OVH I am getting this error : at org.springframeworkjavax.mail.MessagingException: Exception reading response; nested exception is: …
user1260928
  • 3,269
  • 9
  • 59
  • 105
3
votes
0 answers

Is there any possibility to rebuild templates in utask (ovh/utask) on runtime?

I want to use ovh/utask as workflow engine in my app: https://github.com/ovh/utask I want to allow customer to create templates in my primary app and save them as workflows. Parsed Yaml files will be saved into git ignored directory inside…
Artur R.
  • 248
  • 2
  • 9
3
votes
0 answers

Laravel Filament Issue with https on prod server

Since I migrated my app (but its just a blank project for now) when I try to access the admin login page, I have issues both with Chrome & Firefox. On Chrome, messages are : GET…
3
votes
1 answer

Can't send a mail with SMTPLib Python with OVH server

I'm coding a script to automatically send emails with Python but I don't receive any email on the receiver adresses (I'm sure the adresses are good I checked 100 times) whereas the code is executing successfully. Also, I tried using TLS (port 587)…
bilbozen
  • 31
  • 1
1
2 3
21 22