Nextcloud : Différence entre versions
De SLM - MediaWiki
(→Client) |
|||
| Ligne 19 : | Ligne 19 : | ||
==Client== | ==Client== | ||
| − | Desktop: https://nextcloud.com/install/#install-clients | + | *Desktop: https://nextcloud.com/install/#install-clients |
| − | Android: https://play.google.com/store/apps/details?id=com.nextcloud.client | + | *Android: https://play.google.com/store/apps/details?id=com.nextcloud.client |
==Documentation== | ==Documentation== | ||
Version du 3 avril 2020 à 09:36
Sommaire
Installation
L'installation a été réalisé à l'aide d'une template LXC turnkey
Post Installation
Erreur: Accès à partir d'un domaine non approuvé
Editer le fichier:
nano /var/www/nextcloud/config/config.php
Ajouter l'IP local
'trusted_domains' =>
array (
0 => 'localhost',
1 => '10.10.10.252',
2 => 'slemoal.ddns.net',
),
Redémarrer le service apache2
service apache2 restart
Client
- Desktop: https://nextcloud.com/install/#install-clients
- Android: https://play.google.com/store/apps/details?id=com.nextcloud.client