Search found 8 matches
- 05 Jan 2026, 02:59
- Forum: Update Notice
- Topic: TOS 6.0.750 (X86) is Released for Update
- Replies: 82
- Views: 13832

Re: TOS 6.0.750 (X86) is Released for Update
My encrypted shared folder is not mounted anymore after a scheduled power off. This looks like a new feature not mentioned in any change log. See https://forum.terra-master.com/en/viewtopic.php?p=46441#p46441 The documentation is not consistent. In https://toshelp.terra-master.com/web/#/en/shared_fo...
- 02 Jan 2026, 20:21
- Forum: Update Notice
- Topic: TOS 6.0.750 (X86) is Released for Update
- Replies: 82
- Views: 13832

Re: TOS 6.0.750 (X86) is Released for Update
That's not a good start into year 2026. I've updated my F8 from 6.0650 to 6.0.770 with the result that my encrypted shared folder /Volume1/encrypted does not appear anymore. Now I can test how good my backup strategy is. Update: Okay. I found it bellow shared folders. I thought since I do not share ...
- 31 Dec 2024, 20:04
- Forum: How to back up? Which one is right for me?
- Topic: Backup encrypted folder to cloud?
- Replies: 2
- Views: 1129

Backup encrypted folder to cloud?
One of my folders in TOS6 is encrypted. Now I wonder how to backup the encrypted data (files?) to a cloud drive. Is there any way to achieve that by simply copying the encrypted data? Restrictions: - My cloud service is not listed in CloudSync etc. - rsync with SSH could not be configured via the TO...
- 12 Dec 2024, 18:36
- Forum: Docker
- Topic: How to install NextCloud [SOLVED]
- Replies: 26
- Views: 16944

Re: How to install NextCloud [SOLVED]
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...
- 11 Dec 2024, 07:28
- Forum: Storage
- Topic: TRAID on F8 SSD has only one system disk
- Replies: 3
- Views: 486

Re: TRAID on F8 SSD has only one system disk
Thank you for your fast reply. So far, everything worked well. But, a wish: When I switch from TRAID 0 to TRAID 1. It would be great here, when the new and second disk B will be created automatically as (second) OS disk. In my case I had only the first disk A as OS disk. I was looking in the UI for ...
- 10 Dec 2024, 05:26
- Forum: Storage
- Topic: TRAID on F8 SSD has only one system disk
- Replies: 3
- Views: 486

TRAID on F8 SSD has only one system disk
I've started to play around with my new F8 SSD. First I added a WD blue SSD to install TOS6 and tried to install some docker parts. After I decided to go with my installation I've added two WD red to go with a RAID 5 configuration. The size of my memory pool is fine. But I would like top replace the...
- 09 Dec 2024, 18:55
- Forum: Docker
- Topic: How to install NextCloud [SOLVED]
- Replies: 26
- Views: 16944

Re: How to install NextCloud [SOLVED]
hmm
That was just one step. https is not working and the NextCloud-web-app wants now trusted domains configured.
That was just one step. https is not working and the NextCloud-web-app wants now trusted domains configured.
- 09 Dec 2024, 18:11
- Forum: Docker
- Topic: How to install NextCloud [SOLVED]
- Replies: 26
- Views: 16944

Re: How to install NextCloud [SOLVED]
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
environment:
- MYSQL_HOST=172.18.0.2:3306
application: # nextcloud app that will use the database
image: nextcloud:24