|
3 years ago | |
---|---|---|
.drone.yml | 3 years ago | |
Dockerfile | 3 years ago | |
README.md | 3 years ago | |
lastAutoupdate | 3 years ago | |
run.sh | 3 years ago |
Isso is a commenting server similar to Disqus. More info on the official website.
pip
.Here is the full documentation : https://posativ.org/isso/docs/
# /mnt/docker/isso/config/isso.conf
[general]
dbpath = /db/comments.db
host = https://cats.schrodinger.io/
[server]
listen = http://0.0.0.0:8080/
# docker-compose.yml
isso:
image: wonderfall/isso
environment:
- GID=1000
- UID=1000
volumes:
- /mnt/docker/isso/config:/config
- /mnt/docker/isso/db:/db