Add todo to forgejo about backing up data

This commit is contained in:
kalle 2025-02-16 13:52:38 +01:00
parent d7f76b8e2e
commit 47a9f0d4dc

View file

@ -71,6 +71,7 @@
environment.persistence."/persistent" = { environment.persistence."/persistent" = {
directories = [ directories = [
# TODO: Backup onto CEPH cluster periodically. Or maybe move fully, if performance allows it.
{ {
directory = "/appdata/forgejo"; directory = "/appdata/forgejo";
user = "forgejo"; user = "forgejo";