Add .env file as sample for env variables

This commit is contained in:
rugk 2023-11-03 17:32:26 +00:00
parent b49bae58b5
commit fb77a975db

22
.env.sample Normal file
View file

@ -0,0 +1,22 @@
# ports
WEB_SERVER_PORT=3000
SSH_SERVER_PORT=2222
# your domain
FQDN=your.domain.com
NEXTAUTH_URL=https://your.domain.com
# secrets
NEXTAUTH_SECRET=your-secret
CRONJOB_KEY=your-other-secret
# UID:GID must match the user and group ID of the host folders and must be > 1000
UID=1001
GID=1001
# config folders
# The host folders must be owned by the user with UID and GID specified above
CONFIG_PATH=./config
SSH_PATH=./ssh
SSH_HOST=./ssh_host
BORG_REPOSITORY_PATH=./repos