mirror of
https://github.com/YunoHost-Apps/plainpad_ynh.git
synced 2024-09-03 20:05:53 +02:00
Fix
This commit is contained in:
parent
2451b804d1
commit
a3b9ba7c9a
4 changed files with 9 additions and 3 deletions
|
@ -17,7 +17,7 @@ APP_KEY=__KEY__
|
||||||
# When your application is in debug mode, detailed error messages with
|
# When your application is in debug mode, detailed error messages with
|
||||||
# stack traces will be shown on every error that occurs within your
|
# stack traces will be shown on every error that occurs within your
|
||||||
# application. If disabled, a simple generic error page is shown.
|
# application. If disabled, a simple generic error page is shown.
|
||||||
APP_DEBUG=true
|
APP_DEBUG=false
|
||||||
|
|
||||||
# This URL is used by the console to properly generate URLs when using
|
# This URL is used by the console to properly generate URLs when using
|
||||||
# the Artisan command line tool. You should set this to the root of
|
# the Artisan command line tool. You should set this to the root of
|
||||||
|
|
|
@ -15,7 +15,6 @@ location __PATH__/ {
|
||||||
|
|
||||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||||
|
|
||||||
#try_files $uri $uri/ index.php;
|
|
||||||
location ~ [^/]\.php(/|$) {
|
location ~ [^/]\.php(/|$) {
|
||||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||||
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
|
||||||
|
|
7
doc/DISCLAIMER_fr.md
Normal file
7
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
Les identifiants par défaut sont :
|
||||||
|
```
|
||||||
|
username: admin@example.org
|
||||||
|
password: 12345
|
||||||
|
```
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Self hosted, note taking application",
|
"en": "Self hosted, note taking application",
|
||||||
"fr": "Application de prise de notes auto-hébergée"
|
"fr": "Application de prise de notes auto-hébergée"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "1.0.0~ynh1",
|
||||||
"url": "https://alextselegidis.com/get/plainpad",
|
"url": "https://alextselegidis.com/get/plainpad",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue