MaJ du 22-10-2020

This commit is contained in:
2020-10-22 20:12:27 +02:00
parent 4485e7096d
commit 84b4e1a85d
22 changed files with 639 additions and 46 deletions

View File

@@ -175,6 +175,8 @@ Ne marche pas !!
[git](git.md)
[Gitea](Gitea.md)
[Ghost](Ghost.md)
[nextcloud](nextcloud.md)

View File

@@ -79,6 +79,28 @@ drwxr-xr-x 2 bruno psacln 4096 Apr 11 19:15 Photos
#### Logs:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html
Afficher les logs:
```bash
tail -f /var/www/vhosts/maboiteverte.fr/httpdocs/nextcloud/nextcloud.log
```
Configuration:
```bash
# dans config.php:
'loglevel' => 2,
'log_type' => 'file',
'logfile' => 'nextcloud.log',
'logdateformat' => 'F d, Y H:i:s',
```
[Nextcloud sur NAS Synology](../Synology/nextcloud.md)