smtp pw
This commit is contained in:
59
config.yaml
59
config.yaml
@@ -3,74 +3,45 @@ database:
|
||||
server:
|
||||
bind_address: 0.0.0.0:14243
|
||||
default_class: CONFIDENTIAL
|
||||
public_url: http://nxc.nx2.site/
|
||||
email_domain: nx2.site
|
||||
public_url: http://example.com/
|
||||
email_domain: example.com
|
||||
redaction_text: '[-]'
|
||||
|
||||
smtp:
|
||||
host: localhost
|
||||
port: 587
|
||||
user: nxcaldav@nx2.site
|
||||
password: Vastly-Wrinkle9-Corsage
|
||||
password_cmd: echo "Vastly-Wrinkle9-Corsage"
|
||||
|
||||
users:
|
||||
- name: daniel
|
||||
password: ll
|
||||
- name: alice
|
||||
password: 123
|
||||
groups:
|
||||
- family
|
||||
- name: lennart
|
||||
password: ll
|
||||
- name: bob
|
||||
password: abc
|
||||
groups:
|
||||
- family
|
||||
- name: shared
|
||||
password: Oxidant-Ageless3-Dispersed
|
||||
|
||||
calendars:
|
||||
- id: preservation
|
||||
owner: lennart
|
||||
- id: test
|
||||
owner: alice
|
||||
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
|
||||
- id: family
|
||||
owner: shared
|
||||
color: '#999999'
|
||||
access:
|
||||
- group: family
|
||||
mode: read-write
|
||||
|
||||
address_books:
|
||||
- id: contacts
|
||||
owner: lennart
|
||||
- id: contacts
|
||||
owner: daniel
|
||||
owner: alice
|
||||
- id: family
|
||||
owner: shared
|
||||
owner: bob
|
||||
access:
|
||||
- group: family
|
||||
mode: read-write
|
||||
|
||||
aggregates:
|
||||
- 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