mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
ca0c2fcd4e
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP
|
||||||
- Multi-tenant: host as many podcasts as you want
|
- Multi-tenant: host as many podcasts as you want
|
||||||
- Multi-user: add contributors and set roles
|
- Multi-user: add contributors and set roles
|
||||||
|
|
||||||
**Shipped version:** 1.9.0~ynh1
|
**Shipped version:** 1.10.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Castopod est une plate-forme d'hébergement gratuite et open source conçue pour
|
||||||
- Multi-locataire : hébergez autant de podcasts que vous le souhaitez
|
- Multi-locataire : hébergez autant de podcasts que vous le souhaitez
|
||||||
- Multi-utilisateur : ajouter des contributeurs et définir des rôles
|
- Multi-utilisateur : ajouter des contributeurs et définir des rôles
|
||||||
|
|
||||||
**Version incluse :** 1.9.0~ynh1
|
**Version incluse :** 1.10.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Castopod"
|
||||||
description.en = "Hosting platform made for podcasters"
|
description.en = "Hosting platform made for podcasters"
|
||||||
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
|
description.fr = "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||||
|
|
||||||
version = "1.9.0~ynh1"
|
version = "1.10.3~ynh1"
|
||||||
|
|
||||||
maintainers = ["orhtej2"]
|
maintainers = ["orhtej2"]
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://code.castopod.org/adaures/castopod/uploads/fc48e9cbed2575c19fe59f402b3e7274/castopod-1.9.0.zip"
|
url = "https://code.castopod.org/adaures/castopod/uploads/ff928a29e8ae97a3676f2ff71ecaa16b/castopod-1.10.3.zip"
|
||||||
sha256 = "fc67fc32bd400955d02ba063c13c814413325e2b02bae6a7fc9ce1dac9593b42"
|
sha256 = "55e43d6a5b8e99f574a2f95f79a46624ca2879cb977ec33222640fd069432bce"
|
||||||
autoupdate.strategy = "latest_gitlab_release"
|
autoupdate.strategy = "latest_gitlab_release"
|
||||||
autoupdate.asset = "Castopod Package \\(zip\\)"
|
autoupdate.asset = "Castopod Package \\(zip\\)"
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue