bonedrums

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by bonedrums

  1. No solution yet unfortunately Blaine. I've been working with the folks at Grist to try to resolve some issues. Will keep you posted and provide a new container in the appstore. It is working without Cloudflare/NPM just fine on its own. But I'm struggling to get it setup to get it going through NPM.
  2. I also use Cloudflare and NPM... working on a simple email login to share with the community. Thanks for reaching out! More updates to follow...
  3. Hey Blaine - I need to look into creating a second Docker installer in the App Store using this setup. I'll let you know once I get it finished up and provide some instruction.
  4. Hey guys, I actually moved over to PfSense and Cloudflare and have had great success. Nginx Proxy Manager is wonderful!
  5. When running Grist using docker, you can tell Grist to store data files in another folder using a flag like -v <host-dir>:/persist, i.e. mapping some directory to be visible as /persist in the container. I am not sure what Unraid’s method would be for creating such a mapping. I think it might only be a matter of changing /config to /persist in the Appdata line of unraid-templates/grist.xml at main · bonedrums/unraid-templates · GitHub. You can see how /persist is actually used in grist-core/Dockerfile at main · gristlabs/grist-core · GitHub – in particular, you could override GRIST_DATA_DIR environment variable instead of remapping /persist. The data files Grist actually stores are essentially SQLite files, both for documents and for the database with document metadata (/persist/home.sqlite3 in the docker setup). SQLite is totally happy to use spinning disks, and I don’t anticipate any issues with keeping data on those. The only kind of data share NOT to try is a network folder shared by multiple independent Grist instances (not that I see any reason for anyone to do that). That pattern will not work: a Grist instance assumes that all changes to its data files go through that instance.
  6. It is a really cool app! For the most part, unless you have a document that has hundreds of thousands of rows with embedded media, the file sizes should only be a few Mb. I'll post on the Grist community forum though and see if there's something within Grist that will tell it to use a /data store for storing documents. I'll post back here and let you know what I find out.
  7. Application Name: Grist Application Site: https://getgrist.com Docker Hub: https://hub.docker.com/r/gristlabs/grist Github: https://github.com/gristlabs/grist-core Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive. Please post any questions/issues relating to this docker config you have in this thread. Please post any questions/issues relating to the Grist Product you have in the Grist support forum https://community.getgrist.com -- Feb 21 - Updated XML Template to include a /persist directory
  8. Hey folks, I'm looking to use an existing NFS share hosted on a windows 2012 server box on my network to point Plex toward. I've tried using the unassigned devices plugin to mount the share but its not working. I click the mount button and it does nothing. my SMB share is nfs://10.3.3.9/ the original error I was getting is So I created a directory mkdir /mnt/discs/10.9.9.3_misc and now it just spins when I click the mount button from the unassigned devices plugin any help would be appreciated!
  9. I'm enjoying the Travel/Commuter Mug, 15 oz! (Order Date: 3/19/2019) Its keeping me caffeinated at work! Twitter = @bonedrums
  10. Thanks! If I need an unlimited transcode quantity I'll make sure to upgrade the card! Thanks everyone for all of your work on this amazing feature set for unraid. Very cool!!!
  11. Just ordered a used Quadro P1000 card on ebay! I have a question though. I see that the Quadro P1000 has a transcode limit of 2. If there is a 3rd video that gets requested to be transcoded, does it drop down to the CPU to handle or will it get rejected? I'd love unlimited transcoding but it looks like the software limits it on this card.
  12. Okay the forced update showed that the time zone was correct EST (New York) but its still saying a different date and time on the camera feed. I'm curious if the camera is providing the time to the feed somehow? I'm going to see if I can connect to it using the mobile setup app that came with the camera. I'm using SV3C ProHD 1080p - SV-B06POE-1080P-A Thanks for the help!
  13. My timezone is set to EST I believe in Unraid. I'm not sure what else to try. I've reinstalled the docker container, restarted it, stopped and started it and still showing a different time. I do have some yellow stuff in the log now that I look. Might this have something to do with it? Setting up systemd (229-4ubuntu21.9) ... addgroup: The group `systemd-journal' already exists as a system group. Exiting. Operation failed: No such file or directory Failed to create directory or subvolume "/var": Bad file descriptor Failed to create directory or subvolume "/home": Bad file descriptor Failed to create directory or subvolume "/srv": Bad file descriptor Thanks for your help!
  14. Could anyone share with me a line to put in the config or any instruction on how to update the time stamp on the video feeds? I don't see any time zone or date/time information in any config or in the docker options. Its showing up 14 hours ahead of current time.
  15. Thanks so much, also glad to support :) I couldn't get this to work so I ended up changing the conflicting container port (SABNZBD from 8080 to 9091) and reinstalled the container and it worked. Thanks again sir!
  16. Binhex, thank you for your work on all of this. I'll send some coffee money over right away! I've changed the Host Port 3 to 8091, and the WEBUI_PORT to 8091 however I'm still unable to browse to the container. I feel like I'm missing something simple. Here are the other ports on the box: Thanks...
  17. Long time listener, first time caller here. My goal, for fun is to section out a subdomain for each of my services that I want to publicly access using a domain that I purchased from Google through my TP-Link AC1750 Archer C7 router. Examples: muximux.mygoogledomain.com organizr.mygoogledomain.com owncloud.mygoogledomain.com mail.mygoogledomain.com I'd like to have a single secure login to access all of my services through public internet using muximux or organizr. Today, I RDP to an Unraid windows VM to access/manage my network. I also have OpenVPN setup on my phone so that I can access the network remotely if i'm bored at the in-law's house etc. I currently use no-ip for a free domain that works well with with my TP-Link router but it is not the domain I want to use. I also have to manually renew the free domain monthly. The TP-Link router will only allow me to use NO-IP, Dyndns, or comexe.cn. I found this guide however I think there's some common knowledge or missing pieces that I lack to execute all of these things. Is anyone aware of any video guides or docker containers that might help me learn how to do this? I appreciate guidance! This is fun... I think! http://www.netinstructions.com/how-to-setup-dynamic-dns-for-home-computer-or-server/ Appreciate the feedback!
  18. Without knowing much about editing XML or SSH'ing to the server itself and tooling around with devices I've decided to buy a mini HDMI to HDMI cable. There are three ports on the back of the video card and I've tried both DVI with no result. Any other ideas? :o :'(
  19. I do have both of them enabled. I tried it both with and without the sound card enabled. Are there any drivers I have to push to the vm like I did with the fedora windows drivers? Thank you!! Screenshot attached Sent from my iPhone using Tapatalk
  20. I also have a monitor plugged into the actual video card on the server and nothing displays. Sent from my iPhone using Tapatalk
  21. When I do that I'm no longer able to rdp to the vm. Not really sure if I'm doing it right I appreciate your help! Sent from my iPhone using Tapatalk
  22. I used the windows 8.1 vm template and am able to access it without using the video card via rdp or vnc.
  23. I just started dabbling in this tonight with a Windows 8.1 pro VM. I'd like to pass through video if possible. I have all of the virtualization turned on in BIOS. Here's what I have in system devices: I'm lost what to do next! I appreciate any help :) PCI Devices 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller [8086:0150] (rev 09) 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09) 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 [8086:1e3a] (rev 04) 00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04) 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) 00:1f.0 ISA bridge [0601]: Intel Corporation H77 Express Chipset LPC Controller [8086:1e4a] (rev 04) 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04) 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller [8086:1e22] (rev 04) 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1) 01:00.1 Audio device [0403]: NVIDIA Corporation GF116 High Definition Audio Controller [10de:0bee] (rev a1) IOMMU Groups Warning: Your system has booted with the PCIe ACS Override setting enabled. The below list doesn't not reflect the way IOMMU would naturally group devices. To see natural IOMMU groups for your hardware, go to the VM Settings page and set the PCIe ACS Override setting to No. /sys/kernel/iommu_groups/0/devices/0000:00:00.0 /sys/kernel/iommu_groups/1/devices/0000:00:01.0 /sys/kernel/iommu_groups/2/devices/0000:00:14.0 /sys/kernel/iommu_groups/3/devices/0000:00:16.0 /sys/kernel/iommu_groups/4/devices/0000:00:19.0 /sys/kernel/iommu_groups/5/devices/0000:00:1a.0 /sys/kernel/iommu_groups/6/devices/0000:00:1d.0 /sys/kernel/iommu_groups/7/devices/0000:00:1f.0 /sys/kernel/iommu_groups/7/devices/0000:00:1f.2 /sys/kernel/iommu_groups/7/devices/0000:00:1f.3 /sys/kernel/iommu_groups/8/devices/0000:01:00.0 /sys/kernel/iommu_groups/8/devices/0000:01:00.1 CPU Thread Pairings cpu 0 cpu 1 cpu 2 cpu 3 USB Devices Bus 002 Device 003: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 045e:0737 Microsoft Corp. Compact Optical Mouse 500 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 002: ID 058f:6387 Alcor Micro Corp. Flash Drive Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub SCSI Devices [0:0:0:0] disk Generic Flash Disk 8.07 /dev/sda 16.1GB [1:0:0:0] disk ATA ST1000NM0033-9ZM 0001 /dev/sdb 1.00TB [2:0:0:0] disk ATA C300-CTFDDAC064M 0002 /dev/sdc 64.0GB [3:0:0:0] disk ATA ST31000340SV SV16 /dev/sdd 1.00TB [4:0:0:0] disk ATA ST31000340SV SV16 /dev/sde 1.00TB