I’m running Dawarich on a Proxmox LXC container (using the community-scripts setup), and I’m suddenly getting a “Blocked hosts” error when trying to access my instance via my domain (dawarich.xxxxxxxxxx.com).
Here is my setup:
-
Installation: Native LXC (not using Docker).
-
Environment: Debian GNU/Linux 13 (trixie).
-
Issue: I am receiving the “Blocked hosts: dawarich.xxxxxxxxx.com” error page. I have tried to configure
APPLICATION_HOSTSin both the.envfile and even tried addingRAILS_ALLOWED_HOSTSdirectly to my systemddawarich.servicefile (ExecStart), but the error persists regardless of my configuration changes.
It seems like the application is not picking up these configuration changes or is being restricted elsewhere. I have verified that my Cloudflare Tunnel routing is correct.
Has anyone experienced issues with host authorization on native LXC installs recently, or is there a specific place where this needs to be configured when not using Docker?
