Initial commit

This commit is contained in:
2026-04-05 16:23:17 +00:00
commit 6c75e00159
42 changed files with 3859 additions and 0 deletions

10
php/entrypoint.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
set -e
#UUID="${UUID:-unknown}"
echo "UUID resolved to: $UUID"
sed "s/__UUID__/${UUID}/g" /etc/msmtprc.template > /etc/msmtprc
exec "$@"