How to install NextCloud  [SOLVED]

Discussion about Docker
User avatar
makhai
Posts: 23
Joined: 18 Jul 2024, 23:08
France

Re: How to install NextCloud

Post by makhai »

As I said, unless you have specific need you can use official supported app provided by TOS store.

I don't know nextcloud AIO but you can try a project with this conf file.
https://github.com/nextcloud/all-in-one ... mpose.yaml

For first try you can ignore all lines begin with #
Please do not modify volumes of this yml, they said so explicitly

But you can change ports like this, for avoid conflicts with TOS interface

Code: Select all

ports:
  - 8082:8080
  - 8444:8443
User avatar
SquarePeg
Posts: 70
Joined: 11 Jun 2021, 19:28
Wales

Re: How to install NextCloud

Post by SquarePeg »

The nextcloud version from the TNAS app store is out of date and won't let me update. When I try to use that YAML file, the project asks for a Project Path, when I put a path in, the container tries to start but fails
User avatar
highgrade
Posts: 9
Joined: 19 Aug 2023, 19:50
Virgin Islands (USA)

Re: How to install NextCloud

Post by highgrade »

I was having alot problem I just gave up and install via windows using docker and AIO then ISCSI for from F-423. I am able to access via duckdns. This is the video I use https://youtu.be/_WsvF5Y5d2I?si=BSeL4SEdFSnHSu7x
User avatar
hakest
Posts: 8
Joined: 09 Dec 2024, 01:02
Germany

Re: How to install NextCloud

Post by hakest »

After 3 days of trial and error I managed it to get NextCloud running:

environment:
- MYSQL_HOST=172.18.0.2:3306

application: # nextcloud app that will use the database
image: nextcloud:24
User avatar
hakest
Posts: 8
Joined: 09 Dec 2024, 01:02
Germany

Re: How to install NextCloud

Post by hakest »

hmm

That was just one step. https is not working and the NextCloud-web-app wants now trusted domains configured.
User avatar
hakest
Posts: 8
Joined: 09 Dec 2024, 01:02
Germany

Re: How to install NextCloud  [SOLVED]

Post by hakest »

hakest wrote: 09 Dec 2024, 18:55 hmm

That was just one step. https is not working and the NextCloud-web-app wants now trusted domains configured.
FYI.

I tried to use the internal nginx.

First with a location config /nextcloud/ like it is done for the Portainer app. But here images, stylesheets etc. were missing in the browser. And the Nextcloud page internally used links without the additional location path element /nextcloud/ in the URL. Especially the missing location path element in the links inside the nextcloud web page I think could be difficult to manage.

Then I found the include tnasonline.conf and decided to try an additional server config with a new HTTPS port for the nextcloud container. This I managed very fast. I reused the tnas certificate here. I had to manually trust the certificate on my PC and the phone. But now I can synchronize my contacts via local LAN via HTTPS. Mission completed.

I do not want to lead somebody to a way to break his device. Therefore no further details here :)
XtinaLover
Posts: 18
Joined: 07 Feb 2025, 11:19
France

Re: How to install NextCloud

Post by XtinaLover »

Permet-il une utilisation transparente sur différents systèmes d'exploitation (par exemple Windows, macOS, Linux) ?
F8 SSD Plus; 6.0.610; 2 x 1024G KC3000 PCIe 4.0 SSD;
:idea: Dans l'ocean des données, le stockage est mon bateau.
Locked

Return to “Docker”