Ops: Added backup script, dashboard UI, and project cheatsheet.

This commit is contained in:
Scott Idem
2026-01-12 17:35:44 -05:00
parent 6bad495dce
commit 5044a4fc5b
5 changed files with 130 additions and 4 deletions

12
conf/logrotate.conf Normal file
View File

@@ -0,0 +1,12 @@
# Logrotate configuration for Aether Docker Logs
# To use: sudo ln -s /home/scott/OSIT_dev/aether_container_env/conf/logrotate.conf /etc/logrotate.d/aether
/home/scott/OSIT_dev/aether_container_env/logs/*/*.log {
daily
rotate 7
missingok
notifempty
compress
delaycompress
copytruncate
}