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

Testing
This commit is contained in:
Éric Gaspar 2021-06-21 23:14:34 +02:00 committed by GitHub
commit 1fad9e54d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 43 additions and 21 deletions

View file

@ -17,10 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Hosting platform made for podcasters
**Shipped version:** 1.0.0-57~ynh2
**Shipped version:** 1.0.0-60~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr
## Screenshots
![](./doc/screenshots/activity-feed.png)
## Disclaimers / important information
## Configuration
@ -39,7 +43,6 @@ Hosting platform made for podcasters
## Documentation and resources
* Official app website: https://podlibre.org/
* Official user documentation: https://yunohost.org/apps
* Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
* Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host
* YunoHost documentation for this app: https://yunohost.org/app_castopod

View file

@ -13,29 +13,32 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Plateforme d'hébergement conçue pour les podcasteurs
**Version incluse :** 1.0.0-57~ynh2
**Version incluse :** 1.0.0-60~ynh1
**Démo :** https://podcast.podlibre.org/@podlibre_fr
## Captures d'écran
![](./doc/screenshots/activity-feed.png)
## Avertissements / informations importantes
## Configuration
* How to configure this app: Go to `domain.ltd/cp-admin` to connect to the administration panel.
* Comment configurer cette application : Accédez à `domain.ltd/cp-admin` pour vous connecter au panneau d'administration.
#### Multi-user support
#### Prise en charge multi-utilisateurs
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
* Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
## Limitations
## Limites
* :warning: Installation possible only on a root domain or subdomain.
* :warning : Installation possible uniquement sur un domaine racine ou un sous-domaine.
## Documentations et ressources
* Site officiel de l'app : https://podlibre.org/
* Documentation officielle utilisateur : https://yunohost.org/apps
* Documentation officielle de l'admin : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
* Dépôt de code officiel de l'app : https://code.podlibre.org/podlibre/castopod-host
* Documentation YunoHost pour cette app : https://yunohost.org/app_castopod

View file

@ -14,7 +14,7 @@
setup_public=1
upgrade=1
#1.0.0 alpha.41
upgrade=1 from_commit=a43b9e3d66163252d1ea83a2924179ec777056f3
upgrade=1 from_commit=63d63028833538443fcfbd0ea2cf0523582fcc24
backup_restore=1
multi_instance=1
change_url=1
@ -22,6 +22,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=a43b9e3d66163252d1ea83a2924179ec777056f3
name=Merge pull request #24 from YunoHost-Apps/testing
; commit=63d63028833538443fcfbd0ea2cf0523582fcc24
name=Merge pull request #27 from YunoHost-Apps/testing
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/5efeda3a8aeaa60f8c0b62ba7d1683c7/castopod-host-1.0.0-alpha.57.zip
SOURCE_SUM=392d14816d505020708102fb0bb9a3fc77c6f65c0412e5175b3c97b6a44970e5
SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/c5c188541b6541160a642789bb50acc1/castopod-host-.zip
SOURCE_SUM=be02026187a33664413ab4ea37f6d617ab675698b6f273a5ffd0c49931e7b58f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

12
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,12 @@
## Configuration
* Comment configurer cette application : Accédez à `domain.ltd/cp-admin` pour vous connecter au panneau d'administration.
#### Prise en charge multi-utilisateurs
* Les authentifications LDAP et HTTP sont-elles prises en charge ? **Non**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
## Limites
* :warning : Installation possible uniquement sur un domaine racine ou un sous-domaine.

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 KiB

View file

@ -6,14 +6,13 @@
"en": "Hosting platform made for podcasters",
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
},
"version": "1.0.0-57~ynh2",
"version": "1.0.0-60~ynh1",
"url": "https://podlibre.org/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://podlibre.org/",
"demo": "https://podcast.podlibre.org/@podlibre_fr",
"admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/",
"userdoc": "https://yunohost.org/apps",
"code": "https://code.podlibre.org/podlibre/castopod-host"
},
"license": "GPL-3.0-only",

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="8.0"
extra_php_dependencies="php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd"

View file

@ -26,7 +26,7 @@ app=$YNH_APP_INSTANCE_NAME
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
domain=$(ynh_app_setting_get --app=$app --key=domain)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
phpversion=$YNH_PHP_VERSION
#=================================================
# DECLARE DATA AND CONF FILES TO BACKUP

View file

@ -32,7 +32,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
phpversion=$YNH_PHP_VERSION
#=================================================
# CHECK IF THE APP CAN BE RESTORED
@ -75,7 +75,11 @@ chown -R $app:www-data "$final_path"
# RESTORE THE PHP-FPM CONFIGURATION
#=================================================
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
#=================================================
# REINSTALL DEPENDENCIES

View file

@ -21,6 +21,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
phpversion=$YNH_PHP_VERSION
#=================================================
# CHECK VERSION