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"
|
|
|
|
|
2024-07-17 03:40:18 +02:00
|
|
|
version = "6.2.0~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]
|
2024-05-25 23:25:43 +02:00
|
|
|
yunohost = ">= 11.2.12"
|
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"
|
2023-12-27 17:53:16 +01:00
|
|
|
ram.build = "1G"
|
|
|
|
ram.runtime = "1G"
|
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]
|
2024-07-17 03:40:18 +02:00
|
|
|
url = "https://github.com/Chocobozzz/PeerTube/releases/download/v6.2.0/peertube-v6.2.0.tar.xz"
|
|
|
|
sha256 = "2d737bca3919a98bd82143130d57c8306c2933c82f11d14c3c43909ad48be95f"
|
2024-04-13 20:24:23 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
autoupdate.asset = "^peertube-v.*\\.tar\\.xz$"
|
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]
|
2023-12-27 17:17:44 +01:00
|
|
|
allow_email = true
|
2023-03-21 23:12:02 +01:00
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
2023-06-02 19:59:28 +02:00
|
|
|
subdirs = ["storage"]
|
2023-12-30 20:14:56 +01:00
|
|
|
group = "www-data:rx"
|
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]
|
2024-07-21 12:45:04 +02:00
|
|
|
packages = "ffmpeg, postgresql, postgresql-contrib"
|
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"
|