Jump to content

Coolsaber57

Members
  • Posts

    121
  • Joined

  • Last visited

Everything posted by Coolsaber57

  1. I am trying to expose my Octoprint page, but am having trouble finding a configuration that will work. Here's the examples that Octoprint provides: https://community.octoprint.org/t/reverse-proxy-configuration-examples/1107 Here's my current config: server { listen 443 ssl; listen [::]:443 ssl; server_name print.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; proxy_pass http://192.168.2.13:80; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Scheme $scheme; } } I took out a few lines that were causing the docker container to throw errors. I'm currently getting a 500 error. If I copy a config from another container and change the IP/port/subdomain, I do actually get to see the login page, but it says it's offline and asks me to reconnect. Has anyone successfully configured Octoprint in this container? If so, would you be able to share the config?
  2. Thanks for all the help, I'll definitely have to reference the reverse proxy config. My issue is that I can't seem to set anything up. I go to the web UI and can't create an account (when I try, it just sits there - do I need to enable Signups temporarily?). I'm pretty much starting from scratch so I'm just not sure how to get my account going. Edit: So I think I started to figure it out: I enabled the SMTP server stuff (w/ a gmail account) and invited myself to create an account. When I created an account this way, I was able to do it. Now I'm trying to figure out how to get the Duo stuff to work and creating logins in general.
  3. I did try to research, but wasn't sure if anyone had already figured out the recommended configuration. For instance, what is the Admin token used for? Is there a default login? When I try to use the Admin token for the Master Password when logging into the web GUI, i get an import key error - when I google it, there appears to be a lengthy process to get it working in https, but I'm not clear on how to do that in Unraid. I figured someone has already worked out the kinks and is running it, which is why I was curious if there was a written guide out there.
  4. Is there a guide for Bitwardenrs? I'm sorta confused as to the process of setting it up.
  5. I love how easy the management of the array and docker templates are. A feature I would have loved to see in the OS itself is a fully-featured file-browser in Unraid itself.
  6. Ok, I fully transferred over to the LinuxServer emby container - it works great! Thank you for working with me to troubleshoot this issue.
  7. Thank you. Although it looks like they haven't uploaded a new version since August 😕
  8. No, I understood that, but below that it gives instructions for docker containers from other authors. From what you've said above, it will ONLY work in the LinuxServer version because it has other built-in dependencies. I was just saying that if only the LinuxServer version works, the instructions for the "Other authors" section should probably be removed.
  9. Oh, I had thought that I just needed to add the NVIDIA_DRIVER_CAPABILITIES variable in addition to the other Key. Should the instructions be updated to state that only the LinuxServer version of emby will work?
  10. Thank you, I had that in there before in earlier testing and it still wasn't working, and I must have forgotten to add it back in this time. Adding it back in does allow it to see the encoders/decoders list (hooray!). Now I have to figure out why it's failing to work in binhex-emby. It does appear to be an older version, so I've contacted binhex to see if he can update the container to the latest to see if that resolves the issue. Thank you for your help!
  11. Hello, is there an update that can be made to this container? I'm having the issue above where it won't work with nvidia unraid plugin and it does show that version 4.3.0.30 is available (it's currently stuck on 4.2.1.0)
  12. Yep, I had one already up and running to try and fix this: Docker Run Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='emby' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'NVIDIA_VISIBLE_DEVICES'='GPU-8440d19a-9e76-d65d-446d-ae1025166862' -e 'PUID'='99' -e 'PGID'='100' -p '8097:8096/tcp' -p '8921:8920/tcp' -p '1901:1900/udp' -p '7358:7359/udp' -v '':'/movies':'rw' -v '/mnt/user/Multimedia/TV/':'/tv':'rw' -v '':'/music':'rw' -v '/mnt/disks/apps/appdata/emby':'/config':'rw,slave' 'linuxserver/emby' 0d648e5555096cd4bc8ecb060f87741b14f4b90d89f0a37c3defbbcdab228be4
  13. Sure! Docker run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-emby' --net='proxynet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-8440d19a-9e76-d65d-446d-ae1025166862' -p '8096:8096/tcp' -v '/mnt/user/Multimedia/':'/media':'rw' -v '/mnt/disks/apps/appdata/binhex-emby':'/config':'rw,slave' --runtime=nvidia 'binhex/arch-emby' d4bc81427e6cc561e1c829a5f6c54d37663f0133a444cc11d2b89cb0f861a6cd
  14. No, all those items are missing, only the headers appear. I do have premier and it's activated.
  15. Nope, I do have that card in a VM template to be passed through, but it is off and the server has since been rebooted. I even tried to remove it from the template in case that was it, but same result. Not sure how to check if i'm booted to GUI mode, but I don't think so.
  16. I'm using a 1070ti. Different appdata folders (one is under binhex-emby) and I created one from scratch for the LinuxServer version. I did take a look at the emby error logs and they do show some errors, but I don't know how to interpret them. I am attaching a snippet with the errors. EmbyErr.txt
  17. Yes, I set it to Advanced and just see the "Preferred Hardware Decoders" and "Preferred Hardware Encoders" headers, but nothing is shown under them: Are there any commands that I can run to see if it's being passed to the Docker container? I also verified that when I transcode that it's software transcoding.
  18. Sorry, yes, I thought I included those in my screenshot, but apparently not (EDIT: They are actually in the screenshot - Host Keys 4 and 5). I'll retry typing them in, but I've tried a few times with wiping them out and re-inputting them. I do have Emby premiere as well (just bought on black friday). If you mean the LinuxServer container, I did try that too (see my edit) and it is showing the same results (though no errors in the log).
  19. Re-posting to see if anyone can see anything I'm doing wrong or have any suggestions.
  20. Hello, I'm having some trouble getting Emby to see my GPU. I have gone through all the steps, the Nvidia plugin can see my GPU and I've configured the docker container below (binhex-emby). I've restarted by my entire machine and the Docker container separately, but still no dice. When I click on the Transcoding page in Emby, and select Advanced, all I see is the section headers. Any tips on what I can try to get it to see the GPU? Edit: I see this and a few more errors in my emby docker log: Error NvidiaCodecProvider: Error running ffdetect for nvencdec - args: -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 nvencdec -print_format json *** Error Report *** Edit2: I tried setting up the LinuxServer version of the container and though it doesn't show any of the above errors in the log, it also doesn't show anything in the transcode "advanced" page. Thanks! dockerlog.txt
  21. Yes, I am using a subdomain for it. Mine is https://docs.mydomain.com.
  22. Yep, it was one of my proxy confs files. This one was specifically for the onlyofficedocumentserver container.
  23. I do, check my post history for explanations of what I had to do.
  24. Is there any chance of adding an option to backup vdisks along with the libvirt file? Or is there a better tool to use for that? I do have rclone, but am unsure if I need to take the VM offline to use that tool.
  25. Does this container still auto-add the Admin user profile upon start up still?
×
×
  • Create New...