Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkawamoto/cybermonday
Markdown server without complications.
https://github.com/gkawamoto/cybermonday
docker golang markdown nginx
Last synced: 3 months ago
JSON representation
Markdown server without complications.
- Host: GitHub
- URL: https://github.com/gkawamoto/cybermonday
- Owner: gkawamoto
- Created: 2019-07-01T22:07:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T09:02:07.000Z (about 1 year ago)
- Last Synced: 2024-09-28T13:03:47.270Z (4 months ago)
- Topics: docker, golang, markdown, nginx
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cybermonday
Markdown server without complications.
## Overview
Simple golang server to host Markdown files without too much complication.
This project was originally based on [https://github.com/russross/blackfriday](https://github.com/russross/blackfriday) (hence the name), but for the sake of simplicity and compliance, it was rewritten to use [https://gitlab.com/golang-commonmark/markdown](https://gitlab.com/golang-commonmark/markdown).## Quickstart
```bash
docker run --name cybermonday -v $(pwd):/usr/share/nginx/html:ro gkawamoto/cybermonday:stable
```## Volume
This containers uses a single volume mountpoint to host all the files (markdown or not): `/usr/share/nginx/html`.
## Environment variables
| Variable | Description |
|:-|-:|
| `CYBERMONDAY_TITLE` | Page title in the upper left corner
| `CYBERMONDAY_BOOTSTRAP_REF` | Bootstrap CSS CDN path## Contributing
Issues and merge-requests are welcome.
## License
MIT License