bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

248
active users

#container

4 posts4 participants0 posts today

#Flatcar #Linux è una #distro #immutabile nata per eseguire solo #container e ideale per la creazione di cluster #kubernetes.

I suoi punti di forza?
👉 estremamente #minimale e con una ridottissima superficie d'attacco
👉 configurazione #dichiarativa
👉 #immutabile e resistente agli errori grazie al sistema di partizioni A/B che permette #rollback automatici di qualsiasi aggiornamento andato storto.

youtu.be/mOtd2gxW_Z8

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Continued thread

Wrote a little parser for meshcore packets tonight. It's still messy and a lot more to implement. But, it reads the container format so I'm happy for now.

I have meshcore packets flowing from multiple repeaters(on different frequencies) talking on wifi using udp broadcasts.

The repeaters automatically discover each other on the network and now I'm able to watch their chatter with a quick nodejs server.

Still looking for a good way to allow someone to eg. sftp/scp into a #container and allow them to update files, which will then be read by another container's httpd.

My initial plan was to use #sshpiper and the #linuxserver openssh container, but I'm running into issues where the volumes are just mounted with root permissions inside the container, which is what I definitely don't want.

Modifying the perms manually is also not acceptable - I want to automate the process as much as possible -> have a template of a compose file that spins everything up for a given FQDN.

I'm 80% there, just the file transfer method I need to figure out.