Jump to content

bonedrums

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by bonedrums

  1. On 3/11/2024 at 7:11 AM, blaine07 said:

    Thats what I have here; Cloudflare Proxy and some stuff straight to service; some stuff through Cloudflare>NPM>Service. Quite literally can't wait! 🙂

     

    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. 20 hours ago, blaine07 said:

    Oh, awesome! Thank you so much! Keep me posted - some basic login would be very nice. I don't need Traffik or any of that though; would rather use cloudflare or NPM. Thank you!

    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. 2 hours ago, blaine07 said:

    Seems like the right place?

    Have any of you got Grist Omnibus setup/to work that includes some basic account management and login options? I have played with it; but some reason can't get it to load/boot. I think it's default Traffik thing built in.

    https://github.com/gristlabs/grist-omnibus

    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. On 12/17/2021 at 9:42 PM, Shazster said:

    Should a share folder on a data drive be set up for persistent storage of working documents & to drop source data for using Grist self-hosted on an Unraid server? I would pefer to not use the appdata folder on my cache drive for document storage, and maybe there should be a preset option in the setup template for this. (I haven't really played with Grist yet, but it looks like a really  interesting app if you're a serious spreadsheet user.)

     

     

    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.

     

  5. On 12/17/2021 at 9:42 PM, Shazster said:

    Should a share folder on a data drive be set up for persistent storage of working documents & to drop source data for using Grist self-hosted on an Unraid server? I would pefer to not use the appdata folder on my cache drive for document storage, and maybe there should be a preset option in the setup template for this. (I haven't really played with Grist yet, but it looks like a really  interesting app if you're a serious spreadsheet user.)

     

    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.

    • Like 1
  6. 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

     

     

  7. 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.

  8. 18 minutes ago, dlandon said:

    Force an update to the docker and at the bottom you'll see the command to start zoneminder.  You'll see the timezone being sent to the docker.  Then display the docker log and early on in the starting process you'll see the time zone set in zoneminder. 

    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!

  9. 3 hours ago, dlandon said:

    The timezone is set when the Docker is started and uses the Unraid time zone. 

    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!

    Time Problem.PNG

  10. 17 hours ago, binhex said:

    Yeah the secret sauce here is that not only do you need to change the host side port but you also have to change the container side port too to match. so this is a bit more tricky with the unraid web ui, as unraid rightly stops users doing this as you normally don't want to change the container port side but for this particular container we have to.

      

     So in order to get around this you need to edit the container and then use the link down the bottom shown as "Add another Path, Port, Variable, Label or Device", select "config type" as "port" then put in the port number you want for both the "container port" and "host port" and then click "add".

      

    So now you have added the additional port you can now remove the old port, as this will now clash on the host port if you have already altered it.

      

    Remember - Make sure to set the  webui_port to the same value and then click on "apply" button to apply the changes.

     

     Finally open up your favourite browser and point it at the http://<host ip address>:<port of your choice>

    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!

  11. 6 hours ago, binhex said:

    For example, to set the port to 8090 you need to set -p 8090:8090 and -e WEBUI_PORT=8090

    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.

     

    Qbittorrentvpn.thumb.PNG.ab63679ae572174aba3ee966b79a1403.PNG

     

    Here are the other ports on the box:

     

    Qbittorrentvpnotherports.PNG.054e18edc81f22a703eba9d1bdfaa740.PNG

     

    Thanks...

  12. 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!

×
×
  • Create New...