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 #61 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-04-16 13:52:05 +02:00 committed by GitHub
commit 416a3ba6eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Hosting platform made for podcasters Hosting platform made for podcasters
**Shipped version:** 1.0.0-91~ynh1 **Shipped version:** 1.0.0-93~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr **Demo:** https://podcast.podlibre.org/@podlibre_fr

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Plateforme d'hébergement conçue pour les podcasteurs Plateforme d'hébergement conçue pour les podcasteurs
**Version incluse :** 1.0.0-91~ynh1 **Version incluse :** 1.0.0-93~ynh1
**Démo :** https://podcast.podlibre.org/@podlibre_fr **Démo :** https://podcast.podlibre.org/@podlibre_fr

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/ee278031a4eb41a31b5a8b4381712de7/castopod-1.0.0-beta.11.zip SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbae68bba428b50b1e7fdea264791a28/castopod-1.0.0-beta.13.zip
SOURCE_SUM=39530c2edd9b88852b0a660fff8bd37b2d73dff3c849376469f35888f6cb54e4 SOURCE_SUM=7d0f12efdbefbcd68c27d933773679f2767c28a5441393719807942ad4a54860
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -22,4 +22,4 @@ name = "Castopod configuration"
ask = "Expected usage of the service?" ask = "Expected usage of the service?"
choices = ["low", "medium", "high"] choices = ["low", "medium", "high"]
default = "low" default = "low"
help = "low: Personal usage, behind the sso. No RAM footprint when not used, but the impact on the processor can be high if many users are using the service.<br>medium: Low usage, few people or/and publicly accessible. Low RAM footprint, medium processor footprint when used.<br>high: High usage, frequently visited website. High RAM footprint, but lower on processor usage and quickly responding." help = "low: Personal usage, behind the SSO. No RAM footprint when not used, but the impact on the processor can be high if many users are using the service.<br>medium: Low usage, few people or/and publicly accessible. Low RAM footprint, medium processor footprint when used.<br>high: High usage, frequently visited website. High RAM footprint, but lower on processor usage and quickly responding."

View file

@ -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-91~ynh1", "version": "1.0.0-93~ynh1",
"url": "https://castopod.org/", "url": "https://castopod.org/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",