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
2023-04-03 09:08:00 +02:00

62 lines
1.4 KiB
TOML

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"
version = "1.2.0~ynh2"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
demo = "https://tube.mills.io"
code = "https://git.mills.io/prologic/tube"
website = "https://tube.mills.io"
[integration]
yunohost = ">= 11.1.16"
architectures = ["amd64", "arm64"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[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.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "ffmpeg"