22 lines
602 B
Plaintext
22 lines
602 B
Plaintext
BASEDIR=
|
|
CODETAG=
|
|
INTRANET=
|
|
|
|
PUID=1000
|
|
PGID=1000
|
|
TZ=Europe/Berlin
|
|
|
|
## optionals
|
|
PROXY_DOMAIN=code.example.com
|
|
DEFAULT_WORKSPACE=/config/workspace
|
|
|
|
## passwords user hashes or plaintext not both
|
|
PASSWORD=my-super-password
|
|
SUDO_PASSWORD=my-super-sudo-password
|
|
|
|
# not workint for me ...
|
|
#HASHED_PASSWORD='$$argon2i$$v=19$$m=4096,t=3,p=1$$K96ijeqOQ4P7sW+68/Ldtw$$5rutB8Kst0bk08WW8P5xJ5rh7nFtZw2enUvUPo5o5H4'
|
|
#SUDO_PASSWORD_HASH='$$argon2i$$v=19$$m=4096,t=3,p=1$$jpnaoU60MpfhJ8dHx9mIOA$$W00OHMW7KYrHvFgOmUDLakZhEx8sC/EXpJgP7DagGqM'
|
|
# hashed pw: echo -n "thisismypassword" | npx argon2-cli -e
|
|
# npm need
|