Full completed project

This commit is contained in:
2025-02-10 12:37:33 +00:00
commit b9abff8012
229 changed files with 16866 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
[authorisation]
adminkey = secret
registrationkey = secret
usernamemaxlength = 20
usernameminlength = 5
passwordmaxlength = 30
passwordminlength = 5
tokenexpirytime = 2592000
[database]
path = data/database.db
encrypt = false
shamirsecretsharing = false
numberofshares = 5
minimumshares = 3
keypath = data/key.txt
encryptedpath = data/.cryptdatabase.db
encryptionconfigpath = data/encryptconfig.txt
saltpath = data/.salt.txt
sharespath = data/shares/
[user]
defaultlevel = member
defaultoccupationid = Null
[posts]
posttimelimit = 5
daystart = 9
dayend = 17
[notifications]
defaultexpiretime = 604800
ntfyurl = https://ntfy.example.com
[networking]
port = 9999
[miscellaneous]
servercode = 12345

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

1
server/work-data/log.txt Normal file

File diff suppressed because one or more lines are too long