Skip to content

Commit 8738710

Browse files
author
Aitor Roma
committed
Add Rust livesync-agent with systemd installers
1 parent 7a86362 commit 8738710

2,225 files changed

Lines changed: 10527 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

livesync-agent.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
vault_path = "/home/tuxed/Obsidian"
2+
state_path = "/home/tuxed/Obsidian/.livesync-agent/state.json"
3+
ignore_prefixes = [
4+
".git/",
5+
".livesync-agent/",
6+
]
7+
8+
[couchdb]
9+
base_url = "https://data.citaspro.cloud"
10+
database = "obsidian"
11+
username = "admin"
12+
password = "Mikozape2019."

0 commit comments

Comments
 (0)