Everything posted by Greyberry
-
ACLs (Network Rules) for Wireguard VPN
ok, i just found out that there is a NAT and Firewall-Setting in the advanced view. BUT: blocking the traffic to unraid itself (webinterface and dockers) is not working.
-
ACLs (Network Rules) for Wireguard VPN
Is it possible to make a vpn network without access to the server itself (webinterface, dockers, etc.)? only the clients should see each other + access to the standardgateway of unraid (internet). and: when a wireguard-client is routing its traffic through the tunnel to the internet, does Unraid do NAT or is the wireguard ip address shown on the standardgateway?
-
Adding many Labels to Docker Containers quickly/efficently
I would like to push this thread. I am also in need to add a bunch of labels per container. Is there a way to do this in a file, and not in GUI?
-
[Support] knex666 - Nextcloud
Does this image support recognize (not in WASM mode)? Or to put it in another way: Does it come with GNU lib C?
-
WireGuard quickstart
Is it possible to make a vpn network without access to the server itself (webinterface, dockers, etc.)? only the clients should see each other.
-
/data mount should be writable by UID/GID 1000:1000
I don't know if this is how it should be done, but this command makes it work: chown 1000:1000 /mnt/cache/appdata/application
-
/data mount should be writable by UID/GID 1000:1000
Hi, I installed an application from dockerhub. I configured everything and it is running, however the webui of the application is giving me an error: How can i make this compatible with the image/container? (note: /data is mounted into /mnt/cache/appdata/application) I experimented with variables PUID, PGID, UMASK but could not make it work.
-
RAM cache (disk) support
So, command in the go file it is? sudo mount -o remount,size=XXXG /dev/shm Cool! Is there a guide how to do that?
-
[Support] Linuxserver.io - Nextcloud
I would like to push this issue, as it is also affecting me.
-
Add a "Generate Random Port" button, beside port input field in docker-application settings
I still miss this feature as a quality of life improvement. could this be done as plugin?
-
[Support] Flight777 - "Just Works" Container Repository
So this repository is quite old, and i don't think it will get an update soon. Is there a way to move to another postgres docker image (looking at @jj9987's postgresql15 image from CA) and keep the data?
-
RAM cache (disk) support
I have a (for me) huge amount of ram installed on my homeserver and tested creating dummyfiles on /dev/shm. Unfortunatelly it seems that only half of the installed RAM is available. After a certain point i get "No space left on device." even though RAM is only half filled. Is there a way to change that so that my RAM is not installed but unused all the time?
-
[Plugin] CA User Scripts
Thats why I am asking if there is a method to use User-Scripts (the plugin) somehow to start a script, not from gui but via terminal.
-
[Support] Linuxserver.io - Nextcloud
Yes when I'm connecting directly it looks like this, but i never use http in the first place on the client side. I wanted to use it on the "backend" so to speak. [Client] -------- https --------> [Reverse Proxy] -------- https -------> [NextCloud] // No Error Occurs [Client] -------- https --------> [Reverse Proxy] -------- http -------> [NextCloud] // cardav Error Occurs Okay, i might look further into this in two weeks (I'm not at home the next days). Thank you for taking me seariously in the end, and thank you for your time. I remember reading an article with benchmarks some time ago, where there was showing quite a difference on low-end machines. I can't find it at the moment unfortunatelly. But maybe you're right and it is not worth the hassle on newer machines.
-
[Plugin] CA User Scripts
Na, i got a user-script already in place, but want to call it from the terminal. This in itself would not be the problem, because one could run: /boot/config/plugins/user.scripts/scripts/[Name_Of_Script]/script But if you do that, it would run as a standard script in terminal. I wanted to know if there is a way to run it, so that the progress is also represented in the User-Script Plugin GUI, like running it from there.
-
Unassigned Devices - Mount zu bestimmter Uhrzeit an bestimmtem Tag
Kann man das User Script irgendwie über das Device Script aufrufen?
-
[Plugin] CA User Scripts
Is it possible to invoke a script via commandline, so that it is registered by the GUI, like i clicked on the button "Run in Background"?
-
[Support] Linuxserver.io - Nextcloud
it has everything to do with http and https, because (A) i have the proper rules in place: location ^~ /.well-known { # The rules in this block are an adaptation of the rules # in `.htaccess` that concern `/.well-known`. location = /.well-known/carddav { return 301 /remote.php/dav/; } location = /.well-known/caldav { return 301 /remote.php/dav/; } location /.well-known/acme-challenge { try_files $uri $uri/ =404; } location /.well-known/pki-validation { try_files $uri $uri/ =404; } # Let Nextcloud's API for `/.well-known` URIs handle all other # requests by passing them to the front-end controller. return 301 /index.php$request_uri; } and (B) the warnings do not occur, when i use https behind the reverse proxy.
-
[Support] Linuxserver.io - Nextcloud
I am using the linuxserver.io nextcloud container behind a reverse proxy using NginxProxyManager. to reduce overhead i wanted to use the http connection behind the reverse proxy instead of the https connection (is on the same machine, does not really matter.) but whenever i use the http connection i get this warning in the settings overview: I investigated the ./nginx/site-confs/default.conf configuration of this container, but i dont see there being made a difference between http and https, so ... what gives?
-
ASM1166/ASM1064 flashen mit der Firmware der Silverstone ECS06 Karte - SATA Kontroller
Ich hatte es leider auch zu spät gemerkt, aber die Karte kommt mit einer NEUEREN firmware als die hier angeboten. Habe jetzt auch die ältere Firmware drauf. 🤦♂️
-
Gigabyte B760M Gaming X DDR4 Messung und SATA Erweiterung
Ich habe genau die selbe Karte gekauft. Gibt es hierzu einen (kurzen) Guide wie man die Firmware updaten kann?
-
[Plugin] Appdata.Backup
I did not realise that the backup "only" contains the appdata folder. I thought there would be settings files and such. I had the appdata still in place and could install the containers with "previous apps" without the need for a backup, thanks! 🙂
-
[Plugin] Appdata.Backup
Ouch! I got the appdata in place. Is there a way to restore my templates/countainers as they were from the backup?
-
Mover stucks or crashes
Ok with 6.11.5 i run into the mover bug that is not moving symlinks. It is already known and described here: This SHOULD be solved in 6.12 but is not for me apparently.
-
Mover stucks or crashes
I reverted to 6.11.5. The mover is working now, but i get a lot of warnings in the ssh session: Specified filename [path_to_file] does not exist.