How to Setup Docker-Container and generate Device Token (displayed on Ugreen-NAS (UGOS)) #5
|
How to setup your Docker Container and generate your Device-Token with individual Vaults. Since you cannot create a terminal in the Docker Container to generate your Tokens, you have to go a workaround explained below: |
Replies: 2 comments 3 replies
Docker Setup1. Folder Setup 📁First create your Folder including the "data" Folder
2. Docker Compose 🛠️You can use the given Docker Compose, but for UGOS it is advised to use full-paths, so here is my Docker Compose: Genrate TokenTo access the Docker Container, and the SQlite DB, you have to use ssh to connect with the Ugreen NAS
Connect to your DB 🛜To connect to your DB you open cmd on your PC and follow these steps:
Generate your Tokens (with Multivault in one DB) 🪪
For Example:
With this you can create and display all your Tokens, without the interface within Obsidian "add Device" Connect your Obsidian Vault 🌐
At this Point you can use the link command to generate a link for your Device to connect with the generated Token, but I used copy and paste and was happy. 🧐😁 If I missed something, please consider adding it below. |
|
This is excellent, thank you for writing it up. One correction to save people a headache: |


Docker Setup
1. Folder Setup 📁
First create your Folder including the "data" Folder
2. Docker Compose 🛠️
You can use the given Docker Compose, but for UGOS it is advised to use full-paths, so here is my Docker Compose:
Genrate Token
To access the Docker Container, and the SQlite DB, you have to use ssh to connect with the Ugreen NAS
Connect to your DB 🛜
To connect to your DB you open cmd …