[-] [email protected] 7 points 5 days ago
[-] [email protected] 3 points 2 weeks ago

You're lucky to use the website.. All my banking apps need the app to login to their website. I open the app, it crashes and complains about not being a reliable system. Tried magisk and all those modules..only one of them works after all the hoops.

[-] [email protected] 3 points 2 weeks ago

Yeah you're probably right about that, I'm no expert and this make a lot of sense ..I hope to see XMR face this transaction load issue..that would mean more people using it

[-] [email protected] 1 points 3 weeks ago

Yeah, if they used monero instead of lightning would be a better option for the user. Not a lightning fan. Layer 2 solutions seems a waste of time and money for me, lightning included..but well, that's the result of the blocksize war.

[-] [email protected] 24 points 1 month ago

Yeah..in my country it's almost mandatory to have it or you won't talk to anybody..it's the only message app most people know.. It's like windows to operating systems..people just use it and ignore that there are different ways to communicate. I tried to use other apps like telegram or signal ..nobody wants a second app to send messages..too much trouble

[-] [email protected] 24 points 2 months ago

Nice NFT collection you got there. If we were back in 2022 you'd definitely sell them for some eth.

[-] [email protected] 2 points 9 months ago

You're right.. But I don't have an ssd in my machine and didn't want tons of mounted filesystems in my 10 year old machine..I'm far from an expert but seems to me that is simpler to have all my packages from dnf or apt ..I've changed to fedora because dnf seemed better than apt resolving dependencies ..not just because of the snap thing

[-] [email protected] 4 points 9 months ago

Sure..I wouldnt choose fedora for a server..maybe RHEL..I chose debian for my home server..can't go wrong with debian in the server 😅

[-] [email protected] 31 points 9 months ago

That's why I moved to fedora recently...didn't like to see 30 or so mounted filesystems every time I did an fdisk -l to mount some disk

[-] [email protected] 9 points 9 months ago

I'm using foot since I've installed sway and it's just fine ..not a super user to evaluate well

0
submitted 1 year ago by [email protected] to c/[email protected]

Hi guys! I have several docker containers running on my home server set up with separated compose files for each of them, including a Pihole one that serves as my home DNS. I created a network for it and a fixed IP but I couldn't find a way to set fixed IPs to the other containers that use the Pihole network. Well everything works but every now and then I have problems because the Pihole cant start first and grab the fixed IP and some other container gets its IP so nothing works because everything depends on the Pihole to work. My Pihole compose is like this:

`networks: casa:

driver: bridge
ipam:
  config:
    - subnet: "172.10.0.0/20"

networks:

  casa:
    ipv4_address: 172.10.0.2`

My Jellyfin container as an example is like this:

`_networks: - pihole_casa dns: - 172.10.0.2

networks: pihole_casa: external: true__`

I read the documentation about setting fixed IP but all I got was using one single compose file and with 12 containers that seems like a messy solution.. I couldn't set fixed IPs with different compose files. Do you guys have any suggestion about it?

Thanks!

TLDR: I want to set fixed IPs to containers in different compose files so all of them use Pihole as DNS and don´t steal Pihole's IP in the startup

view more: next ›

fernandu00

joined 1 year ago