Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

darkrom

Members
  • Joined

  • Last visited

Everything posted by darkrom

  1. Works great after the update thanks. Only question is how would you restore just one app? Say I wanted to restore just Bitwarden, what would the process be? Thanks again!
  2. The line number was 196 sorry, just updated my post to include it. I ran that command in terminal and got back the following: -rw-r--r-- 1 root root 81M Dec 4 06:34 /var/lib/docker/unraid/ca.backup2.datastore/appdata_backup.log It does appear on the backup status page but the backup now button is greyed out and it is not running scheduled backups either. So as far as I can tell I have no way to run a backup at the moment. I copied one of my successful backup TARs from the older version to another location and then deleted them all from the appdata backup folder to see if that made any difference and it did not.
  3. I am getting the following just Now after updating to the new version: "Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 84473952 bytes) in /usr/local/emhttp/plugins/ca.backup2/include/backupExec.php on line 196" Anyone know what to do to resolve this? Thanks
  4. I'm going to nuke invidious and the database and set them up fresh. It really was rock solid once it was up and running, and I did it once before so I can do it again. Thanks!
  5. I am using 12.5, I actually did restore the appdata using that, which makes it really confusing to me that its not working. I have every other app working but this one. I will have to poke around a little more but then I'll share my redacted config.yml if I can't get it. Thank you for this project by the way! This is one of the absolutely essential containers for me.
  6. I am trying to rebuild invidious after a server issue I had, its the last app I can't get running properly. From unraid webUI if I open it I get: {"status":"OK","version":{"major":2,"minor":9,"revision":18}} If I go to the url that previously worked in NPM I get 502 Bad Gateway. If I go to the invidious logs I get: [production] Invidious is ready to lead at http://0.0.0.0:3000 Does anyone know what I'm doing wrong? I really want to get this back up and running.
  7. It is the same config.yaml that was working before one of the updates and then it stopped. It is located in /mnt/user/appdata/invidious/config/config.yml I'd love to get this working again. I'll try to find a testing site.
  8. I'm seeing the following in my logs. Latest update. It was once working fine via reverse proxy so I don't want to change anything on that end, it seemed to stop working with one of the container updates. Unhandled exception: could not find expected ':' at line 100, column 1, while scanning a simple key at line 98, column 1 (YAML::ParseException)
  9. I'm having the same issue with Invidious. I did notice the 2 configs after reading here, deleting one did not fix it. This was all working correctly, one of the updates broke it. I can pull logs if its helpful but I'm just reporting it. Happy to wait for a fix.
  10. No luck. Maybe I'll reach out to binhex, I must have done something wrong but I don't see what.
  11. Its working on your container! Wow so simple and I never would have thought to try that thank you. I guess I should swap from binhex to yours on both!
  12. Absolutely I'll give yours a rip. Thanks for the help lets see how it goes!
  13. I am using binhex plex and binhex jellyfin. With plex I do have plex pass, but at this point I've been mostly just trying to get it working in either. I see this in jellyfin so I know its transcoding, purposely picking a 4k to 720p in this case. @alturismo this seems to be the jellyfin version of that screen in emby, but it does confirm it is transcoding.
  14. I can't figure out what I'm doing wrong but it seems like everything should work, but no luck. Please see the album below this is driving me nuts. This should show every relevant setting. I have the same config in plex and neither plex or jellyfin is showing any GPU usage when it should be transcoding, but the CPU usage is still climbing as high as ever. I must be missing something and could really appreciate some help! https://imgur.com/a/5xEfXdv
  15. I got invidious running great locally 192.x.x.x but I am unable to get it working on NGINX proxy manager. Anyone got it working and mind sharing your config? I have other stuff like jellyfin and Bitwarden working so I have a fairly good understanding on NGINX proxy manager. Ideally I'd like to redirect it to a full base domain like. https://example.com. previously all of my reverse proxied services are subdomains like Bitwarden.example.com
  16. Thank you for all the work done first of all. I just want to clarify that means there will likely be security fixes that do not end up here eventually? I need openVPN due to Wireguard being blocked on many networks etc. So perhaps the best thing to do would be use this for now since it works great, use Wireguard when I can, and setup openvpn configured some other way to get the updates? I just would hate to run something as critical as a VPN without any future patches.
  17. So what is next for people who need openvpn? I run Wireguard yes, but many places block UDP so I need openvpn as a fallback. Is it even safe/secure to use if there will be no further updates? Does openVPN-AS still get updates, just not this particular container?
  18. This is really cool. When I enable "shuffle slides" I get the black screen with no content to display. If I get rid of that it will show what's currently playing and switch between that and 2 on demand titles it seems like. It does seem like its showing TV shows that are not premieres. Maybe I'm interpreting that wrong but I would expect that to mean it would show Bobs Burgers if a new season was about to begin, but not if I have the show in my library? It seems to be showing old tv even with "Show Premieres" checked. Also I think it would be really cool if there was a configuration that allowed it to show now playing and/or coming soon without showing on demand titles. I'd like to put up a "poster" screen somewhere and have a now playing sign that when we are not watching something, will show us "coming soon" movies and new seasons of shows like you'd see in a theater. I love this project. Thank you!
  19. I am having issues with container to container communication I believe. I have both containers up and running on unraid. I use PFsense as a router with pfblockerng being my only ad blocking (it is disabled for troubleshooting this issue currently). I got synclounge.mydomain.com working in the sense that I can log in to plex within synclounge and I can create a room. When I join the room I see my plex server and it is listing the correct name of the plex server so it can definitely see it, but it says "Unable to connect. Please try disabling your ad blocker". I am so close to making this work I just can't figure out what is missing. The synclounge container is on the proxynet network type since it is behind NGINX Proxy Manager. Other services like bitwarden, nextcloud and jellyfin are working just fine on NGINX Proxy Manager, so I have the correct idea for how this all works on some level. The plex container is currently on HOST network. I've tried bridge/br0 as well as proxynet. Putting plex on anything but host seems to totally break access for me. Anyone have a clue what I'm missing? Both containers are running on the same unraid server. Thanks!
  20. Thank you, that seemed to do it. I still need to install the actual game to test, but I'll be sending a donation your way as soon as I get this up and running, you offer so much to the community and the support is better than most paid products. Thank you truly.
  21. I am trying to setup the ARK docker container now. I get the following in my logs: Listening for IPv4 broadcast on: 27036 Listening for connections on: 0.0.0.0:27036 Logged in OK Waiting for user info...OK ERROR! Failed to install app '376030' (No subscription) ---Prepare Server--- ---Librarys not found, downloading--- /opt/scripts/start-server.sh: line 56: cd: /serverdata/serverfiles/ShooterGame/Binaries/Linux: No such file or directory ---Something went wrong, can't download Librarys, putting server in sleep mode--- Can someone point me in the right direction? Thanks!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.