mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-13 09:45:56 +00:00
Merge pull request #544 from dcvdiego/main
make self-hosted docs slightly more readable
This commit is contained in:
@@ -54,7 +54,7 @@ Please refer the [official document](https://docs.couchdb.org/en/stable/install/
|
|||||||
|
|
||||||
## 2. Run couchdb-init.sh for initialise
|
## 2. Run couchdb-init.sh for initialise
|
||||||
```
|
```
|
||||||
$ curl -s https://raw.githubusercontent.com/vrtmrz/obsidian-livesync/main/utils/couchdb/couchdb-init.sh | bash
|
curl -s https://raw.githubusercontent.com/vrtmrz/obsidian-livesync/main/utils/couchdb/couchdb-init.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
If it results like following:
|
If it results like following:
|
||||||
@@ -83,7 +83,12 @@ Your CouchDB has been initialised successfully. If you want this manually, pleas
|
|||||||
Whatever solutions we can use. For the simplicity, following sample uses Cloudflare Zero Trust for testing.
|
Whatever solutions we can use. For the simplicity, following sample uses Cloudflare Zero Trust for testing.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cloudflared tunnel --url http://localhost:5984
|
cloudflared tunnel --url http://localhost:5984
|
||||||
|
```
|
||||||
|
|
||||||
|
You will then get the following output:
|
||||||
|
|
||||||
|
```
|
||||||
2024-02-14T10:35:25Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
|
2024-02-14T10:35:25Z INF Thank you for trying Cloudflare Tunnel. Doing so, without a Cloudflare account, is a quick way to experiment and try it out. However, be aware that these account-less Tunnels have no uptime guarantee. If you intend to use Tunnels in production you should use a pre-created named tunnel by following: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps
|
||||||
2024-02-14T10:35:25Z INF Requesting new quick Tunnel on trycloudflare.com...
|
2024-02-14T10:35:25Z INF Requesting new quick Tunnel on trycloudflare.com...
|
||||||
2024-02-14T10:35:26Z INF +--------------------------------------------------------------------------------------------+
|
2024-02-14T10:35:26Z INF +--------------------------------------------------------------------------------------------+
|
||||||
@@ -103,12 +108,17 @@ Now `https://tiles-photograph-routine-groundwater.trycloudflare.com` is our serv
|
|||||||
|
|
||||||
### 1. Generate the setup URI on a desktop device or server
|
### 1. Generate the setup URI on a desktop device or server
|
||||||
```bash
|
```bash
|
||||||
$ export hostname=https://tiles-photograph-routine-groundwater.trycloudflare.com #Point to your vault
|
export hostname=https://tiles-photograph-routine-groundwater.trycloudflare.com #Point to your vault
|
||||||
$ export database=obsidiannotes #Please change as you like
|
export database=obsidiannotes #Please change as you like
|
||||||
$ export passphrase=dfsapkdjaskdjasdas #Please change as you like
|
export passphrase=dfsapkdjaskdjasdas #Please change as you like
|
||||||
$ export username=johndoe
|
export username=johndoe
|
||||||
$ export password=abc123
|
export password=abc123
|
||||||
$ deno run -A https://raw.githubusercontent.com/vrtmrz/obsidian-livesync/main/utils/flyio/generate_setupuri.ts
|
deno run -A https://raw.githubusercontent.com/vrtmrz/obsidian-livesync/main/utils/flyio/generate_setupuri.ts
|
||||||
|
```
|
||||||
|
|
||||||
|
You will then get the following output:
|
||||||
|
|
||||||
|
```bash
|
||||||
obsidian://setuplivesync?settings=%5B%22tm2DpsOE74nJAryprZO2M93wF%2Fvg.......4b26ed33230729%22%5D
|
obsidian://setuplivesync?settings=%5B%22tm2DpsOE74nJAryprZO2M93wF%2Fvg.......4b26ed33230729%22%5D
|
||||||
|
|
||||||
Your passphrase of Setup-URI is: patient-haze
|
Your passphrase of Setup-URI is: patient-haze
|
||||||
|
|||||||
Reference in New Issue
Block a user