Kleinkram (#551)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #551
This commit is contained in:
parent
d03db95ebe
commit
c11f27ac75
6 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
blocky:
|
||||
image: spx01/blocky
|
||||
container_name: blocky
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
|
|
|
@ -128,7 +128,9 @@ services:
|
|||
logo: "assets/icons/pve.png"
|
||||
url: "https://192.168.2.239:8007"
|
||||
target: "_blank"
|
||||
subtitle: "M93 Tiny"
|
||||
- name: "Proxmox Backup Server - Test"
|
||||
logo: "assets/icons/pve.png"
|
||||
url: "https://192.168.2.18:8007"
|
||||
target: "_blank"
|
||||
subtitle: "Test"
|
||||
|
|
|
@ -203,7 +203,7 @@
|
|||
- name: 'tmp'
|
||||
path: '/shares_tmp'
|
||||
users_ro: 'win10'
|
||||
users_rw: 'kodi win10 michaelgrote'
|
||||
users_rw: 'kodi win10 michaelgrote'
|
||||
- name: 'bilder'
|
||||
path: '/shares_bilder'
|
||||
users_ro: 'photoprism'
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
store: zfs_backup
|
||||
keep_last: 3
|
||||
keep_hourly: 12
|
||||
keep_daily: 7
|
||||
keep_weekly: 1
|
||||
keep_daily: 3
|
||||
|
||||
|
||||
pbs_permissions:
|
||||
- user: user_pve5@pbs
|
||||
|
|
|
@ -13,7 +13,6 @@ pbs_prune_jobs:
|
|||
keep_last: 3
|
||||
keep_hourly: 24
|
||||
keep_daily: 7
|
||||
keep_weekly: 2
|
||||
|
||||
# user permissions per datastore
|
||||
# for user creation see mgrote.pbs_users
|
||||
|
|
|
@ -5,8 +5,7 @@ prune: {{ item.name }}
|
|||
keep-daily {{ item.keep_daily }}
|
||||
keep-hourly {{ item.keep_hourly }}
|
||||
keep-last {{ item.keep_last }}
|
||||
keep-weekly {{ item.keep_weekly }}
|
||||
ns
|
||||
ns
|
||||
schedule {{ item.schedule }}
|
||||
store {{ item.store }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue