-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain Name in Kuma docker #2561
Comments
You can. You need a reverse proxy or you can also use Cloudflare tunnels. |
how can i do that with reverse proxy can you help me? |
Many methods, but I recommend Cloudflare Tunnel. https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy-with-Cloudflare-Tunnel |
i tried with my apache but dont work can you see where is the errror apache file ServerName status.xxx.xxx SSLEngine On SSLCertificateFile /etc/letsencrypt/live/status.xxx.xxx/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/status.xxx.xxx/privkey.pem # Protocol 'h2' is only supported on Apache 2.4.17 or newer. Protocols h2 http/1.1ProxyPass / http://localhost:3001/ and composer file Simple docker-compose.ymlYou can change your port or volume locationversion: '3.3' services: uptime-kuma: volumes: |
@megasmorf I followed this |
We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days. |
This issue was closed because it has been stalled for 2 days with no activity. |
🛡️ Security Policy
📝 Describe your problem
I have Kuma with docker installation so my format now is http://serverip/kumasetup/xxx my question is how can i have domain with https:// in kuma for example kuma.mydomain.xxx
🐻 Uptime-Kuma Version
1.19.3
💻 Operating System and Arch
Ubuntu 20.04.5 LTS
🌐 Browser
Google Chrome
🐋 Docker Version
Docker version 20.10.22, build 3a2c30b
🟩 NodeJS Version
No response
The text was updated successfully, but these errors were encountered: