-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.toml
86 lines (65 loc) · 2.92 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "piped"
name = "Piped"
description.en = "An open-source alternative frontend for YouTube which is efficient by design."
version = "2024.12.21~ynh1"
maintainers = [ "orhtej2" ]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://docs.piped.video/"
demo = "https://piped.video/"
admindoc = "https://docs.piped.video/docs/"
code = "https://github.com/TeamPiped/Piped"
[integration]
yunohost = '>= 11.2'
architectures = [ "amd64", "arm64" ]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/TeamPiped/Piped/archive/3a65b23e29debfdb47621cf9230289cc91cf4fc3.tar.gz"
sha256 = "4eb164820b24fb662445d78847f9a7398602d0e92d82ee95a5ace28c6ffb20b2"
autoupdate.strategy = "latest_github_commit"
[resources.sources.api]
url = "https://github.com/TeamPiped/Piped-Backend/archive/6e6705f26c4746f0f64e94bbce2a1a6d3448174c.tar.gz"
sha256 = "5419013b5b62e217ba42b4e2f7db1ebf8135d0b607511393b7b1659bc8140f5e"
autoupdate.strategy = "latest_github_commit"
autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/"
[resources.sources.proxy]
url = "https://github.com/TeamPiped/piped-proxy/archive/279654bb295f72d027280b80c471780a0c0f2499.tar.gz"
sha256 = "dc5ebc636df7c7bd463832a449e67c0bed1181ecfff2dd7bc9a3f6e57d1be9b2"
autoupdate.strategy = "latest_github_commit"
autoupdate.upstream = "https://github.com/TeamPiped/piped-proxy/"
[resources.sources.jdk]
amd64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jdk_x64_linux_hotspot_21.0.5_11.tar.gz"
amd64.sha256 = "3c654d98404c073b8a7e66bffb27f4ae3e7ede47d13284c132d40a83144bfd8c"
arm64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.5%2B11/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.5_11.tar.gz"
arm64.sha256 = "6482639ed9fd22aa2e704cc366848b1b3e1586d2bf1213869c43e80bca58fe5c"
autoupdate.strategy = "latest_github_release"
autoupdate.version_regex = "jdk-(\\d+\\.\\d+\\.\\d+)\\+(.*)"
autoupdate.upstream = "https://github.com/adoptium/temurin21-binaries"
autoupdate.asset.amd64 = "OpenJDK.*-jdk_x64_linux_hotspot_.*\\.tar\\.gz$"
autoupdate.asset.arm64 = "OpenJDK.*-jdk_aarch64_linux_hotspot_.*\\.tar\\.gz$"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"
[resources.ports]
[resources.ports.proxy]