diff --git a/conf/4nk-mailer.service.example b/conf/4nk-mailer.service.example index 59aaf74..55bc587 100644 --- a/conf/4nk-mailer.service.example +++ b/conf/4nk-mailer.service.example @@ -21,3 +21,5 @@ PrivateTmp=true WantedBy=multi-user.target + + diff --git a/docs/manifest_en.md b/docs/manifest_en.md index e391fbd..6818194 100644 --- a/docs/manifest_en.md +++ b/docs/manifest_en.md @@ -163,3 +163,5 @@ Conclusion Migrating to a distributed, neutral, and verifiable infrastructure is not a secondary technical option: it is a rational societal choice. 4NK offers an infrastructure where security is a property of the architecture itself—provable, sovereign, frugal—making the internet simpler, cheaper, and more trustworthy. + + diff --git a/scripts/install-mailer.sh b/scripts/install-mailer.sh index 444bf02..ee1db8a 100644 --- a/scripts/install-mailer.sh +++ b/scripts/install-mailer.sh @@ -18,3 +18,5 @@ fi printf "Mailer ready in /home/debian/website/server\n" + + diff --git a/scripts/reload-nginx.sh b/scripts/reload-nginx.sh index 3ee72ba..aeffeee 100644 --- a/scripts/reload-nginx.sh +++ b/scripts/reload-nginx.sh @@ -9,3 +9,5 @@ sudo systemctl reload nginx printf "Done.\n" + + diff --git a/scripts/test-contact.sh b/scripts/test-contact.sh index be34a8d..ccc6d59 100644 --- a/scripts/test-contact.sh +++ b/scripts/test-contact.sh @@ -9,3 +9,5 @@ curl -i -sS -X POST "$URL" \ --data '{"name":"Test User","email":"test@example.com","message":"Hello from script"}' | sed -u 's/^/[contact] /' + +