queeup
August 18, 2022, 5:06pm
1
I want to define logseq directory with podman/docker
while deploying. Without needing to chose on my web browser on the first setup.
I am not sure if it works like this way but at the moment Firefox and many other browsers doesn’t support File System API
and because of this I can’t chose logseq graph directory.
logseq/docs/docker-web-app-guide.md at master · logseq/logseq · GitHub
Example:
docker run -d --rm -p 3001:80 \
-v /home/user/Logseq:/Logseq \
-e LOGSEQ_DIRECTORY=/Logseq \
ghcr.io/logseq/logseq-webapp:latest
opened 10:45PM - 01 Feb 22 UTC
closed 10:04PM - 25 Dec 22 UTC
:type/feature-request
fs
I'm running logseq in docker on a small server in my home network. If I try to o… pen a directory through the webbrowser on my laptop (within my home network) I am only able to select a directory that's on my laptop but I want to select a (local) directory on my server.
As the Github backend has been deprecated, I’d love it if we had the option to use local storage (self-hosted only). This would get rid of the need to sync between different devices for people running Logseq on their own server. It would also allow us to use Browsers that don’t support the File System Access API (Firefox, IE, Opera, WebView).