Show HN: I vibe coded an open-source Go app to back up DBs using Docker labels
https://github.com/resulgg/label-backup
Discussions: https://discu.eu/q/https://github.com/resulgg/label-backup

Show HN: I vibe coded an open-source Go app to back up DBs using Docker labels
https://github.com/resulgg/label-backup
Discussions: https://discu.eu/q/https://github.com/resulgg/label-backup
Pwn2Own Berlin 2025: exploit su AI, Docker, Windows e Linux
https://gomoot.com/pwn2own-berlin-2025-exploit-su-ai-docker-windows-e-linux
ICYMI: Koen Vervloesem shows you how to run rootless Podman containers and seamlessly integrate them into systemd services
https://www.admin-magazine.com/Archive/2025/85/Run-rootless-Podman-containers-as-systemd-services?utm_source=mam
#Podman #containers #systemd #Docker #Quadlet #Linux
@balmeyer le problème c'est qu'au boulot on ne peut pas décider ce qui est bien et éthique pour l'entreprise, les décisions sont prises par le conseil d'administration, les directions, jamais par la base malgré l'actualité.
En revanche chez soi, et avec ses proches nous pouvons influencer pour un changement radical.
Abandonner les #GAFAM et avoir des systèmes éthiques.
docker compose illustrated
#memes #programmerhumor #docker #dockercompose #selfhosted
Como ver contenido acestream en Linux https://myblog.clonbg.es/como-ver-contenido-acestream-en-linux/ #Docker #Media https://clonbg.es
How to build small and secure Docker images for Rust (FROM scratch)
https://kerkour.com/rust-docker-from-scratch
Discussions: https://discu.eu/q/https://kerkour.com/rust-docker-from-scratch
I made a docker implementation of yt-dlp
https://github.com/acidburnmonkey/yt-dlp-Docker
Discussions: https://discu.eu/q/https://github.com/acidburnmonkey/yt-dlp-Docker
Como ver contenido acestream en Linux https://myblog.clonbg.es/como-ver-contenido-acestream-en-linux/ #Docker #Media https://clonbg.es
#reddit #docker #frontend
GitHub - redlib-org/redlib: Private front-end for Reddit
https://github.com/redlib-org/redlib
I make websites. Sometimes I toot about it.
#eleventy #webc #php #statamic #laravel #tailwindcss #alpinejs uhhh whatever #sql and I guess #nginx #docker and all that crap all the way down. #fullstack
I play RPGs with friends. Sometimes I toot about it.
#ttrpg #dnd #pathfinder #5e #pf2e
I am my group's sysadmin. Sometimes I toot about it.
#selfhosted #plex #lemmy #mastodon #pihole and throw some darts at https://selfh.st and you catch the rest.
Hot takes, bad jokes, etc.
#Runtipi mit #Cloudflare-Tunnel:
Wie ich mir einen #Homeserver ohne Portfreigabe im Router eingerichtet habe.
Es gibt viele Möglichkeiten, einen Homeserver mit Webdiensten aufzusetzen. Eine bekannte Lösung dafür ist z.B. Yunohost - auf Basis eines klassischen Webservers. Doch es gibt eine andere Technik, die mich besonders gefixt hat: #Docker bzw. #docker-compose.
Dazu gibt es auch schon passende Lösungen, wie #CasaOS, #Yacht, #Runtipi und mehr.
Heute habe ich mal wieder ein wenig ausprobiert, was man denn noch so alles schönes lokal im heimischen Netzwerk hosten kann. Vor ein paar Tagen wurde ich auf die Meta-Suchmaschine SearXNG aufmerksam. Das musste ich natürlich testen. Eine ganz kurze Mini-Anleitung habe ich dazu auch verfasst.
Wer mehr dazu lesen möchte, hier geht es zu meinem Blog:
Link: BlogZwo.me - Selfhosting: SearXNG als private Suchmaschine im heimischen Netzwerk mit Docker
#Linux, #selfhost, #selfhosted, #searxng, #privatsphäre, #datenschutz, #docker
Added 𝗨𝗣𝗗𝗔𝗧𝗘 𝟭 - 𝗧𝗵𝗼𝘂𝗴𝗵𝘁𝘀 𝗔𝗳𝘁𝗲𝗿 𝗖𝗼𝗺𝗺𝗲𝗻𝘁𝘀 to the 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 𝗝𝗮𝗶𝗹𝘀 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆 article.
https://vermaden.wordpress.com/2025/04/11/freebsd-jails-security/
#Shaarli: Docker - L'essentiel - >Qu'est-ce que Docker et pourquoi l'utiliser pour le self-hosting ?
Explication de ce qu'est Docker et comment ça fonctionne. : https://belginux.com/docker-lessentiel/ #docker #explication #tutoriel
Just used the Web flasher for the first time and it worked pretty much flawlessly! Using a #OnePlus6T :)
(Private Chromium/Brave session did not work though)
It's a very convenient way to update/flash your phone and I love that I can run #docker containers in #PostmarketOS now!
EDIT: Added screenshot
New post on disabling Docker’s distracting “What’s next” adverts in the terminal with:
export DOCKER_CLI_HINTS=false
Runtipi mit Cloudflare-Tunnel
Wie ich mir einen Homeserver ohne Portfreigabe im Router eingerichtet habe.
git-next
: New release v2025.5.0 - Refactoring and isolating features
git-next: trunk-based development manager
Written in Rust
Repo: https://codeberg.org/kemitix/git-next
What's New
- Reimplement git operations to use git2
/libgit2
- Renamed features:
forgejo
-> forge-forgejo
github
-> forge-github
notify-desktop
notify-email
This a significant update to migrate from gix
to git2
for git operations. This allows us to drop the gix
crate and the need to shelling-out to git
for operations that gix
doesn't support.
Breaking Change
If you are build from source (e.g. cargo install
) and use either email or desktop notifications in your configuration file, you will need to add the appropriate feature, notify-desktop
and/or notify-email
. If you don't the config file will not be accepted.
The docker images are built with all features enabled.
Install
cargo install git-next@2025.5.0
cargo install git-next@2025.5.0 --features notify-desktop,notify-email
docker pull codeberg.org/kemitix/git-next:v2025.5.0
Run UI in docker
docker run --rm -p 8092:8092 \
-u $(id -u):$(id -g) \
-it \
-v $PWD:/app \
codeberg.org/kemitix/git-next:v2025.5.0 \
server start --xui