[mod] forgejo

This commit is contained in:
Andy Bunce 2025-02-20 14:50:00 +00:00
parent 9c79f73ae0
commit 6d9c15a751
8 changed files with 500 additions and 2 deletions

9
forgejo/backup.sh Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# backup gitea
echo "stopping"
docker-compose stop
echo "stopping"
. backup_gitea.sh
echo "restart"
docker-compose up -d