mirror of
https://github.com/YunoHost-Apps/autobrr_ynh.git
synced 2024-09-03 18:15:56 +02:00
commit
62243b0f90
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -43,4 +43,4 @@ or
|
||||||
sudo yunohost app upgrade autobrr -u https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug
|
sudo yunohost app upgrade autobrr -u https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ website = "https://autobrr.com/"
|
||||||
code = "https://github.com/autobrr/autobrr"
|
code = "https://github.com/autobrr/autobrr"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -49,10 +49,10 @@ ram.runtime = "50M"
|
||||||
armhf.sha256 = "841f760c0cd8b1ff91714536dd5489d6e706afcb59b215509616ed98478af43a"
|
armhf.sha256 = "841f760c0cd8b1ff91714536dd5489d6e706afcb59b215509616ed98478af43a"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
extract = true
|
extract = true
|
||||||
#autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
#autoupdate.asset.amd64 = "^autobrr_.*_linux_x86_64.tar.gz$"
|
autoupdate.asset.amd64 = "^autobrr_.*_linux_x86_64.tar.gz$"
|
||||||
#autoupdate.asset.arm64 = "^autobrr_.*_linux_arm64.tar.gz$"
|
autoupdate.asset.arm64 = "^autobrr_.*_linux_arm64.tar.gz$"
|
||||||
#autoupdate.asset.armhf = "^autobrr_.*_linux_armv6.tar.gz$"
|
autoupdate.asset.armhf = "^autobrr_.*_linux_armv6.tar.gz$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue