feat: allow for attachments
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 16:19:39 +02:00
commit 5b415dfd03

View file

@ -62,6 +62,12 @@
FORGEJO__database__PATH: "/data/gitea/forgejo.db" FORGEJO__database__PATH: "/data/gitea/forgejo.db"
FORGEJO__database__SQLITE_JOURNAL_MODE: "WAL" FORGEJO__database__SQLITE_JOURNAL_MODE: "WAL"
# release storage
FORGEJO__attachment__PATH: "/data/releases"
FORGEJO__attachment__ALLOWED_TYPES: "*/*"
FORGEJO__attachment__MAX_SIZE: "128"
FORGEJO__attachment__MAX_FILES: "20"
# mailer # mailer
FORGEJO__mailer__ENABLED: "false" FORGEJO__mailer__ENABLED: "false"