gitea: add config

This commit is contained in:
Jef Roosens 2024-08-09 13:53:13 +02:00
parent fe35e4baf1
commit 56faa4323b
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
17 changed files with 354 additions and 13 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd /etc/gitea
/usr/bin/docker compose exec -T db pg_dump -U gitea gitea |
/usr/bin/gzip --rsyncable |
/usr/local/bin/restic backup --stdin --stdin-filename gitea-postgres.sql.gz