Sign inSign up

schnouki/isso

By schnouki

Updated over 6 years ago

Isso, a lightweight alternative to Disqus. Based on Alpine, Python 3 and Gunicorn.

Image
0

10K+

schnouki/isso repository overview

schnouki/isso

What is this?

Isso is a commenting server similar to Disqus. More info on the official website.

Features
  • Based on Alpine Linux 3.11.
  • Latest Isso installed with pip.
  • Uses Python 3 and Gunicorn.
Build-time variables
  • ISSO_VER : version of Isso.
Environment variables
  • GID : isso group id (default: 1000)
  • UID : isso user id (default: 1000)
Volumes
  • /config : location of configuration files.
  • /db : location of SQLite database.
Ports
Example of simple configuration

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: schnouki/isso
  environment:
    - GID=1000
    - UID=1000
  volumes:
    - /mnt/docker/isso/config:/config
    - /mnt/docker/isso/db:/db

Tag summary

Content type

Image

Digest

Size

24.5 MB

Last updated

over 6 years ago

docker pull schnouki/isso