-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
This isn't possible to do with just a runtime change, you'd have to build and compile the program itself.
Is the right idea, I think you'd need to compile build the frontend with that change and then build the binary. |
Beta Was this translation helpful? Give feedback.
-
@gaellecoz were you able to get it proxied over nginx? I'm trying to do the same. Have no idea what to do. This app is the hardest of all i've worked with so far to try to accomplish this. |
Beta Was this translation helpful? Give feedback.
-
For what it's worth, though this probably won't help with your current certs, a wildcard domain cert (*.domain.com) does let you use the same cert for any subdomain. |
Beta Was this translation helpful? Give feedback.
-
I was able to run it inside the /homebox/ subpath of my server. If someone is interested, here is my config. Not future-proof probably and not perfect, I know, but it works with the latest docker I have (v0.19.0):
|
Beta Was this translation helpful? Give feedback.
This isn't possible to do with just a runtime change, you'd have to build and compile the program itself.
Is the right idea, I think you'd need to compile build the frontend with that change and then build the binary.