Replies: 2 comments
-
hey Eric - thanks for bringing this up. does this mean fly.io is not required at all; i.e. the only thing the plugin requires is CouchDB? also, if you were able to set up Basic Authentication with Traefik, in the same way you would be able to implement other kinds of authentication. I know Nginx for example supports a ton of different authentication plugins. |
Beta Was this translation helpful? Give feedback.
-
Hello Eric, I am trying to figure out how to install this in the same environment. CouchDB in a docker container with Traefik reverse proxy. If you could point me in the right direction I would be grateful for your help. For example how do I host the Obsidian sync plugin on the server side? In a separate container, etc etc. For the auth, I use Authentik for my self hosted programs, however I am unsure if it will work with the obsidian extension since there is no user interface to login. I think if you have a secure pw, that's all what matters. Like a 20 digit random generated one should suffice. |
Beta Was this translation helpful? Give feedback.
-
I was finally able to setup the CouchDB in a docker container with Traefik reverse proxy with SSL. Livesync is working great between my Macbook and Android. Will test additional tablets later. I had to use Basic Authentication on my container to get it working otherwise the Fetch would throw an error. Has anyone been able to enable a stronger authentication method or use Ouath or another 2 factor authentication? It would be nice to provide better security from bad actors.
Beta Was this translation helpful? Give feedback.
All reactions