mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
31b1a3c616
5 changed files with 13 additions and 5 deletions
|
@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
|
||||||
- Multi-user: add contributors and set roles
|
- Multi-user: add contributors and set roles
|
||||||
- i18n support: translated in English, French & Polish with more to come!
|
- i18n support: translated in English, French & Polish with more to come!
|
||||||
|
|
||||||
**Shipped version:** 1.0.0~ynh1
|
**Shipped version:** 1.0.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
|
||||||
- Multi-user: add contributors and set roles
|
- Multi-user: add contributors and set roles
|
||||||
- i18n support: translated in English, French & Polish with more to come!
|
- i18n support: translated in English, French & Polish with more to come!
|
||||||
|
|
||||||
**Version incluse :** 1.0.0~ynh1
|
**Version incluse :** 1.0.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,14 @@ database.default.username="__DB_USER__"
|
||||||
database.default.password="__DB_PWD__"
|
database.default.password="__DB_PWD__"
|
||||||
database.default.DBPrefix="cp_"
|
database.default.DBPrefix="cp_"
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------
|
||||||
|
# Email configuration
|
||||||
|
#--------------------------------------------------------------------
|
||||||
|
# email.fromEmail="your_email_address"
|
||||||
|
# email.SMTPHost="your_smtp_host"
|
||||||
|
# email.SMTPUser="your_smtp_user"
|
||||||
|
# email.SMTPPass="your_smtp_password"
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Cache configuration (advanced)
|
# Cache configuration (advanced)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/0e62acc6b37ad554b6359ae1bed0a175/castopod-1.0.0.zip
|
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbbe9a15a1218bdb7af5286125a64425/castopod-1.0.1.zip
|
||||||
SOURCE_SUM=cedc8c9316cd4d88602992494ef20b26469f85ccd2c1083384f9e143f833e105
|
SOURCE_SUM=ea5f0e97f0f637a3c88ec2287a82543487d922ef2d869167050368b6498b5966
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Hosting platform made for podcasters",
|
"en": "Hosting platform made for podcasters",
|
||||||
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||||
},
|
},
|
||||||
"version": "1.0.0~ynh1",
|
"version": "1.0.1~ynh1",
|
||||||
"url": "https://castopod.org/",
|
"url": "https://castopod.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue