This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-03-23 14:07:48 +01:00
parent d0b67cfbbb
commit d55fff9f4a
4 changed files with 121 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
server:
bind_address: "0.0.0.0:8080"
public_url: "http://localhost:8080"
bind_address: "0.0.0.0:14243"
public_url: "http://nxc.nx2.site"
redaction_text: "[-]"
default_class: "CONFIDENTIAL"
@@ -12,30 +12,24 @@ users:
password: "123"
groups:
- family
- klosterberg
- parent
- name: "diane"
password: "123"
groups:
- family
- klosterberg
- parent
- name: "georg"
password: "123"
groups:
- family
- kids
- name: "lennart"
password: "123"
groups:
- family
- kids
- name: "tessa"
password: "123"
groups:
- family
- kids
- klosterberg
- name: "testuser"
password: "123"
- name: "shared"
@@ -62,3 +56,4 @@ aggregates:
access:
- group: "family"
mode: "read-only"
- ics: "future-only"