inital version

This commit is contained in:
2023-07-04 13:10:30 +02:00
parent 6802683daa
commit 02e0237c4a
4 changed files with 102 additions and 1 deletions

21
.env.sample Normal file
View File

@@ -0,0 +1,21 @@
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