mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Reimplement ports requirement in packaging v2
This commit is contained in:
parent
3a2ce670c1
commit
626ef555a8
1 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.ports]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
|
@ -61,7 +63,9 @@ ram.runtime = "50M"
|
|||
|
||||
extras.sonarr.repo = "https://apt.sonarr.tv/debian buster main"
|
||||
extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
|
||||
extras.sonarr.packages = "sonarr"
|
||||
extras.sonarr.packages_from_raw_bash = """
|
||||
echo "sonarr=$YNH_APP_MANIFEST_VERSION"
|
||||
"""
|
||||
|
||||
# Dummy source to trigger the auto-updater
|
||||
[resources.sources.main]
|
||||
|
|
Loading…
Add table
Reference in a new issue