17
submitted 1 year ago by nonmi9@lemmy.one to c/selfhosted@lemmy.world

Is there a self hosted web based note app similar to Obsidian or Joplin? I've tried Trilium and its ether above my pay grade in terms of knowledge, or I've set it up wrong. I'm mostly looking for something that has support for folders or a tree structure, markdown or simple text based and all accessible buy web browser.

I've gone from using Joplin, to Obsidian, I love both but am tired of waiting for sync before accessing my notes on different devices.

you are viewing a single comment's thread
view the rest of the comments
[-] surrendertogravity@beehaw.org 5 points 1 year ago

So it’s not the same as a fully featured wiki application, but I host a docker instance of VS Code on my NAS pointed at my obsidian vault volume, then SSH tunnel into it when I’m on devices away from home. Foam (VS Code extension) helps add some missing Obsidian features (backlinks pane, syntax highlighting, some autocomplete, cmd-click to navigate wiki links).

I can share more implementation details if anyone's interested; caveat is that unfortunately it doesn’t work on mobile.

Other options I looked into:

  1. GitHub - gollum/gollum: A simple, Git-powered wiki with a sweet API and local frontend.
    • this requires you to use git in your vault, which didn't work with my personal set-up, but might not bother you?
  2. Raneto - Markdown Knowledgebase for Node.js
    • I couldn’t get this container to load anything in the browser; possibly less an issue with my vault content and more of an issue with my container set-up so maybe it'd work better for you.
  3. GitHub - Zavy86/WikiDocs: 📗 Just a databaseless markdown flat-file wiki engine..
    • this version looks like it supports PUID and GUID assignment for volume read/write, if that matters. I didn't try it though.
  4. Filestash — Self-hosted client for your data
    • Taking a look in the docker installation instructions, I couldn’t find anywhere to put a local volume mounted to the docker container. I'm pretty sure it doesn’t actually interface with local files, so I didn't test further.
this post was submitted on 14 Jun 2023
17 points (100.0% liked)

Selfhosted

39212 readers
594 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS