mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#dockercompose

3 Beiträge3 Beteiligte1 Beitrag heute

Docker auf Linux Ubuntu: Installation per Script leicht gemacht

In letzter Zeit haben mich immer mehr Leute gefragt, wie ich Docker und Docker-Compose auf meinen Ubuntu-Systemen installiere. Manche wollten es für ihr Homelab, andere für Testumgebungen oder einfach zum Lernen. Und weil ich inzwischen ein ziemlich kompaktes und r...

cleveradmin.de/blog/2025/06/do
#Docker #Linux #automation #docker #dockercompose #script #ubuntu

Writefreely mit Docker Compose
Hallo.Heute wollen wir mit Docker die Opensource Software writefreely erstellen.Dazu solltest Du über eine Ubuntu VM (24.04) mit einer Dockerumgebung verfügen und SSH Zugang haben.

1. Installation von wget

apt install wget -y

2. Erstellen des notwendigen Docker-Netzwerks

docker network create -
blog.retronerd.at/writefreely-
#docker #fediverse #docker #dockercompose #fediverse #opensource #tutorial #ubuntu #writefreely

blog.retronerd.at · Writefreely mit Docker Compose - blog.retronerd.at
Mehr von SchiWaGoA

uuuuh was just checking my #dockerCompose services and read that the #Matrix SlidingSync Proxy is not required anymore when using the latest #Synapse and #ElementX

Time to cleanup some things and free up ressources.. 🧹

matrix.org/blog/2024/11/14/mov

You can securely message me via matrix.to/#/@stefan:stefanberg

🏷️ #HomeLab

matrix.org · Sunsetting the Sliding Sync Proxy: Moving to Native SupportVon Will Lewis

I'm curious to hear what others are #SelfHosting! Here's my current setup:

Hardware & OS

Infrastructure & Networking

Security & Monitoring

Authentication & Identity Management

  • Authelia (Docker): Just set this up for two-factor authentication and single sign-on. Seems to be working well so far!
  • LLDAP (Docker): Lightweight LDAP server for managing authentication. Also seems to be working pretty well!
    #AuthenticationTools #IdentityManagement

Productivity & Personal Tools

Notifications & Development Workflow

  • Notifications via: #Ntfy (Docker) and Zoho's ZeptoMail (#Zoho)
  • Development Environment: Mostly using VSCode connected to my server via Remote-SSH extension. #VSCodeRemote

Accessibility Focus ♿🖥️

Accessibility heavily influences my choices—I use a screen reader full-time (#ScreenReader), so I prioritize services usable without sight (#InclusiveDesign#DigitalAccessibility). Always open to discussing accessibility experiences or recommendations!

I've also experimented with:

  • Ollama (#Ollama): Not enough RAM on my Pi.
  • Habit trackers like Beaver Habit Tracker (#HabitTracking): Accessibility issues made it unusable for me.

I don't really have a media collection, so no Plex or Jellyfin here (#MediaServer)—but I'm always open to suggestions! I've gotten a bit addicted to exploring new self-hosted services! 😄

What's your setup like? Any cool services you'd recommend I try?

#SelfHosted #LinuxSelfHost #OpenSource #TechCommunity #FOSS #TechDIY

@selfhost @selfhosted @selfhosting

🚢🛳️🚢 Working on Fleetform (ff): A Docker Compose bundler with multi-host support and SSH deployment.

It loads <service>.service.yml and <host>.host.yml files, generating clean <host>.docker-compose.yml files. Services are regular Docker Compose services with hosts added, which are removed in the bundling process. ⚙️📜