mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Update manifest.toml
This commit is contained in:
parent
d7cd8376fd
commit
9bb440a2c5
1 changed files with 1 additions and 5 deletions
|
@ -38,11 +38,6 @@ ram.runtime = "50M"
|
|||
type = "path"
|
||||
default = "/sonarr"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "admins"
|
||||
help = "This app is only protected by YunoHost's SSO, so do not make it accessible by visitors."
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/Sonarr/Sonarr/releases/download/v4.0.1.929/Sonarr.main.4.0.1.929.linux-x64.tar.gz"
|
||||
|
@ -68,6 +63,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.allowed = "admins"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.show_tile = false
|
||||
|
|
Loading…
Add table
Reference in a new issue