ral9004
Lieutenant
- Registriert
- Dez. 2017
- Beiträge
- 608
Hallo
Zum "spielen" im LAN (Win / Linux PC) habe ich auf einem Linux den Docker Container "Nextcloud AIO" aufgesetzt.
Auf dem Startbildschirm im Browser steht nun dieser Abschnitt:
Darunter eine Textbox für eine Eingabe. Ein leeres Textfeld akzeptiert er nicht.
Solange ich im LAN teste, kann ich Nextcloud über IP: Port aufrufen. Bzw. auf allen PCs in der hosts Datei diese IP notieren.
Muss man für die Nutzung von Nextcloud bzw. des Docker Containers "Nextcloud AIO" einen lokalen DNS Server wie "dnsmasq" aufziehen?
"rtfm":
"How to Install the Nextcloud All-in-One on Linux" // https://nextcloud.com/de/blog/how-to-install-the-nextcloud-all-in-one-on-linux/
D.h. ohne eine "public domain" ist dieser Container nicht nutzbar. Oder interpretiere ich das falsch?
D.h. eine Subdomain einrichten und ein Zertifikat erstellen. Nur um im lokalen LAN damit zu "spielen".
"Nextcloud_Server_Administration_Manual" - Chapter 4 - "INSTALLATION AND SERVER CONFIGURATION" steht nichts davon
Chapter 4.4 - "Installation on Linux" steht unter Punkt 3
Da VMWARE inzwischen kostenlos erhältlich ist, wäre das ein denkbarer Weg
Fazit:
AIO mit public Domain nutzen oder z.B. über VMWARE die Nextcloud VM nutzen.
Oder gibt es noch eine dritte Möglichkeit?
Grüsse
Zum "spielen" im LAN (Win / Linux PC) habe ich auf einem Linux den Docker Container "Nextcloud AIO" aufgesetzt.
Auf dem Startbildschirm im Browser steht nun dieser Abschnitt:
Code:
New AIO instance
AIO is currently in "normal mode" which means that it handles the TLS proxying itself.
This also means that it cannot be installed behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else).
If you want to run AIO behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else), see the reverse proxy documentation.
Advice: have a detailed look at the changed docker run command for AIO.
Please type the domain that will be used for Nextcloud below in order to create a new AIO instance.</code>
Darunter eine Textbox für eine Eingabe. Ein leeres Textfeld akzeptiert er nicht.
Solange ich im LAN teste, kann ich Nextcloud über IP: Port aufrufen. Bzw. auf allen PCs in der hosts Datei diese IP notieren.
Muss man für die Nutzung von Nextcloud bzw. des Docker Containers "Nextcloud AIO" einen lokalen DNS Server wie "dnsmasq" aufziehen?
"rtfm":
"How to Install the Nextcloud All-in-One on Linux" // https://nextcloud.com/de/blog/how-to-install-the-nextcloud-all-in-one-on-linux/
Code:
7. Next, type in your public domain that you you’ve got before doing this guide. The interface should help you figuring out which are the exact steps.
(Set up DDNS for your domain to point to your public IP, port-forward at least ports 443/tcp, 3478/udp and 3478/tcp to your Linux machine.
D.h. ohne eine "public domain" ist dieser Container nicht nutzbar. Oder interpretiere ich das falsch?
D.h. eine Subdomain einrichten und ein Zertifikat erstellen. Nur um im lokalen LAN damit zu "spielen".
"Nextcloud_Server_Administration_Manual" - Chapter 4 - "INSTALLATION AND SERVER CONFIGURATION" steht nichts davon
Chapter 4.4 - "Installation on Linux" steht unter Punkt 3
Code:
use the community Nextcloud VM Appliance (aka Nextcloud Virtual Machine or NcVM). This helps you create a
personal or corporate Nextcloud Server faster and easier. It can be used install directly on a clean Ubuntu Server
or downloaded as a fully functioning VM.
Da VMWARE inzwischen kostenlos erhältlich ist, wäre das ein denkbarer Weg
Fazit:
AIO mit public Domain nutzen oder z.B. über VMWARE die Nextcloud VM nutzen.
Oder gibt es noch eine dritte Möglichkeit?
Grüsse