Questions tagged [caprover]
24 questions
0
votes
0 answers
Docker healthcheck command does not work as expected
Im using CapRover to manage my Laravel app.
Even though CapRover does have logic to achieve zero downtime deployment (e.g. using stop-first and/or start-first), but Im getting 502 HTTP error for ~5s after every successful deployment.
I was advised…

Louis L
- 81
- 3
- 9
0
votes
1 answer
CapRover serving static files from host
I want to serve static files located on the host server using CapRover.
What I did:
Created directory structure /srv/foo/bar.
Ensured bar permission is drw-rw-r-- and all files inside it are -rw-r--r--.
Created new app in CapRover dashboard called…

wiradikusuma
- 1,930
- 4
- 28
- 44
0
votes
1 answer
Trouble connecting Kibana to ElasticSearch on CapRover
Trouble connecting Kibana to ElasticSearch on CapRover
Kibana's error log:
unable to revive connection
no living connections

Neil
- 7,482
- 6
- 50
- 56
0
votes
1 answer
Getting Error when Enabling Https on `CapRover`
When enabling https on CapRover got the following error:
1107 : Unexpected output when enabling SSL forcaptain. with ACME Certbot Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None…

Neil
- 7,482
- 6
- 50
- 56
0
votes
1 answer
Error Connecting to ElasticSearch on CapRover
Have installed ElasticSearch on CapRover using One-Click install; but got the following error when trying to connect:
urllib3.exceptions.NewConnectionError: : Failed to establish a new…

Neil
- 7,482
- 6
- 50
- 56
0
votes
1 answer
A way to copy files from one Caprover image to another
I uploaded a website using caprover and django and works well. Everything works fine, but I noticed whenever I updated the project user files get lost, although everything gets updated quite well. I understand caprover is build on top of nginx and…

wilson irungu
- 77
- 1
- 8
-1
votes
1 answer
Caprover nginx host mjs files
I have a caprover application with this nginx code:
<%
if (s.forceSsl) {
%>
server {
listen 80;
server_name <%-s.publicDomain%>;
# Used by Lets Encrypt
location /.well-known/acme-challenge/ {
…

Nikita Aplin
- 367
- 2
- 10
-2
votes
0 answers
SMTP server connection issue mattermost
My Mattermost instance is running on CapRover using Docker on my VPS, and i want to set up SMTP for Mattermost. i install postfix and setup every thing, but the issue is connect smtp server with mattermost. help please
enter image description…