Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian". upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian". upgrade now! [56] (what's this?)
installation_nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
installation_nextcloud [2025/04/28 21:01] – created 192.168.0.254installation_nextcloud [2025/04/28 21:07] (current) 192.168.0.254
Line 1: Line 1:
 ====Installation Docker Nextcloud==== ====Installation Docker Nextcloud====
  
-docker_compose.yml+===docker_compose.yml===
  
-<code>+<code yaml [enable_line_numbers="true"]>
 nextcloud: nextcloud:
     image: nextcloud/all-in-one:latest     image: nextcloud/all-in-one:latest
Line 26: Line 26:
     name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work     name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work
  
 +
 +</code>
 +
 +===Caddyfile===
 +
 +<code>
 +https://cloud.dutriez.eu:443 {
 +        header Strict-Transport-Security max-age=31536000;
 +        reverse_proxy localhost:11000
 +    }
 +
 +
 +http://cloud.local  {
 +        reverse_proxy nextcloud-aio-mastercontainer:11000
 +}
  
 </code> </code>
installation_nextcloud.1745866914.txt.gz · Last modified: 2025/04/28 21:01 by 192.168.0.254