• 2 Posts
  • 18 Comments
Joined 2Y ago
cake
Cake day: Jul 01, 2023

help-circle
rss

no no internal: true mans the network is isolated from the outside and is irrelevant to needing port mapping or not, poet mapping is only needed to bring traffic into the docker virtual network

for my setup I have only one container with port mapping running traefik reverse proxying to my other sevices which use the external:true network because it is managed by the traefik docker compose file, in the traefik compose I do not say external: or internal:


so in socker compose external tetwork is a network created outside of that compose file, for example on setup I have traefik running in a container which defines the traefik network, in another compose file you can reference that network by name and mark it as external to connect containers to it

I’ve not set up a pixelfed instance before so I can’t help with the folder perms but I’d think they would work themselves out


no that’s the thing it still need the airflow for convection cooling


I kinda get it tho, accepting the cringe makes doing the cringe things way better


we should just standardze town names like this to be the us versions and only refer to the British versions as Ipswich uk 🤮


ah ok, I got it working now, guess I have to use an nginx container anyway to host static stuff tho, the config being attached to a container is def a nice thing


man, how did I not find that, that was just what I was looking for.


Traefik tutorials?
I'm migrating my server to a new server and wanna try something new. I've been using nginx to reverse proxy my stuff and I recently heard about traefik being able to read labels off docker containers. I've been googling around but I can't for the life of me figure out how to get the access to the dashboard without having insecure mode on.
fedilink

I use cloudflare as my DNS and registrar and ddclient to set up addresses dynamically



I use either .home or an actual domain that I own (makes it easy for https certs and not having to go out of the network and back in)


there are 3 main steps depending on what OS is being run, but it basically goes like this

port forward some port to a maching on your home network,

create a wireguard config through network manager if you’re using that or the wg-quick command, make sure it auto connects

3 mess with the firewall so that your devices on the wireguard network can see your home network

there are tons of easy to follow guides out there, this is the one I followed


I can vouch for wireguard it’s super easy to setup


cloudflare is sweet I just switched to there from Google domains and it feels like a billion options have just opened up

also the https security radio buttons I always forget to change in new sites



I’d put my storage in a proper nas machine rather than having 25tb strewn across 4 boxes


the mod that allows me to press y to find items in nearby inventories is a lifesaver



no, but at 23 you’d wish you started at 22

as the saying goes the best time to start was when you were 6 the second best time is now


well like the proper way to do it would be to just make a web app that interfaces with a database, not sure if there’s anything plug and play that does this tho