• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle
  • Thanks for your answers! Very fair thoughts, particularly about the flexibility of keeping things as just files on disk.

    Regarding the work thing, I should clarify my use case: I’d like to take work related notes that could contain privileged company data. With a standalone app, I can install it and manage the files on my device (with cloud syncing in an approved corporate way). I could still probably do that here, but it requires the work of running the web server locally. Unfortunately, an external source like a VPS wouldn’t be allowed.

    I have one more question, if you have some time: One of the things I like most about Logseq is that when there is a list of back links on a page, the context capture is excellent (likely due to it being an outliner). I’ve noticed that with SilverBullet, the context capture might begin/end in the middle of a word, etc. Is there a way to configure that or plans to enhance it?


  • This is very cool, and I’ve been watching the project for a month or so.

    I like the query setup and the templates look very interesting. One of my biggest complaints about Logseq is how much of a pain simple query operations can be.

    A few things make me hesitate a bit:

    • I’ve been burned on single-dev passion projects in the past.
    • As a self hosted web app, it’s a bit more difficult to manage on a company owned machine. I know Electron apps get hate, but that would ease some pain here.
    • The rapid pace of development is both exciting and worrisome. For example, a recent update completely changed the underlying templating engine from a well-known open source solution to a custom solution. I worry if I rely on this, something might catch me by surprise.

    What are your thoughts on those concerns, OP?


  • d13@programming.devtoSelfhosted@lemmy.worldLibrary Advice?
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    I did basically what you are trying to do:

    I installed Calibre docker on my server machine with the DB local (important because the DB won’t work over a share) and the book storage on the NAS.

    Then I installed Calibre-web docker and pointed it to the same local DB and the same book storage on the NAS.

    Now I can use Calibre for import, DRM removal, metadata updates, etc. And I use Calibre-web for user management, OPDS feed, etc.

    Let me know if you want more info.