mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
65 lines
1.9 KiB
TOML
65 lines
1.9 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.4.6~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.1.21"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = false
|
||
disk = "50M"
|
||
ram.build = "100M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
help.en = "Castopod needs to be installed in a dedicated domain or sub-domain."
|
||
help.fr = "Castopod doit être installé dans un domaine ou sous-domaine dédié."
|
||
type = "domain"
|
||
full_domain = true
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Castopod will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Castopod sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://code.castopod.org/adaures/castopod/uploads/848012e14d67cfee058c6085e4dfa6a3/castopod-1.4.6.zip"
|
||
sha256 = "7738818ef3fa43914087033b71c835366d7ad398985733506fc0e77fb075d0be"
|
||
in_subdir = true
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.data_dir]
|
||
subdirs =["media"]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server ffmpeg libcurl php8.1-fpm php8.1-gd php8.1-intl php8.1-curl php8.1-exif php8.1-mbstring php8.1-xml php8.1-mysqlnd"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|