From 7fd184a2b10bf79a3e18afc9fc8284648bc0672c Mon Sep 17 00:00:00 2001 From: Sergey Fuksman Date: Thu, 18 Jan 2024 10:04:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b30dccd..597b7a7 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,9 @@ Self-host for any-sync, designed for review and testing purposes. ``` * run client - ``` - # macos example - ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=/any-sync-dockercompose/etc/client.yml /Applications/Anytype.app/Contents/MacOS/Anytype - ``` + + Use `/any-sync-dockercompose/etc/client.yml` as a network configuration for the clients. + See [the documentation](https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks) for more details. ## configuration Use file .env From aac08c90aedf35525ab1562069e6fc6b60b0b7b1 Mon Sep 17 00:00:00 2001 From: Sergey Fuksman Date: Mon, 22 Jan 2024 21:50:47 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 597b7a7..6995e58 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,17 @@ Self-host for any-sync, designed for review and testing purposes. db.getMongo().setReadPref('primaryPreferred'); db.nodeConf.find().sort( { _id: -1 } ).limit(1) ``` -* run client +* run client (GUI) Use `/any-sync-dockercompose/etc/client.yml` as a network configuration for the clients. See [the documentation](https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks) for more details. +* run client (CLI) + ``` + # macos example + ANYTYPE_LOG_LEVEL="*=DEBUG" ANYPROF=:6060 ANY_SYNC_NETWORK=/any-sync-dockercompose/etc/client.yml /Applications/Anytype.app/Contents/MacOS/Anytype + ``` + ## configuration Use file .env * Set specific versions: find and edit variables with suffix "_VERSION"