cross-posted from: https://sh.itjust.works/post/1386745

Anytype has finally followed through on their promise and open sourced their repositories. Self hosting is now possible though there is no docker container available.

This is a major step forward for all PKMS and I wholeheartedly congratulate them.

btw Anytype is free, even their included sync service, which is the best of any offline-first style PKMS I have experienced. Anytype is top 3 PKMS for me, followed by Logseq and SiYuan. They’re in good company and now it’s only going to improve!

Resources:

Self hosting documentation

Contributor discussions

  • mea_rah@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    It looks interesting as an app, but in context of self-hosting there are couple of speed bumps:

    • The server side is quite complicated. (compared to Joplin for example) It’s multiple services and it also needs Mongo, Redis and S3. Makes sense for them to do it this way to be able to scale up, but for few users hosted locally it’s quite a lot of moving parts.
    • You need to compile client apps to self-host. This effectively kills this as an option on iOS.
    • MonkCanatella@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Oof yeah if you can’t use their app store client with a selfhosted instance then that’s a major barrier. You’d have to use xcode to build and sideload it, so yeah effectively killing ios. I think that’ll come up in the self hosting discussion as that’s a pretty major omission. I assume that will be easy enough to remedy in the near future

      • mea_rah@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        To be fair, the onboarding experience in the app is impressively good. It’s extremely straightforward with no unnecessary buttons or steps. So I kind of see why they might be hesitant to add complexity by supporting self-hosted backend as an option.