1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
castopod_ynh/manifest.toml
2024-07-13 23:47:40 +02:00

67 lines
1.5 KiB
TOML

packaging_format = 2
id = "castopod"
name = "Castopod"
description.en = "Hosting platform made for podcasters"
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
version = "1.12.3~ynh2"
maintainers = ["orhtej2"]
[upstream]
license = "GPL-3.0-only"
website = "https://castopod.org/"
demo = "https://podcast.podlibre.org/@podlibre_fr"
admindoc = "https://docs.castopod.org/"
code = "https://code.castopod.org/adaures/castopod"
[integration]
yunohost = ">= 11.2.12"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://code.castopod.org/adaures/castopod/uploads/d273d589e35ba5147ce7d792259ca886/castopod-1.12.3.zip"
sha256 = "ae6754fb29cf8eac6af3c97dc2cd5854207b4b3a70bad11f10a750cb2313d46b"
autoupdate.strategy = "latest_gitlab_release"
autoupdate.asset = "Castopod Package \\(zip\\)"
in_subdir = true
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
subdirs = ["media"]
group = "www-data:rx"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, ffmpeg, php8.2-mysql, php8.2-gd, php8.2-intl, php8.2-curl, php8.2-mbstring, php8.2-xml, php8.2-mysqlnd"
[resources.database]
type = "mysql"