initial commit
This commit is contained in:
11
gitea/.env.example
Normal file
11
gitea/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# DOMAIN_ROOT is the root domain that this service will register as with Traefik
|
||||
DOMAIN_ROOT=domain.tld
|
||||
|
||||
# USER_ID is the user id to run the service as. 0 for root
|
||||
USER_ID=1000
|
||||
|
||||
# GROUP_ID is the group id to run the service as. 0 for root
|
||||
GROUP_ID=1000
|
||||
|
||||
# SSH_PORT is the port that will be opened for ssh
|
||||
SSH_PORT=222
|
Reference in New Issue
Block a user