mirror of
https://github.com/Mikescher/kpsync.git
synced 2025-08-25 08:38:03 +02:00
Update README.md
This commit is contained in:
parent
b948055048
commit
5f97ca1e3c
@ -8,13 +8,14 @@ A small util to launch keepassXC while the database file is on a remote webDAV s
|
|||||||
1. simply start `kpsync`
|
1. simply start `kpsync`
|
||||||
2. On first start a example config in `~/.config/kpsync.json` will be created, probably needs to be edited
|
2. On first start a example config in `~/.config/kpsync.json` will be created, probably needs to be edited
|
||||||
3. Afterwards start it again
|
3. Afterwards start it again
|
||||||
|
4. You can access the logs, functionality, state etc via the tray icon
|
||||||
|
|
||||||
# Functionality
|
# Functionality
|
||||||
|
|
||||||
kpsync starts by downloading the latest db file from the webDAV to the (configured) temp directory
|
kpsync starts by downloading the latest db file from the webDAV to the (configured) temp directory
|
||||||
(if there already exists a local file, matching with the server version (via ETag), the download will be skipped)
|
(if there already exists a local file, matching with the server version (via ETag), the download will be skipped)
|
||||||
|
|
||||||
If teh download fails, teh user gets the option to open a local (fallback) file (e.g. if the computer has no network)
|
If the download fails, the user gets the option to open a local (fallback) file (e.g. if the computer has no network)
|
||||||
|
|
||||||
Then KeepassXC is launched.
|
Then KeepassXC is launched.
|
||||||
|
|
||||||
@ -42,4 +43,8 @@ Needs `keepassxc` to be installed. duh.
|
|||||||
"debounce": 3500,
|
"debounce": 3500,
|
||||||
"terminal_emulator": "konsole -e"
|
"terminal_emulator": "konsole -e"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Screenshot
|
||||||
|
|
||||||
|
<img width="539" height="406" alt="image" src="https://github.com/user-attachments/assets/283ec720-d45d-412a-9be4-b92e9008c9ee" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user