mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
- `main` v2024.08.05:b2d9fbe384...dad59e0016
- `proxy` v2024.08.10:b4e6bb0cf1...dce6ee7965
86 lines
2.9 KiB
TOML
86 lines
2.9 KiB
TOML
#: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.08.05~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/dad59e001689d035de1a1d5c5bb4cd7779350634.tar.gz"
|
|
sha256 = "cb5b809d864fd49cb68776221e07743d5b2b9ba1bcf1e808f935cc88e241354c"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.sources.api]
|
|
url = "https://github.com/TeamPiped/Piped-Backend/archive/01e2cf1456eb8d88d0057828d658ef33d49bd2bc.tar.gz"
|
|
sha256 = "d1c46c8f12bc58426103413f954687fe4808d05d289a1877e9f2fba0514a9c95"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
autoupdate.upstream = "https://github.com/TeamPiped/Piped-Backend/"
|
|
|
|
[resources.sources.proxy]
|
|
url = "https://github.com/TeamPiped/piped-proxy/archive/dce6ee79652343a25795bf6e42cf95b39c945346.tar.gz"
|
|
sha256 = "142fcbc8c63dd209784d0442fdd8021401d5ab6f952f1a498671da976027a2c6"
|
|
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.4%2B7/OpenJDK21U-jdk_x64_linux_hotspot_21.0.4_7.tar.gz"
|
|
amd64.sha256 = "51fb4d03a4429c39d397d3a03a779077159317616550e4e71624c9843083e7b9"
|
|
arm64.url = "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.4%2B7/OpenJDK21U-jdk_aarch64_linux_hotspot_21.0.4_7.tar.gz"
|
|
arm64.sha256 = "d768eecddd7a515711659e02caef8516b7b7177fa34880a56398fd9822593a79"
|
|
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]
|