https setup #694
-
Hello, please how to set up Homebox to run on https? I run a docker compose installationa and tried to put into yml file the following under section environment
I wonder if it shoud not say HBOX_SWAGGER_SCHEMA as somewhere is E and somewhere is A in docs but then when I try to go https://myip:3100 it does not work and it gives ERR_SSL_PROTOCOL_ERROR as reply |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Homebox itself does not support HTTPs, you'll need to use a proxy such as Nginx, Caddy, Traefik, Cloudflare Tunnels, etc. in order to get HTTPs working. |
Beta Was this translation helpful? Give feedback.
-
Thank you I solved it with a Apache reverse proxy
jm
…On Wed, May 14, 2025 at 2:54 AM Matt Kilgore ***@***.***> wrote:
Homebox itself does not support HTTPs, you'll need to use a proxy such as
Nginx, Caddy, Traefik, Cloudflare Tunnels, etc. in order to get HTTPs
working.
—
Reply to this email directly, view it on GitHub
<#694 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQAWS3LEHBBDBZJKIFEYBD26KH5DAVCNFSM6AAAAAB474CXLGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJTHAZDIMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Homebox itself does not support HTTPs, you'll need to use a proxy such as Nginx, Caddy, Traefik, Cloudflare Tunnels, etc. in order to get HTTPs working.