bundles/ntfy: add option to disable unauthorized writes
This commit is contained in:
parent
f17117d640
commit
c6cf997102
3 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,9 @@ defaults = {
|
|||
"/var/opt/ntfy",
|
||||
},
|
||||
},
|
||||
'ntfy': {
|
||||
'allow_unauthorized_write': False,
|
||||
},
|
||||
'zfs': {
|
||||
'datasets': {
|
||||
'tank/ntfy': {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue