
Diggewuff
Members-
Posts
152 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Diggewuff's Achievements
Apprentice (3/14)
14
Reputation
-
Diggewuff started following NVMe CLI utility , Network isolation in unRAID 6.4 , [Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban) and 4 others
-
I Think I've got it configured as far as you did, really sad that the pictures aren't working. I'd be glad for any advice if you got any further.
-
Can I run telegraf in a custom br0.10 network? I run all my related services i.e: InfluxDB Grafana and my reverse proxy in there and cannot reach InfluxDB in the br0.10 network from Telegraf's standard host network.
-
Can someone head me to a complete guide to set this up?
-
Add Docker Containers Automatic after recreate
Diggewuff replied to Wuast94's topic in General Support
Can you give us some examples of your scripted startup procedure? I'm really interested in that. -
Add Docker Containers Automatic after recreate
Diggewuff replied to Wuast94's topic in General Support
Some time ago there was a plug-in that was able to save and restore a current Docker config manually. With any update it became depreciated. -
Add Docker Containers Automatic after recreate
Diggewuff replied to Wuast94's topic in General Support
Great. Would it work to restore that file prior to the rebuild of the image, to have everything in place immediately? -
Add Docker Containers Automatic after recreate
Diggewuff replied to Wuast94's topic in General Support
Sadly I have to recreate my Docker image due to a message message I noticed. But I have about 30 containers depending on each other in a specific order, including databases wich need some time to start up. Do you have any advice for me how to backup the sorting Autosparte and delay configuration? -
Add Docker Containers Automatic after recreate
Diggewuff replied to Wuast94's topic in General Support
Sorry for burying out that old one. Will this also recreate previouos sorting autostart and delays of the containers? -
[Support] Linuxserver.io - Nextcloud
Diggewuff replied to linuxserver.io's topic in Docker Containers
I'm using the External storage support 1.7.0 App to mount local Unraid shares via Docker mapping into Nextcloud 16.0.7. I'm not using SMB to map them because it is more than one share and SMB turned out to be much slower in navigating into them via Nextcloud. When Syncing data to these mapped shares via Web DAV, or when I'm creating a folder via Web GUI, permissions of created folders are not 777 (drwxrwxrwx) but 755 (drwxr-xr-x). Permissions of a txt file created via Web GUI are 644 (-rw-r--r--) and not 666 (-rw-rw-rw-) as expected for Unraid. Is there any option to set the propper UMASK to make Nextcloud respect Unraid's permission scheme? -
Can you tell me how you are passing a Bluetooth enabled container without having to run ist in host network? I didn’t accomplished that until now.
-
I'm using the External storage support 1.7.0 App to mount local Unraid shares via Docker mapping into Nextcloud 16.0.7. I'm not using SMB to map them because it is more than one share and SMB turned out to be much slower in navigating into them via Nextcloud. When Syncing data to these mapped shares via Web DAV, or when I'm creating a folder via Web GUI, permissions of created folders are not 777 (drwxrwxrwx) but 755 (drwxr-xr-x). Permissions of a txt file created via Web GUI are 644 (-rw-r--r--) and not 666 (-rw-rw-rw-) as expected for Unraid. Is there any option to set the propper UMASK to make Nextcloud respect Unraid's permission scheme?
-
Any intentions on implementing nvme-cli? @limetech
-
[Support] Linuxserver.io - Nextcloud
Diggewuff replied to linuxserver.io's topic in Docker Containers
The external storage is actually mounted via Docker. But every folder created by Nextcloud via web UI or App gets wrong permissions. -
[Support] Linuxserver.io - Nextcloud
Diggewuff replied to linuxserver.io's topic in Docker Containers
When creating a new folder in a Local external storage directory, Nextcloud gives it the permissions drwxr-xr-x. Which isn't in accordance with the unRaid Permission scheme, and prevents me to change it via SMB afterwards. How can I tell unRaid to always create folders with drwxrWxrWx (777) permissions?