mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.1K
active users

#docker

68 posts59 participants2 posts today

📬 Script-based email sending driving you nuts?
mailx is a mess, sendmail eats your attachments?

💡 I’ll show you how to get mutt and msmtp working easily and reliably – with HTML body + attachment support.
Perfect for daily reports from your homelab.
👉 Now live at blog.klein.ruhr/sending-mails-

Matthias Klein · ✉️ Sending mails from scripts failed? – How to fix it with mutt
More from Matthias Klein 🇩🇪|🇪🇺

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
More from SchiWaGoA
Replied in thread

@antsu

I usually run all the containers on one network in Dev.
Then when I go into production, I set up specific networks for containers that need to see each other.

The other part "How does your reverse proxy access your services?" May betray my naivete working with #NginX and #Docker.

I am using SteveLTN reverse proxy implementation, mainly because it was the first one I found that does static sites and Letsencrypt certs reliably.

Although I am in the process of moving to "NginX Proxy Manager", but it's different from SteveLTN because it's comfigured with a graphic interface.
Also it appears to allow straight ASCII config NginX settings in the advanced tab. Where I never succeeded that with SteveLTN.