Adam
Adam
@joshknipe I've created a fork that works with my Raspberry Pi 4 https://github.com/adamzachyang/obsidian-remote-rpi?tab=readme-ov-file. You just need to build the image on your local machine, edit the docker compose file to...
@joshknipe Seems that the autostart isn't working, I'll rebuild the image when I can and see if I get the same results! Seems like the environment has started correctly though,...
@joshknipe no worries! Can you open the XTerm and run `sudo /squashfs-root/obsidian --no-sandbox --no-xshm --disable-dev-shm-usage --disable-gpu --disable-software-rasterizer` successfully?
@joshknipe I've rebuild the image and tested locally and I can't seem to reproduce the same error that you're having with the autostart and through the right click menu. It's...
@danigge no worries! Are you running the command `docker build . -t obsidian-remote-rpi` from within the same folder as obsidian-remote-rpi? That step copies in configuration in `/obsdian-remote-rpi/root` to `/` in...
@danigge ah got it, you don't have the other files in the repo (the /root folder)! In `/home/pi` do a `git clone https://github.com/adamzachyang/obsidian-remote-rpi.git`and then `cd obsidian-remote-rpi` into the folder and...
@danigge glad you got it working! Feel free to create any issues on the other repo if you run in to other issues :)
I've recently ran into this issue of running the `kubectl `command resulting in the following as mentioned above trying to connect to an EKS environment on a M2 Pro Macbook...
@olololoe110399 I ran into the same issue of `illegal hardware instruction`. Fixed by a `python3 -m pip install --upgrade pip` followed by `pip install tensorflow-macos`.
When attempting to run Worklenz behind Traefik in Docker reverse proxy, I ran into an issue where the page would constantly refresh itself on the login screen. I think this...