Page 3 of 3

Re: How to install NextCloud

Posted: 29 Aug 2024, 23:52
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

Re: How to install NextCloud

Posted: 30 Aug 2024, 01:24
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

Re: How to install NextCloud

Posted: 25 Nov 2024, 22:05
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

Re: How to install NextCloud

Posted: 09 Dec 2024, 18:11
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

Re: How to install NextCloud

Posted: 09 Dec 2024, 18:55
by hakest
hmm

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

Re: How to install NextCloud  [SOLVED]

Posted: 12 Dec 2024, 18:36
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 :)

Re: How to install NextCloud

Posted: 28 Feb 2025, 14:38
by XtinaLover
Permet-il une utilisation transparente sur différents systèmes d'exploitation (par exemple Windows, macOS, Linux) ?