claude AI generated code to auto insert users on the unloze stoat server who joined the stoat instance but did not join the unloze server

This commit is contained in:
jenz
2026-02-25 15:39:01 +01:00
parent fcf3490693
commit 8a5b46565f
4 changed files with 44 additions and 0 deletions
@@ -0,0 +1,8 @@
[Unit]
Description=Stoat Member Sync
After=docker.service
[Service]
Type=oneshot
User=nonroot
ExecStart=/home/nonroot/stoat_insert_members_to_server/sync.sh
@@ -0,0 +1,8 @@
[Unit]
Description=Run Stoat Member Sync periodically
[Timer]
OnCalendar=0/3:00:00
[Install]
WantedBy=timers.target