1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Merge pull request #83 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-11-04 08:01:01 +01:00 committed by GitHub
commit 31b1a3c616
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 5 deletions

View file

@ -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
- 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

View file

@ -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
- 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

View file

@ -27,6 +27,14 @@ database.default.username="__DB_USER__"
database.default.password="__DB_PWD__"
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)
#

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/0e62acc6b37ad554b6359ae1bed0a175/castopod-1.0.0.zip
SOURCE_SUM=cedc8c9316cd4d88602992494ef20b26469f85ccd2c1083384f9e143f833e105
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbbe9a15a1218bdb7af5286125a64425/castopod-1.0.1.zip
SOURCE_SUM=ea5f0e97f0f637a3c88ec2287a82543487d922ef2d869167050368b6498b5966
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Hosting platform made for podcasters",
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
},
"version": "1.0.0~ynh1",
"version": "1.0.1~ynh1",
"url": "https://castopod.org/",
"upstream": {
"license": "GPL-3.0-only",