koshia

Members
  • Posts

    53
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

1274 profile views

koshia's Achievements

Rookie

Rookie (2/14)

2

Reputation

  1. It doesn't seem like this docker has gotten much love. I attempted to get this working last year and couldn't but was able to get through it this time around. One of the most common error was 400 bad gateway. Since I was using NGINXProxyManager, i knew it was the problem since I could access it via IP after adding my UnRaid's box's ip was placed in the CORS whitelist and for INTERNAL_IPS variable. For those that are running into 400 bad gateway errors and using NGINXReverseProxy- you must also designate in the /config/configuration.py, ~ Line 157/299, regarding HTTP_PROXIES so that it reflects your NGINX reverse proxies' IP & Ports, e.g.: # HTTP proxies NetBox should use when sending outbound HTTP requests (e.g. for webhooks). HTTP_PROXIES = { # 'http': 'http://10.10.1.10:3128', # 'https': 'http://10.10.1.10:1080', 'http': 'x.x.x.x:8080', 'https': 'x.x.x.x:8443', } You'll also want to put in your UnRaid box's internal IP under the INTERNAL_IPS = ('127.0.0.1', '::1', 'x.x.x.x')
  2. Is it on CA? I searched for it and it doesn't come up with a result through CA. My CA version is 2021.03.28.
  3. I would like to request a digital asset management platform - phraseanet. Information on product: https://www.phraseanet.com/en/ Docker deployment Instructions: https://github.com/alchemy-fr/phraseanet-docker Thank you!
  4. Hey folks, I have a general question that I couldn't find on this forum related to Plex/Plex docker images. As I understood it, Plex stopped supporting plugins, but still allowed plugins to be manually installed. I can confirm that I'm able to place plugins into the /mnt/user/appdata/..../plugins folder and it shows up in settings. The issue is, the plugins don't really work? Does this mean that the docker or lsio/binhex images do not support running plugins or are there directions i'm missing on how to activate it? Specifically, i'm trying to get the LyricFinds plugin to work for my music library but haven't been able to through the binhex/plexpass image. Running: UnRAID OS 6.9.0-RC2 binhex-plexpass Version 1.21.1.3876 Thanks!
  5. Did you download the NVIDIA plugin and map your GPU ID? If you did, did you stop docker service and start it back up? Dedicated support and directions are found here: https://forums.unraid.net/topic/98978-plugin-nvidia-driver/?tab=comments#comment-913250
  6. Hello, I searched under the application docker container category and didn't find one related to MayanEDMS. Couldn't post new threads there - so i'll start here. I want to explore EcoDMS and MayanEDMS. I've got the ecoDMS running fine, but having a slight issue with MayanEDMS. Has anyone else in the community gotten this container to work correctly? UnRaid Version: 6.9.0-rc2 ENV in use for container: MAYAN_USER_GID: 100 MAYAN_USER_UID: 99 IMPORT_PATH: (container path: /docmonitor) (host path /mnt/user/IntakeFolder) - public security on IntakeFolder STORAGE_PATH: (container path: /var/lib/mayan/) (host path: /mnt/cache/appdata/mayanedms) MAYAN_DATABASE_PASSWORD: MAYAN_DATABASE_NAME: <postgres database name> MAYAN_DATABASE_HOST: <unraid ip> MAYAN_DATABASE_ENGINE: django.db.backends.postgresql MAYAN_DATABASE_PORT: 5432 MAYAN_DATABASE_CONN_MAX_AGE: 60 MAYAN_DATABASE_USER: <db username> WebGui Port: 8000 (container: 8000) First off, everything loaded fine after provisioning the docker image. The hiccup is when trying to import a document. Here's my process: New Document Select Document Type: Default (system default) Hit upload icon labeled Default (system default) Notification message pops up saying document will be ready in a sec Click on All Documents - nothing is there Troubleshooting notes: Verified in /mnt/cache/appdata/mayanedms/shared_files - file uploaded is there. /mnt/cache/appdata/mayanedms/ - no error file was generated, thus no error There was not a yaml config file located at /mnt/cache/appdata/mayanedms/ either (many of the threads I found at MayanEDMS's forum referenced a yaml config file being at this location) - there is a config_backup.yaml though. Docker log window shows (1) error - not sure what it is, but would think it's minor __ - ... __ - _ LocalTime -> 2021-01-04 01:58:35 Configuration -> . broker -> memory://localhost// . loader -> celery.loaders.app.AppLoader . scheduler -> django_celery_beat.schedulers.DatabaseScheduler . logfile -> [stderr]@%ERROR . maxinterval -> 5.00 seconds (5s) I'm not noticing any other issues or obvious problems to further investigate. Does anyone have any recommendation? Thanks.
  7. Not sure if you ever got this to work or not but i'm a few months later and have found a way in. Get into the CLI of the docker container and run ./manage.py createsuperuser It will ask for you to create an admin account with email, and password of your option. I guess netbox doesn't create a user by default and requires a manual initiation of it. I did get an error prior to entering the username field, but i'd imagine it's passive error looking for a cache area that can be ignored. References: https://github.com/netbox-community/netbox/issues/364 https://github.com/pitkley/docker-netbox
  8. Hey, thanks for tips and directions. I'm running into an issue that I'm not sure how to proceed since this docker thing's new to me. After following your directions and creating the script with the command in it - all I get is "/tmp/user.scripts/tmpScripts/vm.max_map_count/script: line 2: $'sysctl\357\273\277': command not found". Any hints?
  9. +1 for this. I have Starwind and HPE MSAs for production data. Would love to get a couple of Unraid servers at different facilities and use them as archival/off-site backup storage w/ commodity drives. While I don't think I would ever run Unraid in ENT Production, it has its place in my environment at work.
  10. @Djoss I've added some hosts, now on the SSL Certificate screen and trying to get an LE certificate for one of the host. All I get is "Internal Error" once I submit the information. If I acknowledge the error it goes back to the main page but doesn't show anything. If I refresh the page, the cert that was created shows up but doesn't seem to be working. Update 2019/01/01 Got my problem figured out. Awesome and easy docker @Djoss. I've been using standalone NGINX standalone reverse proxies and never got around to doing LE, so with this - just like @Squid - no need to learn LE at this point or file it later for learning. For my specific issue, I tried creating the Hosts w/ LE before the hosts were actually ready and properly forwarded. After getting the other dockers bridged and setup correctly, I blew away the NginxProxyManager container and re-did it. It's definitely working now :). Now I just have to figure out getting this to work with NextCloud docker.
  11. I've had my usenet applications run on a VM for years inside Unraid and it worked fine. I decided this weekend to make it easier by moving all my apps to individual docker images. After pulling down the images, they started up fine for initial configuration. Now that I've got some of them configured - the actual apps (nzbget, hydra2, etc...) don't seem to auto-start when the docker image starts up. Something's preventing the daemon from starting, but i'm not sure what to look at for info. I'm very new to the docker concept and i can get around Linux structure just fine, but i'm not sure where logs are to diagnose this issue. Could someone point me in the right direction? TL;DR - docker image starts fine, the app's daemon does not auto start but will manually start fine. Need location of logs to figure out why daemon isn't starting up - not sure where it is. Let's start with Linuxserver.io\nzbget docker image. thanks in advance! Update 2019/01/01 - Resolved @Squid's FAQ was super helpful. I was setting my docker in /mnt/user/appdata with the default container setup wizard. After blowing all of it away and redoing it to /mnt/cache/appdata - the docker did not have any issue. NZBGet daemon started up just fine after boot and so did Hydra2. Took two days, but i now have my nzbget, hydra2, sonarr, radarr, headphones setup and working great! Also, FYI to anyone else - I did try mv /mnt/user/appdata/ to /mnt/cache/ - to move everything to the cache drive and that did not resolve the issue with daemon service inside containers auto-starting. I had to re-install all containers and set them up fresh in the /mnt/cache path.
  12. get your sfp/sfp+ from fs.com. They also have network gear that's fairly cheap as well. Since 6.6.6 supports ver 5.5.2 of igxbe, the cheap dual intel ) nics (X520-DA2) are cost-effective, less than $100 a card.
  13. For how cheap SSDs are now, I would advise doing a cache pool of 2 minimum if you are going down this rabbit hole. In case you have unreliable SSDs, you wouldn't lose out on the data that's actively being written to permanent storage. I have a BTRFS cache pool of 2x https://www.newegg.com/Product/Product.aspx?item=9SIA85V5N23037 for the last couple of years and they've been doing really well. Kind of expensive now, I remember getting them on sale for right above $100. Your drives look okay to me. Stats on the drive: https://www.amazon.com/Inland-Professional-480GB-Internal-Solid/dp/B07BD32RLK#customerReviews
  14. I got lucky and ran into an article from stackerflow regarding someone having the same issue on supermicro motherboards - I followed the recommended solution - find the JWD jumper (jumper for Watch Dog feature) and left it open. By default, it was on pins 2+3, which allowed the system to create un-maskable interrupt messages when it detects applications hanging. Jumper pins 1+2 would reset any time an application hung. I left my jumper to only be on 1 - thus leaving it open. Watch Dog setting in BIOS was left alone (default enable) and I am not receiving any NMI messages while working inside the VM. I'll update if it comes back, but it has been a couple of hours - a typical occurrence is around 10-15 minutes of shell/terminal access work before I start seeing the NMI messages. ref: http://serverfault.com/questions/695650/supermicro-bmc-watchdog-caused-reboots Update 1/20/2017 - Didn't fix it. Still getting these errors. Would someone please help me :'(. Frustrating trying to setup a VM and seeing the messages overwrite my vim sessions.
  15. Any progress with this? I'm positive I don't have bad hardware or any type of conflicts. I'm thinking there's something inside Debian Jessie throwing up the panic. Can we start posting our spec's and maybe perhaps find a commonality? Here's mine, attached. I've also uploaded the same to support. I'm hoping someone can see the problem and pinpoint it for us to get a fix. Thanks! P.S. - My suspicion is that I have IPMI enabled. I will turn it off in BIOS and report back when I take my server down for maintenance this weekend [new year] Can't disable IPMI, maybe ACPI settings? I have OS Aware turned on, but if I disable this - I would not be able to use my 2nd CPU socket. unraid-spec.txt