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

72 lines
2.2 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

packaging_format = 2
id = "owncast"
name = "Owncast"
description.en = "Live video and web chat server for use with existing broadcasting software"
description.fr = "Serveur de vidéo en direct et de chat Web à utiliser avec un logiciel de diffusion"
version = "0.1.3~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://owncast.online/"
demo = "https://watch.owncast.online/"
admindoc = "https://owncast.online/docs/"
code = "https://github.com/owncast/owncast"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
help.en = "If enabled, Owncast will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Owncast sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-64bit.zip"
amd64.sha256 = "e571978464fd1a52f54ea7dbe454e3d4642b4eab13701144a4236622acceaf30"
arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-arm64.zip"
arm64.sha256 = "a40efb8786fae0341687450f570b2c206cd9e29aae7f3c0c8404f9ddbe5a7ad6"
armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-32bit.zip"
armhf.sha256 = "7370246ccd21fad1b7afcef05fae9d98025175a60f21fac1870bced00cd096d6"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*-linux-64bit.zip"
autoupdate.asset.arm64 = ".*-linux-arm64.zip"
autoupdate.asset.armhf = ".*-linux-32bit.zip"
[resources.ports]
stream.default = 1935
stream.exposed = "TCP"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.apt]
packages = "ffmpeg"