Add functionality to add a new share by map

This commit is contained in:
Max Berger
2026-03-07 23:18:31 +01:00
parent 8393099b05
commit 25e571ad63
7 changed files with 158 additions and 15 deletions

View File

@@ -45,6 +45,8 @@ permit_create_map = true
with open(user_path, "w") as f:
f.write(
"""admin:adminpassword
max:maxpassword
"""
)