-
Notifications
You must be signed in to change notification settings - Fork 69
/
demo.yml
44 lines (39 loc) · 868 Bytes
/
demo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
global:
storage:
- name: WebDAV
summary: |
Dockerized (demo) WebDAV storage solution.
agent: agent:5444
plugin: webdav
config:
url: http://webdav
username: webdav
password: password
users:
- name: Esther Byrd
username: ebyrd
password: password
sysrole: engineer
- name: Priscilla Bell
username: pbell
password: password
tenants:
- name: Demo Enterprises
members:
- user: ebyrd@local
role: admin
- user: pbell@local
role: engineer
systems:
- name: Demo Web Root
agent: agent:5444
plugin: fs
config:
base_dir: /www
jobs:
- name: Hourly
when: hourly at *:15
retain: 1d
storage: Tier 1 Storage
paused: true