initial commit
This commit is contained in:
commit
514499661e
24 changed files with 3199 additions and 0 deletions
12
etc/default/forgejo
Normal file
12
etc/default/forgejo
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
# Forgejo's Home Directory
|
||||
#FORGEJO_HOME=/var/lib/forgejo
|
||||
|
||||
# User to run Forgejo as (default: forgejo)
|
||||
FORGEJO_USER=git
|
||||
|
||||
# Forgejo user description
|
||||
#FORGEJO_NAME="Forgejo (Beyond coding. We forge.)"
|
||||
|
||||
# Group for Forgejo user (default: forgejo)
|
||||
FORGEJO_GROUP=git
|
6
etc/systemd/system/forgejo.service.d/override.conf
Normal file
6
etc/systemd/system/forgejo.service.d/override.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Service]
|
||||
# Uncomment the next line if you have repos with lots of files and get a HTTP 500 error because of that
|
||||
# LimitNOFILE=524288:524288
|
||||
User=git
|
||||
Group=git
|
||||
Environment=USER=git HOME=/var/lib/forgejo GITEA_WORK_DIR=/var/lib/forgejo
|
Loading…
Add table
Add a link
Reference in a new issue