Docker version of html editor - StackEdit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Quentin McGaw db3abc3b31
Title png moved to root
4 years ago
.devcontainer Golang devcontainer added 4 years ago
.github Added Github Sponsors 4 years ago
hooks Upgraded Dockerfile 4 years ago
.dockerignore Small fixes 5 years ago
Dockerfile CSS static resources url to file path mappings 4 years ago
README.md Title png moved to root 4 years ago
docker-compose.yml Added env variables, fixes #1 4 years ago
go.mod Reworked Go code 4 years ago
go.sum Reworked Go code 4 years ago
main.go CSS static resources url to file path mappings 4 years ago
title.png Title png moved to root 4 years ago

README.md

StackEdit Docker server

StackEdit v5.14.5 (January 2020) with a Golang HTTP server on Scratch

Docker StackEdit

Docker Build Status

GitHub last commit GitHub commit activity GitHub issues

Docker Pulls Docker Stars Docker Automated

Image size Image version

Donate PayPal

Image size RAM usage CPU usage
34.1MB 7MB Very low

Features

Setup

  1. CLICK IF YOU HAVE AN ARM DEVICE

    You need to build the Docker image yourself using git and docker

    docker build -t qmcgaw/stackedit https://github.com/qdm12/stackedit-docker.git
    

  2. Use the following command:

    docker run -d -p 8000:8000/tcp qmcgaw/stackedit
    

    You can also use docker-compose.yml with:

    docker-compose up -d
    
  3. Access at http://localhost:8000

Environment variables

Environment variable Default Description
LISTENING_PORT 8000 Internal server listening port
ROOT_URL / Root URL to use, useful when used with a reverse proxy
NODE_ENV production Sets production behavior for stackedit
PANDOC_PATH pandoc Non functional yet
WKHTMLTOPDF_PATH wkhtmltopdf Non functional yet
USER_BUCKET_NAME stackedit-users ?
PAYPAL_RECEIVER_EMAIL Receive Paypal donation email address
DROPBOX_APP_KEY
DROPBOX_APP_KEY_FULL
GITHUB_CLIENT_ID
GITHUB_CLIENT_SECRET
GOOGLE_CLIENT_ID
GOOGLE_API_KEY
WORDPRESS_CLIENT_ID

Acknowledgements

Credits to the developers of StackEdit

TODOs

  • Add static binary programs
    • pandoc
    • wkhtmltopdf
  • Travis CI build cross CPU arch