Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felbinger/nginx-md-renderer
nginx configuration to render markdown files
https://github.com/felbinger/nginx-md-renderer
Last synced: 13 days ago
JSON representation
nginx configuration to render markdown files
- Host: GitHub
- URL: https://github.com/felbinger/nginx-md-renderer
- Owner: felbinger
- Created: 2021-10-25T17:12:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T17:12:47.000Z (about 3 years ago)
- Last Synced: 2024-11-05T21:50:40.173Z (2 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-md-renderer
```bash
podman build -t localhost/nginx-md-renderer .
podman run --rm -p 80:80 localhost/nginx-md-renderer
```