Différences entre les versions de « Nextcloud »
De Wiki de Geonov
Ligne 9 : | Ligne 9 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Proxy = | |||
Si [[Nextcloud]] fonctionne en [[HTTP]] derrière un proxy [[HTTPS]], il faut modifier le fichier "config.php" comme ceci : | |||
<syntaxhighlight lang="text" gutter="false" toolbar="false"> | |||
'overwrite.cli.url' => 'https://cloud.domaine.ext/', | |||
'overwriteprotocol' => 'https' | |||
</syntaxhighlight> | |||
[[Catégorie:Logiciel]] | [[Catégorie:Logiciel]] | ||
[[Catégorie:Web]] | [[Catégorie:Web]] |
Version du 25 avril 2021 à 15:56
Nextcloud est une plate-forme de collaboration et de partage open-source.
1 Mise à jour d'une instance
sudo -u www-data php /var/www/nextcloud/occ maintenance:mode --on
sudo -u www-data php /var/www/nextcloud/occ upgrade
sudo -u www-data php /var/www/nextcloud/occ maintenance:mode --off
2 Proxy
Si Nextcloud fonctionne en HTTP derrière un proxy HTTPS, il faut modifier le fichier "config.php" comme ceci :
'overwrite.cli.url' => 'https://cloud.domaine.ext/',
'overwriteprotocol' => 'https'