first commit
This commit is contained in:
17
isso-comments/config/isso.cfg
Normal file
17
isso-comments/config/isso.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
# Isso example configuration file
|
||||
# vim: set filetype=dosini
|
||||
|
||||
[general]
|
||||
|
||||
# Change dbpath to /db/comments.db if running in docker!
|
||||
dbpath = /db/comments.db
|
||||
host = https://blog.conorz.at/
|
||||
|
||||
[server]
|
||||
listen = http://localhost:8080/
|
||||
trusted-proxies = http://localhost:8080/
|
||||
[admin]
|
||||
enabled = true
|
||||
password =
|
||||
|
||||
# public-endpoint =
|
3
isso-comments/isso.sh
Executable file
3
isso-comments/isso.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
sudo docker run -d --rm --name isso -p 127.0.0.1:8086:8080 \
|
||||
-v /home/titanz/comments/config:/config -v /home/titanz/comments/db:/db \
|
||||
ghcr.io/isso-comments/isso:release
|
Reference in New Issue
Block a user