From f64959e9244ead1328207daedb2836c75d07e699 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Jan 2021 11:12:52 +0100 Subject: [PATCH] Fix --- README.md | 9 +++++---- README_fr.md | 6 +++--- check_process | 4 ++-- pull_request_template.md | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index feb37dd..56e8085 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Castopod Server is an open-source hosting platform made for podcasters who want engage and interact with their audience. Please note that Castopod is still under heavy development: it may not be 100% stable and some features are still being developed. -**Shipped version:** 1.0.0 +**Shipped version:** 1.0.0 alpha.31 ## Screenshots @@ -19,10 +19,11 @@ Castopod Server is an open-source hosting platform made for podcasters who want ## Demo -* [Official demo](Link to a demo site for this app.) +* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr) ## Configuration + * How to configure this app: From an admin panel. ## Documentation @@ -33,8 +34,8 @@ Castopod Server is an open-source hosting platform made for podcasters who want #### Multi-user support -Are LDAP and HTTP auth supported? -Can the app be used by multiple users? + * Are LDAP and HTTP auth supported? + * Can the app be used by multiple users? #### Supported architectures diff --git a/README_fr.md b/README_fr.md index ac98ec5..cc29926 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Castopod Server est une plate-forme d'hébergement open source conçue pour les podcasteurs qui souhaitent s'engager et interagir avec leur public. Veuillez noter que Castopod est toujours en développement: il n'est peut-être pas stable à 100% et certaines fonctionnalités sont encore en développement. -**Version incluse :** 1.0.0 +**Version incluse :** 1.0.0 alpha.31 ## Captures d'écran @@ -19,11 +19,11 @@ Castopod Server est une plate-forme d'hébergement open source conçue pour les ## Démo -* [Démo officielle](Lien vers un site de démonstration de cette application.) +* [podcast.podlibre.org](https://podcast.podlibre.org/@podlibre_fr) ## Configuration -Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH ou tout autre moyen. + * Comment configurer cette application : via le panneau d'administration. ## Documentation diff --git a/check_process b/check_process index 16710ab..672f05f 100755 --- a/check_process +++ b/check_process @@ -17,9 +17,9 @@ setup_public=1 upgrade=1 backup_restore=1 - multi_instance=0 + multi_instance=1 port_already_use=0 - change_url=1 + change_url=0 ;;; Options Email= Notification=none diff --git a/pull_request_template.md b/pull_request_template.md index f7a36a9..0ec7457 100755 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -15,4 +15,4 @@ --- *If you have access to [App Continuous Integration for packagers](https://yunohost.org/#/packaging_apps_ci) you can provide a link to the package_check results like below, replacing '-NUM-' in this link by the PR number and USERNAME by your username on the ci-apps-dev. Or you provide a screenshot or a pastebin of the results* -[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/castopod_ynh%20PR-NUM-%20(ericgaspar)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/castopod_ynh%20PR-NUM-%20(ericgaspar)/) +[![Build Status](https://ci-apps-dev.yunohost.org/jenkins/job/castopod_ynh%20PR-NUM-%20(USERNAME)/badge/icon)](https://ci-apps-dev.yunohost.org/jenkins/job/castopod_ynh%20PR-NUM-%20(USERNAME)/)