2
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

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)

2
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]

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
[-] [email protected] 2 points 1 year ago

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

[-] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Honestly, i don't think anyone knows what is happening what is going on inside the docker-compose files i set my instance up with 0.17.4/prod file with some tweaks.

Gotta stick with the 1st rule of engineering: "If it works, do not touch it"

Also i don't know if my full works, cause i can federate with everybody except lemmy.ml (which i guess is a error on their end?)

life8853

joined 1 year ago