sytone / obsidian-remote

Run Obsidian.md in a browser via a docker container.
MIT License
1.42k stars 138 forks source link

Change base image to kasmvnc #51

Closed ilkersigirci closed 1 year ago

ilkersigirci commented 1 year ago

Recently, linuxserver webtop move to kasm base image for better performance. Related blog post is here.

I think we can also profit from performance improvements if the base image will be changed.

ilkersigirci commented 1 year ago

I have tried to implement it myself in the dockerfile and it is working perfectly. Seamless clipboard and scrolling thanks to kasmvnc (chromium based browsers preferred for this, firefox support isn't perfect right now)

NOTE: /squashfs-root/obsidian --no-sandbox --disable-dev-shm-usage --disable-gpu --disable-software-rasterizer should be changed with /usr/bin/obsidian

crosbyh commented 1 year ago

I agree this would be an incredible change to see merged in. The kasm base image is so much faster!

sytone commented 1 year ago

Done, thanks for the contrib!