-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Raspberry Pi 4 #92
Comments
the arm64 version is on docker hub not github, https://hub.docker.com/r/sytone/obsidian-remote/tags
version: "3.8"
services:
obsidian:
image: sytone/obsidian-remote:arm64
#platform: linux/arm64
container_name: obsidian-remote
restart: unless-stopped
ports:
- 8080:8080
- 8443:8443
volumes:
- ./data/vaults:/vaults
- ./data/config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- DOCKER_MODS=linuxserver/mods:universal-git
networks: {} |
I get the same guacamole error on my raspberry pi 5. If anyone knows a fix please let us know! :) |
@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 your needs and then docker compose up! |
Thanks @adamzachyang! I managed to build the image and edit the docker compose file but when navigating to http://localhost:8080/, I see the following: Any ideas where I'm going wrong? I have also attached the container logs if it perhaps highlights any mistakes I've made? |
@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, are you able to right click within the VNC and open Obsidian that way? |
@joshknipe no worries! Can you open the XTerm and run |
That works perfectly! Must be something in the autostart that's not working on my side then |
@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 a bit weird right clicking to open doesn't work either as it's the same command used in the terminal that does seem to work. If you find a fix please let me know I'm intrigued as to what could have caused that issue! |
@adamzachyang First of all many thanks for your work. I've tried to follow your guide but I'm failing with building the image as I get a "COPY root / /" error. I have no idea what it's about and how to solve it as I don't know what files should be copied. I tried to create the Dockerfile as root as well as user pi. Any advices? => ERROR [5/5] COPY root/ / 0.0s
Dockerfile:3937 |
|
@danigge no worries! Are you running the command |
@adamzachyang In the very beginning I created the "Dockerfile" as a copy of your github-file and I saved it in the "/home/pi" folder. Than I run the "docker build . -t obsidian-remote-rpi" command from the same folder. I'm used to initiate the docker containers from the SSH terminal with daemon (e.g. docker run -d ...) from there and I'm a noob to dockerfiles, yaml-files and the docker commands. I don't even understand your advice as I don't know how to get the obsidian-remote-rpi! Sorry for taking my stupid questions, but may you help me with it? |
@danigge ah got it, you don't have the other files in the repo (the /root folder)! In |
@adamzachyang Once again, thank you! Now everything works fine for me. I'm looking forward to learn more about obsidian, but in a first view it looks like a strong tool. |
@danigge glad you got it working! Feel free to create any issues on the other repo if you run in to other issues :) |
Hi there,
I tried to run this container on an Raspberry Pi 4. There seems to be ARM support but not for the ARM architecture of Raspberry Pi.
Is this even possible?
The text was updated successfully, but these errors were encountered: