1
0
Fork 0
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:
tituspijean 2023-10-15 15:37:48 +02:00 committed by Félix Piédallu
parent 3a2ce670c1
commit 626ef555a8

View file

@ -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]