Sign inSign up

ston3o/docker-isso

By ston3o

Updated almost 9 years ago

Dockerized isso

Image
0

172

ston3o/docker-isso repository overview

Isso

Build Status MadIRC #Admins

Docker setup for the commenting platform isso.

Isso – Ich schrei sonst – is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.

How to use this image

First, a simple run command:

$ docker run --name isso -p 8080:80 sheogorath/isso-docker

This will run an instance of isso with default settings but also won't persist anything.

To perist data and make isso accessable use:

$ docker run --name isso -p 8080:80 -v `pwd`/data:/data sheogorath/isso-docker

Please notice that isso doesn't provide any webinterface. So be aware of the fact that http://127.0.0.1:8080 will result in an empty/error page

Configuration

The configuration is done by environment variables. The container won't crash if you define none, but for real usage it's recommened to provide at least ISSO_HOST

NameDefault valueDescription
ISSO_HOSThttp://example.comIt corresponds with [General] -> host Details
ISSO_NAMEcomments.example.comIt corresponds with [General] -> name Details
ISSO_MAX_AGE30mIt corresponds with [General] -> max-age Details
ISSO_REPLY_TO_SELFfalseIt corresponds with [Guard] -> reply-to-self Details
ISSO_REQUIRE_EMAILfalseIt corresponds with [Guard] -> require-email Details
ISSO_REQUIRE_AUTHORfalseIt corresponds with [Guard] -> require-author Details

For client side settings check the official docs: https://posativ.org/isso/docs/configuration/client/

Build this image

As there are currently no additional parameters, simply use the following statement:

$ git clone https://github.com/SISheogorath/isso-docker.git
$ docker build -t isso:local isso-docker

License

View license information for the software contained in this image.

Supported Docker versions

This image is officially supported on Docker version 1.12.3.

Please see the Docker installation documentation for details on how to upgrade your Docker daemon.

User Feedback

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Tag summary

Content type

Image

Digest

Size

33.3 MB

Last updated

almost 9 years ago

docker pull ston3o/docker-isso