life8853

joined 1 year ago
3
submitted 1 year ago* (last edited 1 year ago) by life8853@tslemmy.duckdns.org to c/selfhosted@lemmy.world
 

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)

Than i guess it's a bug of some sort, maybe file an issue on github?

[–] life8853@tslemmy.duckdns.org 2 points 1 year ago (2 children)

If that happens for me i usually refresh the site with Ctrl+F5. It removes the browser cache and reloads the site from the ground up, it usually makes the button to appear again.

 

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

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

[–] life8853@tslemmy.duckdns.org 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?)

 

Hello, a new instance here. I just set it up and i wondered is there a way to pull all the posts from community from another server at once?

Also does subscribing pull them in?