Everything posted by ppunraid
-
Containers randomly become unavailable
Just to close the loop on this. I did pin my heavy hitters and still working on the rest of them as time permits and it seems to have helped a lot. It's gone from occurring on a daily basis to every few days, so we're on the right track.
-
Containers randomly become unavailable
Thanks, I took a look at that page last week and implemented that workaround. We'll see how that works now. I'll have to take some time and start pining some of the major hitters and see if that helps.
-
Containers randomly become unavailable
Hello, I'm trying to figure out why my containers become randomly unavailable throughout the day. I'm not sure if it's all containers, but I have uptime kuma reporting after the fact that containers that are monitored were down. I've run netdata, but it's data isn't available when containers are down. I mostly notice it more when watching via jellyfin, but it can happen throughout the day when nothing is happening. The attached diagnostics is from just after the last event, so hopefully there's enough data in there. tower-diagnostics-20251215-1032.zip
-
Quick guide for setting up latest Graylog2 docker from Docker Hub
I've had this running for some time now, but since I moved my docker image, a lot of my dockers are broken, which I'm working through. It still runs ATM, but it appears the database is corrupted.
-
Constant writes to Array
Hello, over the weekend I installed clamAV docker: https://hub.docker.com/r/tquinnelly/clamav-alpine and some apps in the nextcloud docker (preview generator and message vault). I let them run over the weekend eventually stopped clamAV as it started hosing the system. Then I noticed that there were constant writes to the array and rebooted the server. That stopped the writes for a few hours until the array health report ran. I've attached the diagnostics report for some help. tower-diagnostics-20230724-0906.zip
-
[PLUG-IN] NerdTools
Has tcpdump been moved to another plugin? it used to be in the nerdpack. Or is it now native to unraid? I get command not found when I try to run it.
-
Authentik: How to Install with Docker and Why You Should
Has anyone gotten this to work properly? I got the redirect working, but it automatically denies me access and doesn't go to the login screen. Even going directly to authentic produces the same problem until I turn off the workflows within authentic or remove the configs from the targeted app. The only way I really got it to work briefly is when all the apps are in the same proxy network, but that isn't really feasible as some apps need to be on it's own IP
-
[Support] aeleos - cloudflared tunnels
I'm thinking of setting this up, but I have two questions: 1) How are you handling local access. You wouldn't want to go out to the internet to access your local resources. I already do split DNS, but if your pointing to a port, then I'd have to use a reverse proxy. 2) I have mixed services dependant on SWAG for it's security like pihole, nextcloud, graylog. But some of them have their own IP's that SWAG hook into. Would these services break? 3) Maybe out of scope here, but I want to setup another proxynet that doesn't use the main unraid IP address for this.
-
[REQUEST] locast2plex Docker
Probably not the right forum to discuss your issue, but here's what a quick search brought up: https://www.globenewswire.com/news-release/2020/03/18/2002822/0/en/Locast-lessens-coronavirus-hardships-with-emergency-offer.html
-
[REQUEST] locast2plex Docker
It sounds like you have more of an issue with plex, than with this docker. You may want to check with the plex support forums either here or on plex
-
[REQUEST] locast2plex Docker
got this working pretty easily Not sure where everyone is at, but this is what your suppose to do: Create an appdata folder: /mnt/user/appdata/locast2plex/ copy the config_sample.ini from the github owner and place it inside the above folder and rename it config.ini Fix the config to your liking In the docker container create a new path call it CONFIG container path: /app/config/ host path: /mnt/user/appdata/locast2plex/
-
[REQUEST] locast2plex Docker
Following up on this. How do you get to the appdata folder for this docker? I was under the impression docker containers automatically created folders within the appdata folder. I want to be able to add 4 tuners to this container. I know I could just create a second container, but I'd like to keep configurations in parity.
-
[REQUEST] locast2plex Docker
@littlebudha, good Idea about sending it through a VPN. Didn't think about that.
-
[REQUEST] locast2plex Docker
Finally got this working! Had some personal issues I had to deal with, such as I forgot I only allow certain ip's through my FW (DOH!) after doing some tcpdumps and some reading...I didn't know that the unraid server couldn't talk to the VM's directly... Thanks for the setup!
-
[REQUEST] locast2plex Docker
Not getting as far as @snappertom. But just wanted to test this before setting up a donation. Locast2Plex v0.4.2 DEBUG MODE ACTIVE UUID found. UUID set to: hmwhuwux... Logging into Locast using username [email protected]... Error during login: [Errno -3] Try again Exiting... Locast2Plex v0.4.2 Locast2Plex v0.4.2 DEBUG MODE ACTIVE UUID found. UUID set to: hmwhuwux... Logging into Locast using username [email protected]... Error during login: [Errno -3] Try again Exiting... I have special characters in my password, so I tried breaks and with quotes, but still no luck. Also, I can't seem to find the appdata folder. Is this stored somewhere else?
-
Quick guide for setting up latest Graylog2 docker from Docker Hub
I finally got this setup during lockdown, If this is your first run, you have to login as root which needs to be encrypted as sha2 format in your conf file. Then after that you can use your admin password going forward.
-
[Support] Linuxserver.io - WebGrab+Plus
Hello, webgrab+ has been recently updated to 2.1.9, I was wondering if this could get updated too. Thanks!
-
[Support] Linuxserver.io - OpenVPN AS
Interesting. I didn't see the bottom part of your screen shot. Have you tried deleting the appdata for the openvpn configuration?
-
[Support] Linuxserver.io - OpenVPN AS
your screen shots shows that UDP port 1200 is opened on your unraid box, However the configuration in the openvpn application is a different thing.
-
[Support] Linuxserver.io - OpenVPN AS
- [Support] Linuxserver.io - OpenVPN AS
openvpn-as is just a server waiting for people to connect to it. For what you want to do, you'll need a client app. I think there are other opvenvpn versions out there for unraid that may do what you want, or you could do the opposite, have pfsense connect to unrai. From my limited knowledge of pfsense, it's pretty robust, so there shouldn't be an issue doing it that way. Infact, I may be deploying those to my inlaws place- [Support] Linuxserver.io - OpenVPN AS
@Martinoaa, sorry I didn't see this until now. Reading your original post again, got me thinking...In the docker global settings (unraid menu > settings > system settings > docker) do you have a gateway address set here? You may have to turn on advanced settings to see that. After that I would try doing a tcpdump in from the unraid CLI (sudo tcpdump host 192.168.1.12) and do a ping from the vpn client to try and reach the gateway, internet, unraid. Also in the openvpn docker console, do an ifconfig. For some reason, in my current vpn implementation, even though i specified a different physical interface in the docker config, I still had to specify eth0 in the INTERFACE configuration portion for it to work. I was going to try and look at an old appdata backup, but not clear on where to get that information...but hope that will get you started.- [Support] Linuxserver.io - OpenVPN AS
Think in your docker config you need to change the INTERFACE to br0 to match network type, also in openvpn gui, check what interface is showing there...It's one of those things that is wrong.- [Support] Linuxserver.io - OpenVPN AS
You can change the protocols in the client application. But I would verify in the logs on the server side to see what it's seeing. On my client I have ipv4 only- [Support] for atribe's repo Docker images
Also another thing to throw out there is if you restart your dockers, you may get different internal IP address. It's annoying and I haven't looked into how to make them static yet. - [Support] Linuxserver.io - OpenVPN AS