mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Merge branch 'testing' of https://github.com/yunohost-apps/limesurvey_ynh into testing
This commit is contained in:
commit
9f8a731f01
5 changed files with 8 additions and 10 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Creation and distribution survey tool
|
||||
|
||||
**Shipped version:** 5.0.7~ynh1
|
||||
**Shipped version:** 5.2.6~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Outil de création et diffusion de sondage
|
||||
|
||||
**Version incluse :** 5.0.7~ynh1
|
||||
**Version incluse :** 5.2.6~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.0.7+210628.tar.gz
|
||||
SOURCE_SUM=efde82aabe036263e2ab938315ede8b697f1aafeffedd1d48dc492af9bbddf42
|
||||
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.2.6+211213.tar.gz
|
||||
SOURCE_SUM=d097af55794000d87ad8f88698597f6cba2e972499819d3f4bd55748f1de1765
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FILENAME=limesurvey-5.0.7+210628.tar.gz
|
||||
SOURCE_FILENAME=limesurvey.tar.gz
|
||||
|
||||
|
||||
|
|
|
@ -13,10 +13,6 @@ location __PATH__/ {
|
|||
# rewrite ^(.+)$ __PATH__/index.php?q=$1 last;
|
||||
#}
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
client_max_body_size 50m;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Creation and distribution survey tool",
|
||||
"fr": "Outil de création et diffusion de sondage"
|
||||
},
|
||||
"version": "5.0.7~ynh1",
|
||||
"version": "5.2.6~ynh1",
|
||||
"url": "https://www.limesurvey.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0+",
|
||||
|
|
Loading…
Add table
Reference in a new issue