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

Testing
This commit is contained in:
Éric Gaspar 2022-07-23 15:49:24 +02:00 committed by GitHub
commit 5bdb142634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 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 - 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-98~ynh2 **Shipped version:** 1.0.0-99~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr **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 - 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-98~ynh2 **Version incluse :** 1.0.0-99~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/34c2c6a92d934a403425219e59524177/castopod-1.0.0-beta.18.zip SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/e997234d358aed3f7b0178bd8994e013/castopod-1.0.0-beta.19.zip
SOURCE_SUM=33889bf23cc133fbd735a19ec1cc92a61195da7d806163e4b266e668c5ad4833 SOURCE_SUM=2c19ef3dfb940d4deb610e160a03043b1cd83bc422095f83972533c0e1fe2eb0
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -8,6 +8,8 @@ location __PATH__/ {
client_max_body_size 512M; client_max_body_size 512M;
more_clear_headers 'X-Frame-Options';
try_files $uri $uri/ /index.php; try_files $uri $uri/ /index.php;
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_split_path_info ^(.+?\.php)(/.*)$;

View file

@ -401,6 +401,9 @@ chdir = __FINALPATH__
; php_admin_value/php_admin_flag - these directives won't be overwritten by ; php_admin_value/php_admin_flag - these directives won't be overwritten by
; PHP call 'ini_set' ; PHP call 'ini_set'
; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
php_admin_value[upload_max_filesize] = 512M
php_admin_value[memory_limit] = 512M
php_admin_value[post_max_size] = 512M
; Defining 'extension' will load the corresponding shared extension from ; Defining 'extension' will load the corresponding shared extension from
; extension_dir. Defining 'disable_functions' or 'disable_classes' will not ; extension_dir. Defining 'disable_functions' or 'disable_classes' will not

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