this post was submitted on 02 Feb 2025
69 points (98.6% liked)

Selfhosted

41680 readers
926 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 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.selfhostcat.com/post/93395

I've gone handwritten, obsidian, onenote, and now Trilium. Considering switching to something else because there is no offline mobile support.

I use memos and trilium together but since neither offers mobile offline support considering switching both. No reason to run two services when I could run one.

Considering:

  • Joplin
  • Logseq
  • SiYuan
  • ?
you are viewing a single comment's thread
view the rest of the comments
[–] BobsAccountant@lemmy.world 3 points 1 day ago (1 children)

I've been using this, as well. They default to hosting your "vault." It does peer-to-peer syncing, if you don't want to have a server involved at all. I'm running their self-hosted server, but that's only after I decided that AnyType was what I was looking for. I really like that it's object based, so you can create templates for things like meetings that are their own type, separate from a bog-standard page.

[–] anomnom@sh.itjust.works 2 points 1 day ago (1 children)

How was setting up the server? I’m on my phone right now so so I’ll check out the docs later but were there any problems deploying?

[–] BobsAccountant@lemmy.world 2 points 18 hours ago* (last edited 18 hours ago)

A little rough, to be honest. It's a docker-compose deployment, but it requires you to run make to deploy it. The makefile does extra configuration and such to allow the containers to come up healthy. It works, but it's overcomplicated and styled after their own deployments, so probably way more compute than what is needed for one household.

Oh and because of this protracted topology, it's tough to hide behind a reverse proxy.