Skip to content

CGBassPlayer/zeronote-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroNote

ZeroNote is a note-taking web app designed for touch screens with styluses. It doesn't require a download; you can start using it right now here. It is meant to be a replacement for the drawing in OneNote but hopefully less buggy. Draw with one finger/stylus and pan & zoom with two.

Docker 🐳

Docker Run

docker run -d --name=zeronote -p 80:80 ghcr.io/cgbassplayer/zeronote-docker/zeronote:latest

Docker Compose

version: '3.9'

services:
  zeronote:
    image: ghcr.io/cgbassplayer/zeronote-docker/zeronote:latest
    container_name: zeronote
    restart: unless-stopped
    ports:
      - 80:80

About

Containerizing zeronote

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors