1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
tube_ynh/manifest.toml

63 lines
1.4 KiB
TOML
Raw Normal View History

2023-02-24 09:35:47 +01:00
packaging_format = 2
id = "tube"
name = "Tube"
description.en = "Youtube-like, video Sharing App"
description.fr = "Application de partage de vidéos de type Youtube"
2023-02-24 09:51:35 +01:00
version = "1.2.0~ynh1"
2023-02-24 09:35:47 +01:00
maintainers = ["eric_G"]
[upstream]
license = "MIT"
demo = "https://tube.mills.io"
code = "https://git.mills.io/prologic/tube"
website = "https://tube.mills.io"
[integration]
2023-04-02 22:43:00 +02:00
yunohost = ">= 11.1.16"
2023-02-24 09:45:02 +01:00
architectures = ["amd64", "arm64"]
2023-02-24 09:35:47 +01:00
multi_instance = true
2023-02-24 09:45:02 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-02-24 09:35:47 +01:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-04-02 22:43:00 +02:00
[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"
2023-02-24 09:45:02 +01:00
[resources.ports]
2023-02-24 09:51:35 +01:00
2023-02-24 09:35:47 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-02-24 09:45:02 +01:00
[resources.apt]
packages = "ffmpeg"