From 2c188126f06df6fd4e34a1e963a4c7c6865ddc92 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 19 Oct 2024 16:28:04 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c2b8c..042f443 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +``` apt update apt upgrade @@ -33,7 +34,9 @@ ufw route allow in on docker0 ufw route allow out on docker0 docker run hello-world +``` +``` # Add root to the /etc/aliases file and add the msmtprc file to /etc apt -y install msmtp msmtp-mta mailutils vi /etc/msmtprc @@ -45,9 +48,11 @@ chmod 666 /var/log/msmtp.log # echo "Test message" | mail -s "Test subject" root Note: MAIL BROKEN!!!! +``` - +``` cd /root git clone https://codeberg.org/matrss/forgejo-aneksajo.git cd forgejo-aneksajo/ docker build --network host -t forgejo-aneksajo:8.0.3 . +```