first commit
This commit is contained in:
13
env.example
Normal file
13
env.example
Normal file
@ -0,0 +1,13 @@
|
||||
# Copy to /etc/skd/env or .env for local runs
|
||||
# Optional allowlist of manageable users (otherwise all real users with uid>=1000)
|
||||
SKD_ALLOWED_USERS=child1,child2
|
||||
SKD_AUTH_SECRET=change-me-secret
|
||||
SKD_TOKEN_TTL_SECONDS=900
|
||||
SKD_AUTH_ALLOWED_USERS=
|
||||
SKD_AUTH_ALLOWED_GROUPS=sudo
|
||||
SKD_AUTH_PAM_SERVICE=login
|
||||
SKD_DEFAULT_COUNTDOWN=60
|
||||
SKD_DEFAULT_SOUND=false
|
||||
SKD_NOTIFY_TIMEOUT=5
|
||||
# Set to true to test without performing real system changes
|
||||
SKD_DRY_RUN=false
|
||||
Reference in New Issue
Block a user