Sign inSign up

serpro69/kasm-obsidian

By serpro69

Updated over 2 years ago

Unofficial containerized Obsidian.md application that can run in your browser via KASM

Image
0

1.0K

serpro69/kasm-obsidian repository overview

About

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.

Image Description

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

Usage

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:

  • username: kasm_user
  • password: password

After logging the Obsidian application will be available to use.

Tags

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

Tag summary

Content type

Image

Digest

sha256:33ee66ddf

Size

1.5 GB

Last updated

over 3 years ago

docker pull serpro69/kasm-obsidian