Wallabag in App Store not working

I am trying to run Wallabag from the App Store on my hAP ax3. It installs and runs, however, the webpage is very plain and it runs extremely slow. Basically the GUI isn't loading. It is showing in the IP > Reverse Proxy window. Shows as dynamically assigned using the IP address internal to the container.

Nginx and Trilium are installed manually and run fine. Caddy and others from the App Store also run fine.

Only Nginx, Trilium, and Wallabag are running. Free memory is 244 MB and CPU usage is 2%. Containers are stored on a 2 TB USB drive with plenty of space.

The SNI url thing (wallabag.xxx.routingthecloud.com) does not load the webpage. That is what the reverse proxy is tied to.

My container skills are slightly above beginner.

Any ideas?

Try setting the "Network" as "Internal" in the /app definition. But that be my only guess.

Or perhaps, as a test, set use-https=no (which see if the issue is with the rev-proxy)

Disabling https in the /app configuration resolved the problem! No reverse proxy is dynamically created.

The network was already set to 'internal'.

Thanks.

Glad that worked. This seems like a bug. The reverse-proxy issue may be a port conflict, but IDK.

Now in your case, if you have caddy, it might be easier to just use that to handle HTTPS in a common way as reverse-proxy is less useful if you already have something more powerful like caddy running.