Skip to content

SimonTheCoder/logseq_in_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a docker tool for running logseq in a container with noVNC support. With this tool, we can build a logseq API server that can access server local filesystem by map volumes to docker container.

clone or download this repo

Don't forget to cd to the repo dir.

build docker image

./docker_build.sh

download the logseq app

start container

before starting the container, you can modify the ./start_logseq_in_docker.sh file.

  • modify these vars to set the resolution.
DISPLAY_WIDTH=1920
DISPLAY_HEIGHT=1080
  • modify this map to fit your logseq downloaded location.
    -v $(pwd)/Logseq-linux-x64:/Logseq-linux-x64 \
  • modify this line to map your note data to the container.
    -v /mnt/Data500G/:/note_data \
  • to change the listening port, modify these lines.
    -p 12314:8080 \
    -p 12315:12315 \

then start the container.

./start_logseq_in_docker.sh

acess

Thanks

Based on this great project: docker-novnc !

About

This is a docker tool for running logseq in a container with noVNC support. With this tool, we can build a logseq API server that can access server local filesystem by map volumes to docker container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors