dockerfiles/isso
drymer fa1deae64e
[isso] Initial commit
2018-08-23 17:51:04 +02:00
..
Dockerfile [isso] Initial commit 2018-08-23 17:51:04 +02:00
README.md [isso] Initial commit 2018-08-23 17:51:04 +02:00

README.md

Isso

Pretty simple, just execute isso.

Example configuration file:

[general]
dbpath = /isso/comments.db
name = isso
host =
    https://daemons.it
notify = stdout
[server]
listen = http://localhost:8080/
[guard]
enabled = true
ratelimit = 5
direct-reply = 5
reply-to-self = true
require-author = false
require-email = false
[markup]
options = strikethrough, superscript, autolink
[hash]
salt = Eech7co8Ohloopo9Ol6baimi
algorithm = pbkdf2
[moderation]
enabled = false

Example oneliner:

docker run -ti -v `pwd`:/isso -p8080:8080 test/isso -c isso.cfg