JustinAiken

Members
  • Posts

    452
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Southern Utah

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JustinAiken's Achievements

Enthusiast

Enthusiast (6/14)

11

Reputation

  1. How do you get this to work for Palworld (Steam), for players on a local network instead of a community server? Trying to connect directly to the docker ip/port gives a "No password entered" even after stripping it out of the .ini
  2. Right now on the current docker image, I'm seeing this error on startup: /usr/lib/python3.8/site-packages/sickchill/locale /usr/lib/python3.8/site-packages/sickchill/locale Traceback (most recent call last): File "/usr/bin/SickChill.py", line 14, in <module> import sickchill.start File "/usr/lib/python3.8/site-packages/sickchill/__init__.py", line 1, in <module> from .show.indexers import indexer, ShowIndexer File "/usr/lib/python3.8/site-packages/sickchill/show/indexers/__init__.py", line 1, in <module> from .handler import ShowIndexer File "/usr/lib/python3.8/site-packages/sickchill/show/indexers/handler.py", line 5, in <module> from sickchill.tv import Show, TVEpisode File "/usr/lib/python3.8/site-packages/sickchill/tv.py", line 15, in <module> import imdb ModuleNotFoundError: No module named 'imdb' EDIT: Opened issue on github at https://github.com/linuxserver/docker-sickchill/issues/25
  3. Favorite thing is a tie between mix-n-match drive sizes, and just how easy it makes Docker apps. What I want is a full featured API so I can integrate it into HA more.
  4. ..it was bad ram. Ran memtest and the amount of corruption that spewed out would be right at home in the Trump administration.
  5. ..you got me interested in a dark theme, I just gave it a try. ``` # Run this while Node Red is up and running: $ docker exec -it NodeRed-OfficialDocker /bin/bash # Then you'll be inside the running container # Now run: $ npm install node-red-contrib-theme-midnight-red # And exit the container: $ exit # Now from unraid, edit settings.js: $ vim /path/to/nodered/settings.js ``` You'll want it to look like: ``` .... editorTheme: { page: { css: "/usr/src/node-red/node_modules/node-red-contrib-theme-midnight-red/midnight.css" } } ``` Then restart nodered docker from the unraid docker GUI.
  6. NOT the toplevel appdata folder !- the path to your nodered appdata folder. Something like `/mnt/user/appdata/nodered` https://github.com/bonanitech/node-red-contrib-theme-midnight-red#install Looks like you have to manually do some `npm`'ing
  7. To update to v1.0 that came out today: - Edit your docker template's repository field from `nodered/node-red-docker` to just `nodered/node-red` - I needed to `chown -R 1000 /path/to/appdir` to update it to the new uid used by the container
  8. Last night my unRaid became unresponse - no webUI, no ssh, and attaching I monitor I see this Kernel Panic, attached. Unfortunately no log; had to hard power it off and back on. I just turned on the syslog server, so if it happens again I'll hopefully have more info... But anyone see anything actionable in the tail end of the panic? But
  9. I almost feel bad about getting one of these and putting it on my ancient beat up Norco 4220! (Cover doesn't fit since I jammed in the 120mm fanplate :p )
  10. Same problem on 6.7.0 here, and confirmed that gist fixed it for me. Thanks @ljm42 !
  11. Love unRaid... started as a way to just hold lots of movies for XMBC to play, now it's an automated downloading behemoth that's also running backups and home automation.
  12. I'd love RSS for both blog posts, and new unRaid stable/beta releases
  13. Hahaha I'm dumb. I swear it used to be that little play/stop icon, but clicking the logo works.