Change name

This commit is contained in:
Mirco 2023-04-20 10:21:22 +02:00
parent 531d6857c8
commit 09b0c5c717
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* we use restic to produce small & encrypted backups * we use restic to produce small & encrypted backups
* backup is scheduled at `schedule: "10 23 * * *"` * 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 * The postgres db is also backed up
## Manual init the restic repository for the first time ## Manual init the restic repository for the first time

View file

@ -1,4 +1,4 @@
FROM c4k-jira-backup FROM c4k-forgejo-backup
RUN apt update RUN apt update
RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless RUN apt -yqq --no-install-recommends --yes install curl default-jre-headless