• 2 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 17, 2023

help-circle
rss
Hello everyone! So I have installed WUD on my Orange Pi and it works fine for all the containers except those from Invidious app (UI and postrgres container). They all seem detected as having the wrong version, invidious is suggested an older version than what I currently have installed and postgres is recommended to go from 14 (which is defined in the docker-compose.yml file) to the 16beta. Did anyone ever had a similar issue? Maybe do you know some alternatives to WUD to check image updates (through a web gui)
fedilink

Home Assistant with proxy (bridge network to host network connection)
This is more of a docker question than a selfhosted question, but i think that most of people here should be familiar with docker. HA runs with `network-mode : host` (in order for autodiscovery to work) when my Nginx Proxy Manager is running on a bridge network (and in a different docker-compose.yml file), which makes them not see each other as far as I know. Could I maybe add an additional network to the HA like this: ``` networks: default: driver: host nginxnetwork: external: true ```
fedilink

Yea, its sometimes annoying when you have to manage 2 firewalls (still to this day i find the Oracle interface too messy), but it makes it secure