Run the latest StackEdit server in a Docker container
100K+
StackEdit v5.14.5 (January 2020) with a Golang HTTP server on Scratch
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
Access at http://localhost:8000
| 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 |
Credits to the developers of StackEdit
Content type
Image
Digest
Size
11.4 MB
Last updated
almost 5 years ago
docker pull qmcgaw/stackedit