Initial commit
This commit is contained in:
25
sites.conf
Normal file
25
sites.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# APtool Site Configuration
|
||||
#
|
||||
# Each line defines a site that technicians can log into.
|
||||
# Format: site_number:pin[:nc_user:nc_pass]
|
||||
#
|
||||
# - site_number must be exactly 4 digits
|
||||
# - pin can be any string (digits recommended for mobile entry)
|
||||
# - nc_user and nc_pass are optional Nextcloud credentials for this site
|
||||
# If omitted, the global NC_USER / NC_PASS defaults are used.
|
||||
# - blank lines and lines starting with # are ignored
|
||||
#
|
||||
# Examples:
|
||||
# 5001:1234 (uses global Nextcloud credentials)
|
||||
# 5002:5678:alice:AppPass-12345 (uses per-site Nextcloud user "alice")
|
||||
# 9999:0000:bob:AppPass-67890 (uses per-site Nextcloud user "bob")
|
||||
#
|
||||
# To add a site: add a new line with site_number:pin[:nc_user:nc_pass]
|
||||
# To remove a site: delete or comment out the line
|
||||
# To change a PIN: edit the pin after the colon
|
||||
#
|
||||
# The app reloads this file on every login attempt, so changes
|
||||
# take effect immediately — no restart needed.
|
||||
|
||||
1234:1234:1234:railFocus11
|
||||
2725:2725:2725:makeBiscuits
|
||||
Reference in New Issue
Block a user