Code Monkey home page Code Monkey logo

Comments (8)

arminus avatar arminus commented on June 29, 2024 1

And if you don't mind, may I add your name(arminus is ok?) into the docker-compose.yml?

sure

from obsidian-livesync.

vrtmrz avatar vrtmrz commented on June 29, 2024 1

I wrote simple instructions and docker-compose.yml on new repo
I really appreciate your investigations and giving me your docker-compose.yml

from obsidian-livesync.

vrtmrz avatar vrtmrz commented on June 29, 2024

If I encourage someone to host and maintain a server, End to End encryption is needed to reduce the impacts of misconfigurations and/or vulnerabilities.

from obsidian-livesync.

arminus avatar arminus commented on June 29, 2024

FYI - #17 has a working docker-compose.yml - just add another volume line with the local.ini as shown by @vrtmrz

    volumes:
        - ./conf/couchdb/local.ini:/opt/couchdb/etc/local.ini

and put an .env file like this in the same dir as your docker-compose.yml:

COUCHDB_SERVER=<fully qualified server name>
COUCHDB_USER=<(to be created) couchdb user name>
COUCHDB_PW=<(to be created) couchdb password>

Caddy Docker Proxy will get a LetsEncrypt cert on its own and you should be all set...

from obsidian-livesync.

arminus avatar arminus commented on June 29, 2024

Not there yet for multiple devices, see #20

from obsidian-livesync.

arminus avatar arminus commented on June 29, 2024

For me, this docker-compose.yml together with the following CouchDB local.ini works now:

[chttpd]
require_valid_user = true

[chttpd_auth]
require_valid_user = true

[httpd]
WWW-Authenticate = Basic realm="couchdb"
enable_cors = true

[cors]
origins = app://obsidian.md, capacitor://localhost
credentials = true
headers = accept, authorization, content-type, origin, referer
methods = GET, PUT, POST, HEAD, DELETE

Android probably has a 3rd origin, haven't tested that yet, will update as soon as I have

from obsidian-livesync.

vrtmrz avatar vrtmrz commented on June 29, 2024

Thank you for awsome information! It's very helpful!

I'm making the repo for docker-compose.
After I tested to establish bland new server by the repo.
It will be public.

And if you don't mind, may I add your name(arminus is ok?) into the docker-compose.yml?

from obsidian-livesync.

vrtmrz avatar vrtmrz commented on June 29, 2024

it took 26 days but was finally done :)

from obsidian-livesync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.