mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
67 lines
1.5 KiB
TOML
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.9~ynh1"
|
|
|
|
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/-/project/2/uploads/cc9e9e62dfc16413c160cc6fe0fa35bf/castopod-1.12.9.zip"
|
|
sha256 = "407cf8e3fdf68288e01bb38cf85d2c3e42db2b19065472f36f21996334455497"
|
|
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, redis-server"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|