[newbie] Anytype in Docker & Traefik #281
Replies: 3 comments
-
|
Hi!
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, I had this working with Traefik but reverted from the approach: I wanted to expose Anytype via Traefik to the Internet but then learned, that the sync backend does not include any authenticaton. This means, that anyone who the knows the ports could create workspaces on your backend. For this reason, I skipped this attempt and now access Anytype from external via a Wireguard VPN tunnel. Unfortunately, I didn't save my config. From my memory, I can say:
If you plan to use Wireguard and access via VPN, using an IP is the simplest approach. This way, you can just set You may refer to here: https://community.anytype.io/t/anytype-behind-traefik-as-reverse-proxy/27517/6 Note: I didn't use |
Beta Was this translation helpful? Give feedback.
-
|
I have an example for Traefik here - you can copy the config only if you want to use it with the original Docker Compose version. https://github.com/grishy/any-sync-bundle/blob/v1.1.1-2025-10-16/compose.traefik.yml |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been trying over and over again to make Anytype accessible outside my local network via a subdomain (let's call it anytype.example.com). I've read that one has to use TCP proxies to do this; however, I completely fail at implementing this into Traefik. Within my local network, everything is working as intended but the syncing is never able to connect to anything once I'm not connected to my LAN network.
I've tried different things with dynamic .yml files within the
traefik/dynamicfolder - but didn't manage to get anything that's working. The subdomain is in myclient.ymlso that's at least something, I suppose.Has anyone managed to get it working using Traefik or can anyone help me to set it up? I've tried using the Traefik documentation (https://doc.traefik.io/traefik/middlewares/tcp/overview/ & https://doc.traefik.io/traefik/routing/overview/) but that didn't help me whatsoever.
I'd appreciate any help, as I'm stuck.
Beta Was this translation helpful? Give feedback.
All reactions