mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
src
This commit is contained in:
parent
48ef74bfcc
commit
b953090f2a
4 changed files with 13 additions and 17 deletions
|
@ -1,7 +0,0 @@
|
||||||
SOURCE_URL=https://git.mills.io/attachments/4873f46b-8056-4b62-890c-49db4ab0a8c9
|
|
||||||
SOURCE_SUM=0986e7c5eb2ad0f00dfd8736688365dadd1bba125c320857845bc86e3afd3ffc
|
|
||||||
SOURCE_SUM_PRG=sha256sum
|
|
||||||
SOURCE_FORMAT=tar.gz
|
|
||||||
SOURCE_IN_SUBDIR=false
|
|
||||||
SOURCE_FILENAME=tube
|
|
||||||
SOURCE_EXTRACT=true
|
|
|
@ -1,7 +0,0 @@
|
||||||
SOURCE_URL=https://git.mills.io/attachments/9a713da8-ae61-434b-87c8-267a2073c2dd
|
|
||||||
SOURCE_SUM=845537d1cd6930fd53c737e8fa58fde0b40228fb78b1fe41b9aaafcfe0b41cba
|
|
||||||
SOURCE_SUM_PRG=sha256sum
|
|
||||||
SOURCE_FORMAT=tar.gz
|
|
||||||
SOURCE_IN_SUBDIR=false
|
|
||||||
SOURCE_FILENAME=tube
|
|
||||||
SOURCE_EXTRACT=true
|
|
|
@ -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.13"
|
yunohost = ">= 11.1.16"
|
||||||
architectures = ["amd64", "arm64"]
|
architectures = ["amd64", "arm64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -35,6 +35,18 @@ ram.runtime = "50M"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
|
[resources.sources]
|
||||||
|
|
||||||
|
[resources.sources.main]
|
||||||
|
in_subdir = false
|
||||||
|
amd64.url = "https://git.mills.io/attachments/4873f46b-8056-4b62-890c-49db4ab0a8c9"
|
||||||
|
amd64.sha256 = "0986e7c5eb2ad0f00dfd8736688365dadd1bba125c320857845bc86e3afd3ffc"
|
||||||
|
arm64.url = "https://git.mills.io/attachments/9a713da8-ae61-434b-87c8-267a2073c2dd"
|
||||||
|
arm64.sha256 = "845537d1cd6930fd53c737e8fa58fde0b40228fb78b1fe41b9aaafcfe0b41cba"
|
||||||
|
rename = "tube"
|
||||||
|
format = "tar.gz"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
# PHP APP SPECIFIC
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue