Skip to content

Extremely simple note-taking app inspired by "One Big Text File" - Now with Docker support

Notifications You must be signed in to change notification settings

khannover/textpod-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textpod-Docker

Read more of Textpod here

This is a wrapper of textpod for running in Docker. It installs monolith and textpod with cargo. It also installs nginx as a reverse proxy.

Installation / Update

Run with Docker

git clone https://github.com/khannover/textpod-docker
docker build -t textpod-docker .
docker run --rm --name textpod -d -v $(pwd)/notes.md:/app/notes.md -v $(pwd)/attachments:/app/attachments -p 8099:80 textpod-docker

Or (better): Run with docker compose

git clone https://github.com/khannover/textpod-docker
docker compose up -d --build

Now you can open your browser on http://localhost:8099

About

Extremely simple note-taking app inspired by "One Big Text File" - Now with Docker support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 87.5%
  • Shell 12.5%