1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
peertube_ynh/manifest.toml

78 lines
1.8 KiB
TOML
Raw Normal View History

2023-03-21 23:12:02 +01:00
packaging_format = 2
id = "peertube"
name = "PeerTube"
description.en = "Federated video streaming platform using P2P directly in the web browser"
description.fr = "Plateforme fédéralisé de diffusion vidéo par P2P directement dans le navigateur"
2023-11-30 09:29:29 +01:00
version = "6.0.1~ynh1"
2023-03-21 23:12:02 +01:00
maintainers = ["yalh76"]
[upstream]
license = "AGPL-3.0-only"
website = "https://joinpeertube.org/fr"
demo = "http://peertube.cpy.re"
admindoc = "https://docs.joinpeertube.org"
code = "https://github.com/Chocobozzz/PeerTube"
[integration]
2023-09-13 15:19:28 +02:00
yunohost = ">= 11.2"
2023-03-21 23:33:23 +01:00
architectures = "all"
2023-03-21 23:12:02 +01:00
multi_instance = false
2023-11-30 09:29:29 +01:00
2023-06-21 19:26:59 +02:00
ldap = true
2023-11-30 09:29:29 +01:00
2023-03-21 23:33:23 +01:00
sso = false
2023-11-30 09:29:29 +01:00
2023-03-21 23:33:23 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-21 23:12:02 +01:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources.main]
2023-11-30 09:29:29 +01:00
url = "https://github.com/Chocobozzz/PeerTube/releases/download/v6.0.1/peertube-v6.0.1.tar.xz"
sha256 = "d643b4c8ae8008a22bffb3d2b2981b0da11ad37e613140ccad7844bfad42a957"
2023-06-02 20:01:27 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-21 23:12:02 +01:00
2023-03-21 23:33:23 +01:00
[resources.ports]
2023-06-02 20:02:49 +02:00
main.default = 8095
2023-03-21 23:33:23 +01:00
rtmp.default = 1935
rtmp.exposed = "TCP"
2023-03-21 23:12:02 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-06-02 19:59:28 +02:00
subdirs = ["storage"]
2023-03-21 23:12:02 +01:00
[resources.permissions]
main.url = "/"
2023-03-21 23:33:23 +01:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
2023-03-22 07:37:12 +01:00
[resources.apt]
2023-12-27 15:50:31 +01:00
packages = "ffmpeg, postgresql, postgresql-contrib, openssl, g++, mailutils, apt-transport-https"
2023-03-21 23:33:23 +01:00
2023-03-22 07:37:12 +01:00
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
2023-03-21 23:12:02 +01:00
[resources.database]
type = "postgresql"