Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
content:serverbasics:docker-nextcloud_aio [2024/04/22 10:19] – angelegt Danielcontent:serverbasics:docker-nextcloud_aio [2024/05/18 11:46] (aktuell) – [Network preparations] Daniel
Zeile 3: Zeile 3:
 Nextcloud is a fantastic Software for storing and sharing Files plus PIM- Data. With Nextcloud All In One (AIO) you can even have your own private Hosting of Videocalls plus dozens of Features for Teaming without any other Company beiing involved. Nextcloud is a fantastic Software for storing and sharing Files plus PIM- Data. With Nextcloud All In One (AIO) you can even have your own private Hosting of Videocalls plus dozens of Features for Teaming without any other Company beiing involved.
  
-As you do have Docker running as described before, you can easyly install a running Instance of Nextcloud to you PC.+As you do have Docker running as described before, you can easyly install a running Instance of Nextcloud to you PC. Heres the original doc: [[https://github.com/nextcloud/all-in-one|https://github.com/nextcloud/all-in-one]] 
 + 
 +===== Network preparations ===== 
 + 
 +As i do have IPV6 only to reach the server, it is very important to set up networking the right way to make nextcloud-aio work. 
 + 
 +Per default, only ipv4 networking will be set up by nextcloud-aio. So the setup will check the adress and will fail. 
 + 
 +Further you need to have a network, that is called exactly "nextcloud-aio" with ipv6. 
 + 
 +Set up the network in Docker first, here for example with the script ''docker-ncaio-network.sh'' 
 +<file> 
 +#!/bin/bash 
 +#nextcloud must have that network-name! 
 +docker network create --subnet="2001:db8:3::/64" --driver bridge --ipv6 nextcloud-aio --gateway="2001:db8:3::1" 
 + 
 +</file> 
 + 
 +The subnet and gateway are free to choose, but make sure it does not interfere with some existing network. If you are not sure, use the given ones.
  
  
  • content/serverbasics/docker-nextcloud_aio.1713781198.txt.gz
  • Zuletzt geändert: 2024/04/22 10:19
  • von Daniel