feat: allow for attachments
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
e434b24c8c
commit
5b415dfd03
1 changed files with 6 additions and 0 deletions
|
|
@ -62,6 +62,12 @@
|
|||
FORGEJO__database__PATH: "/data/gitea/forgejo.db"
|
||||
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
|
||||
FORGEJO__mailer__ENABLED: "false"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue