first commit

This commit is contained in:
2024-12-30 03:03:02 +01:00
parent 34bbbfccee
commit b78303335e
10 changed files with 411 additions and 0 deletions

View 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
View 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