1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00
This commit is contained in:
ericgaspar 2021-08-14 17:45:13 +02:00
parent 2451b804d1
commit a3b9ba7c9a
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1,7 @@
## Configuration
Les identifiants par défaut sont :
```
username: admin@example.org
password: 12345
```

View file

@ -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",