progress
This commit is contained in:
78
config.yaml
78
config.yaml
@@ -1,42 +1,58 @@
|
||||
server:
|
||||
bind_address: "0.0.0.0:14243"
|
||||
public_url: "http://localhost:8080"
|
||||
redaction_text: "[-]"
|
||||
default_class: "CONFIDENTIAL"
|
||||
|
||||
database:
|
||||
url: "postgres://nxcaldav@localhost:5432/nxcaldav?sslmode=disable"
|
||||
url: postgres://nxcaldav@localhost:5432/nxcaldav?sslmode=disable
|
||||
server:
|
||||
bind_address: 0.0.0.0:14243
|
||||
default_class: CONFIDENTIAL
|
||||
public_url: http://nxc.nx2.site/
|
||||
redaction_text: '[-]'
|
||||
|
||||
users:
|
||||
- name: "daniel"
|
||||
password: "Cyclist-Hypnotize7-Blurb"
|
||||
- name: daniel
|
||||
password: Cyclist-Hypnotize7-Blurb
|
||||
groups:
|
||||
- family
|
||||
- name: "diane"
|
||||
password: "Carve-Unluckily-Reprint1"
|
||||
- name: lennart
|
||||
password: ll
|
||||
groups:
|
||||
- family
|
||||
- name: "lennart"
|
||||
password: "Baton6-Extortion-Monologue"
|
||||
groups:
|
||||
- family
|
||||
- name: "shared"
|
||||
password: "Oxidant-Ageless3-Dispersed"
|
||||
- name: shared
|
||||
password: Oxidant-Ageless3-Dispersed
|
||||
|
||||
calendars:
|
||||
- id: "default"
|
||||
owner: "lennart"
|
||||
- id: "family"
|
||||
owner: "shared"
|
||||
access:
|
||||
- groups: "family"
|
||||
mode: "read-write"
|
||||
- id: preservation
|
||||
owner: lennart
|
||||
color: '#F6F5F4'
|
||||
- id: effort
|
||||
owner: lennart
|
||||
color: '#FF0000'
|
||||
- id: experience
|
||||
owner: lennart
|
||||
color: '#2C33FF'
|
||||
- id: leisure
|
||||
owner: lennart
|
||||
color: '#10B400'
|
||||
- id: daniel
|
||||
owner: daniel
|
||||
color: '#ff2222'
|
||||
- access:
|
||||
- group: family
|
||||
mode: read-write
|
||||
id: family
|
||||
owner: shared
|
||||
color: '#999999'
|
||||
|
||||
aggregates:
|
||||
- id: "lennart_aggregate"
|
||||
owner: "shared"
|
||||
sources: [ "default", "family" ]
|
||||
access:
|
||||
- group: "diane"
|
||||
mode: "read-only"
|
||||
- ics: "future-only"
|
||||
- access:
|
||||
- group: family
|
||||
mode: read-only
|
||||
- ics: future-only
|
||||
id: lennart-aggregat
|
||||
owner: lennart
|
||||
color: '#dd9999'
|
||||
sources:
|
||||
- preservation
|
||||
- effort
|
||||
- experience
|
||||
- leisure
|
||||
- family
|
||||
|
||||
|
||||
Reference in New Issue
Block a user