Add backups for bigding
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user