Everything posted by isvein
-
[Plugin] CA Fix Common Problems
The past days nothing happens when I click on "Fix Common Problems" from Settings. It says "scanning" but the parentage does not show and it just seems stuck. Anyone else have this happened lately?
-
Things I learned about the Seagate Exos drives and how to fix them if you encounter random shutdowns or read errors
At that link, click on "SeaChest Utilities (CLI) In that zip, its "\Linux\Non-RAID\x86_64"
-
[Support] ich777 - Gameserver Dockers
aaa I see I have it on bridge else it wont work with tailscale
-
[Support] ich777 - Gameserver Dockers
In the Minecraft basic server container, is there a way to change the webport of 8080 to something else? I have another container that uses this port I cant change In the template it says it should be 9011, but it is 8080 no matter what.
-
[PLUGIN] GPU Statistics
For the past 2-3 versions or so the plugin has only shown this for me
-
[Support] kilrah/searxng
Is anyone using this behind SWAG? If so, what does the swag config file looks like? Edit: Got some help on reddit and made this file, seems to be working fine ## Version 2024/11/17 # make sure that your searXNG container is named searxng # make sure that your dns has a cname set for search. server { listen 443 ssl; listen [::]:443 ssl; server_name search.*; include /config/nginx/ssl.conf; location / { include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app searxng; set $upstream_port 8080; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
-
[Support] binhex - Jellyfin
I may have asked this somewhere before, but could not find it in this thread. Is there any reason why this container stops for like 20-30min on during startup? I have tried different jellyfin containers and it seems to only happen with this one. Why do I keep using this one? Because its the one I have had less problems with
-
[Support] Linuxserver.io - Jellyfin
had to hard restart the server, remove the container and start over
-
[Support] Linuxserver.io - Jellyfin
Trying now, hangs at " Array Stopping•All configuration cleared" Just waiting and see what happens. Looks like something is crashing Unraid
-
[Support] Linuxserver.io - Jellyfin
When I try to restart, stop or remove jellyfin I get an Server execution error in Unraid. Not sure what logs to look at for that. Tried to stop and start docker, but now the docker service wont start so then its something else I guess
-
[Support] Linuxserver.io - Jellyfin
Only me where version 10.10.0 wont start and if trying to stop the container it shows an error?
-
Things I learned about the Seagate Exos drives and how to fix them if you encounter random shutdowns or read errors
Every "modern" drive I have tried, and by "modern" I mean more than 10TB, I cant get them to work on molex adapter. Recently got an Toshiba 16TB, it crashed the server when on molex. I have NOT tried with sata power split cables. That said, I have NOT tried new 10TB or lower drives, as in example Exos 8TB drives
- [Request] FreeRADIUS Server
-
MACVLan vs IPVLan a discussion.....
Its easier to get an router and/or switch that supports vlan and setup real vlans
-
Things I learned about the Seagate Exos drives and how to fix them if you encounter random shutdowns or read errors
What I remember is that the drive turns off and on, dropping out of unraid. After I figured this out, when I get new exos drives, I run the same commands on it from getgo and have had no problems so far
-
[Support] MarkusMcNugens Docker Repository
Another problem now If I try to use rclone from windows to this sftp container, I get the error: "Failed to calculate dst hash: failed to calculate md5 hash: failed to run "md5sum" I guess this has something to do with the ssh path config in the rclone setup, but not sure what the right path here would be. If I try with the built in ssh, it works with nothing special set in the rclone config.
-
[Support] MarkusMcNugens Docker Repository
Im trying to setup the sftp, I get it to work but its so slooow. When using Filezilla as an client, I get pop-up that asks for what I want do with existing file (even if the file was not there in the first place) so to me it seems the sftp connection tries to upload the same file over and over. Anyone else has similar experience? edit: Ok this happens over the default ssh in Unraid too, strange edit2: Figured it out! It was because the tailscale client was on and my unraid box announced itself as an subnet-router over tailscale. I guess that made some kind of loop
-
Unraid turns 19
Something tells me an Hawaiian shirt is a MUST to work at Lime. Still, I wonder how Unraid 1-4 was, I came in at v5. Is there any screenshots anywhere?
-
Unraid OS version 6.12.13 available
Not sure if this has something to do with the docker things, but after this update, things hang way less and the gui is just more responsive. Before, specially docker tab, would hang often and not response.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hello How can I setup swag so that any subdomain that points to swag that is not defined in proxy-conf gets redirected to another website? This was simple to setup in NPM but cant figure out the config for it in Swag
-
[Docker] Tailscale
For this kind of use, I have followed the latest Spaceinvader One videos using swag and it works But I wanted to put an minecraft server on tailscale too and be able to share this by itself and thats how I started looking into this container. But now I found out that if I add "--net=container:Tailscale-Docker" to the extra-parameters of the minecraft server and set network to "none", the minecraft container will use the network of this container and the address will be "ip-of-tailscail-docker:port-you-set-the-minecraft-server-to" The docker you connect this way will only be accessible over tailscale, even on an PC on same LAN since that container does not have its own IP on an bridged network And it worked
-
Unraid Future Feature Desires Poll
Another thing that would be useful: Gui for creating docker networks. Yes its easy to create a simple one in terminal but the syntax for more complex ones easy gets very complex.
-
Custom Docker Network on br1
Im also trying to make an new bridged ipvlan network, but then I try the same syntax as you I just get error ""docker network create" requires exactly 1 argument."
-
[Docker] Tailscale
Im trying to understand how this works. Im right if I think this works kinda like an reverse proxy? You put the tailscale node on its own network with its own IP, then connect containers to same network with their own IPs and then though this tailscale node you can share access to only the containers on the same network to other people?
-
Unraid Future Feature Desires Poll
Yup, create a target from share (fileIO), device and zvol Same as the plugins do, but with an better gui and native. The plugin work just fine but the gui is a little backwards