C8opmBM
C8opmBM
Amazing work and the materialyou looks and scrolls amazingly good. I like the card view, but I'm still waiting an update on grouped/foldered feeds, at least for the standalone version...
You can take a look at [ReadYou](https://github.com/Ashinch/ReadYou), maybe use similar settings, if possible. https://raw.githubusercontent.com/Ashinch/ReadYou/main/fastlane/metadata/android/en-US/images/feeds.png
I made it work with swag. Will post the setup in a bit.
So first if you're using swag, their default way to authenticate is `sub.domain.xxx/authelia` We need to change it to `auth.domain.xxx` To do that in authelia config make sure you have...
As @JazzFisch mentioned (I run the same setup) splitting DNS is the easier solution. Take a look here: https://virtualize.link/split-dns/ If/when I have local-only containers, I can still access them outside...
The idea was to setup a reverse proxy for your domain and subdomains you use for your containers (read up on SWAG or example, create cnames for your subdomains with...
I'm also on OpenMediaVault and this setup works perfectly on my end. You don't need to specify the network, that is my example setup, you should adjust it accordingly, but...
The above snippet is in my yml file and is what I'm currently using. So both homepage and dockerproxy are on `:latest` tag LE: actually I added the IMAGES access...
Are they both on the same network? Did you enable portainer in OMV? Check logs in dockerproxy and post them here.
Regarding the network, I mean, you need to check that both containers run on the same docker network. Check that in portainer. This is why I specified the network in...