mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
add public share option
This commit is contained in:
parent
ec69b8be4d
commit
ff3ad557a3
2 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,6 @@ password = "__MAIL_PWD__"
|
||||||
encryption = ""
|
encryption = ""
|
||||||
from = "__APP__@__DOMAIN__"
|
from = "__APP__@__DOMAIN__"
|
||||||
from_noreply = "noreply@__DOMAIN__"
|
from_noreply = "noreply@__DOMAIN__"
|
||||||
|
|
||||||
|
[bookmarks]
|
||||||
|
public_share_ttl = 48
|
||||||
|
|
|
@ -16,5 +16,6 @@ PrivateTmp=true
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue