Unofficial containerized Obsidian.md application that can run in your browser via KASM
1.0K
Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your thinking space. You can also publish your notes online, access them offline, and sync them securely with military-grade encryption.
This image allows you to run Obsidian in your browser via KASM Workspaces.
Find Dockerfile that was used to create this image at https://github.com/serpro69/kasm-custom-images/blob/master/dockerfile-obsidian
Assuming you have all your obsidian vaults in $HOME/obsidian
docker run --dns 8.8.8.8 --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password -e VNCOPTIONS="-publicIP 127.0.0.1" -v $HOME/obsidian:/home/kasm-user/obsidian:rw serpro69/kasm-obsidian:latest
Then open a browser like firefox and navigate to https://localhost:6901
Use the following credentials to login to the workspace:
After logging the Obsidian application will be available to use.
Image tags follow the following pattern: <app_version>-v<image_version>-<core_kasm_image_version>.
For example serpro69/kasm-obsidian:1.19.1-v1-1.12.0 is the first version of the image that contains an installation of Obsidian 1.19.1 which runs on kasm 1.12.0
Content type
Image
Digest
sha256:33ee66ddf…
Size
1.5 GB
Last updated
over 3 years ago
docker pull serpro69/kasm-obsidian