Add backups for bigding

This commit is contained in:
2023-07-05 14:03:50 +01:00
parent 9dfac1e83f
commit acbe732614
7 changed files with 96 additions and 0 deletions

View File

@@ -9,6 +9,13 @@
database = {
type = "sqlite3";
};
dump = {
enable = true;
type = "tar.zst";
file = "gitea.zip";
backupDir = "/var/backup";
interval = "01:30";
};
settings = {
server = {
ROOT_URL = "https://git.broccoli.town/";
@@ -21,6 +28,7 @@
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
};
};
};
}