diff --git a/doc/BackupAndRestore.md b/doc/BackupAndRestore.md index 4a6fe73..b878126 100644 --- a/doc/BackupAndRestore.md +++ b/doc/BackupAndRestore.md @@ -4,7 +4,7 @@ * we use restic to produce small & encrypted backups * backup is scheduled at `schedule: "10 23 * * *"` -* Gitea stores files in `/data/gitea` and `/data/git/repositories`, these files are backed up. +* Forgejo stores files in `/data/gitea` and `/data/git/repositories`, these files are backed up. * The postgres db is also backed up ## Manual init the restic repository for the first time diff --git a/infrastructure/docker-backup/test/Dockerfile b/infrastructure/docker-backup/test/Dockerfile index f2e19b6..0db1c6c 100644 --- a/infrastructure/docker-backup/test/Dockerfile +++ b/infrastructure/docker-backup/test/Dockerfile @@ -1,4 +1,4 @@ -FROM c4k-jira-backup +FROM c4k-forgejo-backup RUN apt update RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless