https://github.com/ipunkt/docker-isso
isso with environment based configuration
https://github.com/ipunkt/docker-isso
comments isso
Last synced: 10 months ago
JSON representation
isso with environment based configuration
- Host: GitHub
- URL: https://github.com/ipunkt/docker-isso
- Owner: ipunkt
- License: mit
- Created: 2017-02-02T06:51:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T12:59:15.000Z (over 9 years ago)
- Last Synced: 2025-04-01T09:59:08.682Z (about 1 year ago)
- Topics: comments, isso
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-isso
isso with environment based configuration
# Environment variables
| Variable | Default | Explanation | Isso name |
| ------------- | ------------- | ------------- | ------------- |
| URL | - | Url to the website which will host the comments. Used for CORS Headers in Isso | host |
| LISTEN | http://0.0.0.0:8080/ | Address and port where isso should listen for connections | listen |
| DB | /db/comments.db | Path where the sqlite database should be located | db\_path |
# Thanks
This is based on https://github.com/Wonderfall/dockerfiles/tree/master/isso