server: host: "0.0.0.0" port: 8080 # Set this to your public-facing URL so discovery responses are correct. # base_url: "https://dav.example.com" auth: realm: "My DAV Server" storage: data_dir: "./data" logging: level: "debug" # debug | info | warn | error format: "text" # text | json tls: enabled: false # cert_file: "/etc/ssl/certs/dav.crt" # key_file: "/etc/ssl/private/dav.key" # Users, calendars, and address books are no longer configured here — they # are stored in the database (/nidus.db) and managed with # nidusctl or the web UI (/web/): # # nidusctl user create alice --password mysecretpassword --display-name "Alice Smith" --email alice@example.com # nidusctl calendar create alice personal # nidusctl calendar create alice work # nidusctl addressbook create alice contacts # # Run `nidusctl help` for the full command list.