|
6 days ago | |
---|---|---|
defaults | 1 week ago | |
files | 6 days ago | |
handlers | 1 week ago | |
tasks | 1 week ago | |
templates | 1 week ago | |
README.md | 1 week ago |
Depends on nginx
role, yet to be released.
Settings:
isso_user: "isso"
isso_user_home: "/home/{{ isso_user }}"
isso_dbpath: "{{ isso_user_home }}/dbs/isso-comments.db"
isso_version: "0.12.3"
isso_virtualenv: "{{isso_user_home}}/.virtualenvs/py36"
isso_python_version: "3.6"
isso_log_dir: "/var/log/isso"
isso_hosts:
- http://localhost # Use https for this...
isso_admin_password: changeme
isso_moderation_purge_after: '364d'
isso_server_port: 8080
isso_server_listen: "http://0.0.0.0:{{ isso_server_port }}"
# Disabled by default
isso_use_cors_origin: false
isso_cors_origin: "*.example.test"
(See default/main.yml
)
cd <isso-dir>
make init all
python3 setup.py dist
The Isso python package will be in dist/isso<ver>.tar.gz
. Copy to
files/isso-<ver>tar.gz
and increment isso_version
.
Modifications used to build the shipped package can be found at ix5/isso:ix5-modifications.
GPLv2