feat: add landing page for mail server

This commit is contained in:
2025-02-23 11:50:46 -08:00
parent 58b8829f79
commit 7299e35663
2 changed files with 24 additions and 1 deletions

View File

@ -4,4 +4,7 @@ dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual");
for dir in "${dirs[@]}"; do
rsync -av $dir prod:/home/nhcarrigan
done
echo "Synced $dir"
done
echo "mail/index.html must be manually synced to mail:/home/user-data/www/default by a user with sudo access."