Skip to content
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

Impossible to load the Obsidian app with local build #95

Open
dogesking opened this issue Mar 27, 2024 · 0 comments
Open

Impossible to load the Obsidian app with local build #95

dogesking opened this issue Mar 27, 2024 · 0 comments

Comments

@dogesking
Copy link

Describe the bug
I've been building the app locally using the github repo
But when I run the container, and go to the web interface, when I click Obsidian I get the error :
Failed to execute child process "/squashfs-root/obsidian" (No such file or directory)

To Reproduce
clone the repo

docker build --pull --rm `
  -f "Dockerfile" `
  -t obsidian-remote:latest `
  "."
docker run --rm -it `
  -v D:/ob/vaults:/vaults `
  -v D:/ob/config:/config `
  -p 8080:8080 `
  obsidian-remote:latest bash

Go to the url poiting to the container
Click on Obsidian and get the error : Failed to execute child process "/squashfs-root/obsidian" (No such file or directory)

Expected behavior
Be able to use the Obsidian app after clicking

Screenshots
image

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Browser [Chrome]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant