-
Notifications
You must be signed in to change notification settings - Fork 262
How to add a service to the setup? #196
Comments
Assuming you got the original playbook working, just add the subdomain in similar fashion to previous ones (unless you're using wildcard subdomain, then you don't need to do that). If you want to add ntfy to Bunkerweb reverse proxy, you can:
Also, if you're using authelia, add the neccessary configuration for it as well. As a result, you should be able to reach ntfy at yourdomain.com. |
newbie doubts about vaultwarden container:On my vps I set roles/bunkerweb/templates/env.j2 as @k-wlosek suggests, but trying to create the account for valutwarden I get an error about HTTPS required, while if I prepend https:// to domain:port I get SSL_ERROR_RX_RECORD_TOO_LONG My docker-compose.yml for test
I should read well and really understand this stuff at least:
|
Hi,
I know that this is definitely not an issue with the package itself. That works great and thanks for putting this together.
I would like to enhance the setup by adding ntfy to my setup. I am OK familiar with adding it to authelia, but I have no idea, how to add the subdomain to duckdns or get from the IP:port of the ntfy docker image to the URL. At home I use NPM for that, but I was not able to find the bunkerweb config files to check whether I can add it there. If that is the place to look.
Although it is not connected to your project, I would appreciate some guidance.
The text was updated successfully, but these errors were encountered: