mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
Merge pull request #11 from YunoHost-Apps/testing
autoupdate.strategy = "latest_forgejo_release"
This commit is contained in:
commit
e4e143f944
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@ description.fr = "Application de partage de vidéos de type Youtube"
|
||||||
|
|
||||||
version = "1.2.0~ynh3"
|
version = "1.2.0~ynh3"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = []
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -16,7 +16,7 @@ code = "https://git.mills.io/prologic/tube"
|
||||||
website = "https://tube.mills.io"
|
website = "https://tube.mills.io"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.20"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64"]
|
architectures = ["amd64", "arm64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -28,7 +28,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
|
@ -47,6 +46,10 @@ ram.runtime = "50M"
|
||||||
rename = "tube"
|
rename = "tube"
|
||||||
format = "tar.gz"
|
format = "tar.gz"
|
||||||
|
|
||||||
|
autoupdate.strategy = "latest_forgejo_release"
|
||||||
|
autoupdate.asset.amd64 = "^tube_.*_linux_amd64.tar.gz$"
|
||||||
|
autoupdate.asset.arm64 = "^tube_.*_linux_arm64.tar.gz$"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue