-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
71 lines (55 loc) · 2.24 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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~ynh3"
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.30"
helpers_version = "2.1"
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 n’ayant 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.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.ports]
stream.default = 1935
stream.exposed = "TCP"
[resources.apt]
packages = "ffmpeg"