• 1 Post
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle

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


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


  • You said you added the Tailscale network, but how wide did you go? By default when you load the plugin and activate the interface, it just gives its own IP as the network (/32). If you added that, then only traffic with that specific origin will hit your route. It’s crazy, but for my firewall rules (not routing) to work, I had to define the network as a 100.0.0.0/8, which is gigantic. You may have to do that with the route as you can’t otherwise set the gateway on the interface as it’s not hosting the DHCP server.