Everything posted by unraid509
-
UI empty, publish: curl to __________ failed
interested to know which ones you removed. Having the same issue here.
-
Pihole-Unbound-Daily
Thanks to maintainer and Stanley for path tip! Just wish this had ssh so I could sync with another one, haven't tried installing it but I would assume it would be wiped on updates...?
-
[SUPPORT] - Community Applications - pihole-unbound
Is this still being maintained? Seems an update is needed
-
[Support] SponsorBlockCast
Seems this was replaced by https://github.com/gabe565/CastSponsorSkipWish Hoping someone makes a docker app for this
-
[Support] ich777 - Application Dockers
🥺 Thanks for the heads up! Never liked sab too much, I'll try NZBGet-ng.
-
[Support] ich777 - Application Dockers
Switched over to this container... Not sure if anyone else has gotten the certificate error but for some reason I had to use the following via console. Also anytime I make a change to docker settings: cd /nzbget rm cacert.pem && wget https://nzbget.net/info/cacert.pem cacert.pem
-
Pool Cache marked WRONG
Thank you for the reply. I should have waited for it... I ended up going a long route. I realized that I think I changed the UUID. I googled but couldn't find an easy way to recover from my mistake. So I just cleared the new drive/formatted etc and made it the new pool drive. Had to reinstall dockers then copied over the appdata files over. Then formatted that drive and have it running unassigned with a VM which is now popping up a 'UDMA CRC Error count' error. I need to look into adding a second pool drive now.
-
Pool Cache marked WRONG
I added an SSD I planedn on using as an unassigned disk for VMs. Somehow somewhere along the way... I must have messed up... :shrug: Now, if I make the original cache in dropdown, it doesn't like it. It likes the new SSD for some reason. Is it easier to just change to the new SSD and make the old one the VM one and let unraid fix/repair the cache? tower-diagnostics-20231009-1809.zip
-
Swag update broke reverse proxy and publishing of nextcloud. :(
Thanks guys. Still having trouble with geoip2. Unknown directive error confirm/../geoip2
-
My Servers Early Access Plugin
Would SWAG cause any conflicts with the remote feature as long as SWAG is not utilizing port 443 or 80? Trying to figure out why my hash url isn't working.
-
My Servers Early Access Plugin
Looking forward to 2FA for root. I am now able to access gui via local IP bypassing security notice. My Servers says I'm online and with local access enabled but now the hash url isn't working. Also, it says it doesn't recommend port 444. Are their ports that are recommend?
-
My Servers Early Access Plugin
I found I am now only able to access unraid via a different computer that I originally had used to set this feature up. I can access it via hash or local IP but am unable to get to it from other computers on the network. Re-enabled remote feature and trying to get access via forums won't connect either. Plugin says it's working!?!?! EDIT... Working again. Not sure why it wasn't working before.
-
My Servers Early Access Plugin
Tried that route. Not working.
-
My Servers Early Access Plugin
Same questions. Disabled the plugin after disabling/logging out of the feature and now getting redirected to the hash URL. Currently unable to access GUI. Any way to get it working again? Seems this needs a way to allow easier LAN access.
-
My Servers Early Access Plugin
Any plans to add 2FA to the Secure Remote Access feature? I really like this feature.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Having this issue. It's been working great for months without issues and suddenly this comes up. Tried to reinstall but same issue. Want to avoid starting from scratch. Only recent issue is my usb flash drive was messing up so took did a repair on a windows PC, restarted unraid and everything was back.
-
[Support] Clowrym's Docker Repository
Hello, First thank you! I finally found a docker with vpn that I could easily get working with organizr+LE. I do have two questions: How do I remove the username/password prompt? I tried changing it in unraid but the settings just get overridden. I see the credentials are in the settings.json file. Can I simply change the following to remove credentials and the login prompt? "rpc-password": "", "rpc-username": "", I am using auth_request /auth-# for my security Is my setup/understanding of the mappings correct? Should /data also be in my appdata folder? === File structure: /downloads /complete tv movies /incomplete /watch /tmp /media /tv /movies === Docker: /data <-> .../user/downloads/ /downloads <-> .../user/downloads/ /watch <-> .../user/downloads/watch/ TRANSMISSION_DOWNLOAD_DIR <-> /downloads /config <-> .../user/appdata/Transmission_VPN === Inside Transmission: Download to: <-> /downloads
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Anybody know how to setup custom error pages? Specifically interested in 401 and 50x error pages.
-
[support] pducharme's Dockers support thread
Just wondering if anyone noticed anything wrong with my setup? I had a power outage and on restart it couldn't find system.properties so I eneded up reinstalling from backup.
-
[support] pducharme's Dockers support thread
Run command below: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='UniFi-Video' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'JVM_MX'='2000M' -p '1935:1935/tcp' -p '6666:6666/tcp' -p '7004:7004/udp' -p '7080:7080/tcp' -p '7442:7442/tcp' -p '7443:7443/tcp' -p '7444:7444/tcp' -p '7445:7445/tcp' -p '7446:7446/tcp' -p '7447:7447/tcp' -v '/mnt/cache/appdata/unifi-video/':'/var/lib/unifi-video':'rw' -v '/mnt/user/UnfiVideoShareForStorage':'/var/lib/unifi-video/videos':'rw' 'pducharme/unifi-video-controller' 127645ed1ce6085f53198044ec0c5f634b9289fd9f8991c029e5642806cf3384 Log: 2019-03-14 03:13:16.272339 [warn] PUID not defined (via -e PUID), defaulting to '99' 2019-03-14 03:13:16.527023 [warn] PGID not defined (via -e PGID), defaulting to '100' 2019-03-14 03:13:16.628321 [info] Permissions already set for volume mappings Starting unifi-video... (unifi-video) checking for system.properties and truststore files... done. Waiting for mongodb to come online..... done. I was able to restart without issues. It seems it happens when unraid is restarted.
-
[support] pducharme's Dockers support thread
i figured it was something along those lines. Now just need to fix.
-
[support] pducharme's Dockers support thread
Sorry, i'm still new to this... How do I execute a "run command" exactly?
-
[support] pducharme's Dockers support thread
Not sure what you mean by "passing them in that order". Would me not having a cache disk (it's in future plans) affect anything? I don't normally use /mnt/cache for that reason. All files are currently where they are supposed to be. The system.properties file does exist inside /mnt/cache/app... In that past I've tried using custom path but the issue issue would occur. I "docker exec" into the docker and /mnt is empty. /var/cache/unifi-video has hls folder (empty) and exports folder (2 videos inside). I didn't see any other files elsewhere.
-
[support] pducharme's Dockers support thread
Thanks for the docker but it's really frustrating me lately... Anytime the docker has to be restarted for whatever reason (restart server, power outage etc.) UniFi-Video docker stops working. The only error in the unraid log is always the same saying it can't find system.properties and resorts to a default file I suppose. The webGUI pulls up the login window but the credentials won't work. The only solution is to reinstall and restore from backup. I only use the default docker settings. I have a another Windows PC I use for home automation and I'm wondering if it would just be easier to install UniFi-Video on that, but I would like to keep the docker if I can just get it to work right. (unifi-video) WARNING!!!! system.properties cannot be found..restoring from : /usr/lib/unifi-video/etc/system.propetties Docker Mappings: /var/lib/unifi-video = /mnt/cache/appdata/unifi-video/ /var/lib/unifi-video/videos = /mnt/user/UnfiVideoShareForStorage
-
[support] pducharme's Dockers support thread
Any updates? I reinstalled and stuck on "Starting Controller Services" Starting unifi-video... (unifi-video) checking for system.properties and truststore files...