1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00
piped_ynh/manifest.toml
yunohost-bot 6816bf4fd3 Upgrade sources
- `main` v2024.08.29: dad59e0016...647f4132a6
2024-09-02 03:42:17 +02:00

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.29~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/647f4132a677c71d6d0afde4ee2462dea1b9c648.tar.gz"
sha256 = "eac5b6c0b6456d5a7ecff05f942a18d8d4ff9854a23e92a014309741325a03ad"
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/8f33ee95f6401f529ed6a277a1c94219c667505d.tar.gz"
sha256 = "e56d4f057c5f882e3fbec2c244fbf65e5138106242626f499d1c97b8d52ea9a1"
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]