You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
[ x] I've read the FAQ and my problem isn't described there.
[ x] I've also searched through the existing issues, and my problem hasn't been brought up
Describe the issue
Running the script on a Lightsail instance doesn't seem to work. Authelia and bunkerweb docker containers keep coming up unhealthy (screenshot below) and authelia is unreachable via the browser. I did run the playbook successfully with another VPS provider
AWS does not enable root access by default, but I enabled root access as a debugging step. Although the script should work without root access.
The playbook appears to skip steps even after deleting ansible folder and running from scratch:
Logs (if applicable)
Paste any relevant error messages here:
When I hit my public domain I see the GET logs in bunkerweb container logs, with the only error i see below. Browse says ERR_CONNECTION_RESET
[BUNKERNET] BunkerNet API is rate limiting us, context: ngx.timer, client: xxx.xxx.x.xx, server: 0.0.0.0:80
Environment:
Client OS: Unix (MacOs)
VPS OS: Ubuntu 22.04
VPS Provider: AWS Lightsail
The text was updated successfully, but these errors were encountered:
Describe the issue
AWS does not enable root access by default, but I enabled root access as a debugging step. Although the script should work without root access.
The playbook appears to skip steps even after deleting ansible folder and running from scratch:
This may be because AWS assigns private IP to instance: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-public-ip-and-private-ip-addresses-in-amazon-lightsail
Here are my lightsail firewall rules:
Logs (if applicable)
Paste any relevant error messages here:
When I hit my public domain I see the GET logs in bunkerweb container logs, with the only error i see below. Browse says
ERR_CONNECTION_RESET
Environment:
The text was updated successfully, but these errors were encountered: