mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
61 lines
1.4 KiB
TOML
61 lines
1.4 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.6.5~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[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"
|
|
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"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://code.castopod.org/adaures/castopod/uploads/fe7be588c53a9e1ed63af47e6e624ad1/castopod-1.6.5.zip"
|
|
sha256 = "3618afa82605dda4f791efe5bb312d1fab3c4b0d702086f9cb75e57d627b6306"
|
|
in_subdir = true
|
|
|
|
[resources.system_user]
|
|
#allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, ffmpeg, php8.2-gd, php8.2-intl, php8.2-curl, php8.2-exif, php8.2-mbstring, php8.2-xml, php8.2-mysqlnd"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|