Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vh13294/cryptomator-docker
https://github.com/vh13294/cryptomator-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vh13294/cryptomator-docker
- Owner: vh13294
- Created: 2021-07-04T15:24:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T01:34:19.000Z (over 2 years ago)
- Last Synced: 2024-10-04T15:26:44.366Z (3 months ago)
- Language: Dockerfile
- Size: 18.2 MB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synology-Cryptomator
Mount Cryptomator directly in your Synology NAS.
The files will be accessible via WebDav protocol.- cryptomator-synology:vault-format-8
- cryptomator-synology:vault-format-7Docker Hub:
https://hub.docker.com/r/vh13294/cryptomator-synologyIn Synology NAS
- Volume
- Folder: cryptomatorDir -> MountPath: /cryptomatorDir
- Port Setting
- Local: 8181 -> Container: 8181
- Environment
- TIMEOUT: 2h (server will shutdown after 2h of running)
- TIMEOUT: 0 (disable timeout and server will run indefinitely)
- VAULT_NAME: demoVault
- VAULT_PATH: /cryptomatorDir
- VAULT_PASS: password
- CRYPTOMATOR_PORT: 8181In your WebDav client (guest account, no username/password)
- Mounted URL:
- 192.168.20.200:8181/demoVault(Assuming 192.168.20.200 is your NAS IP)
You can also mount WebDav as remote connect in synology file station.
[File Station] -> [Tools] -> [Remote Connection] -> [Connection Setup] -> [WebDav]
Hostname will be 'localhost' or '127.0.0.1'