Released May 17, 2021. (1st KISSmo release) Copyright 2021, init a.k.a monaco.
|
This is a partial list of new features included on KISSmo.
Please refer to the following links for download and help documents:
Upgrade will not be painful as with other pieces of software you simply would need to replace 2 files index.php and archive.php for a new version, and add other features if another file has been added and would be explained why.
Explain for howto make it work under systems running nginx.
location /p/ { alias /home/admin/web/paste.oddprotocol.org/public_html/p/; index index.txt; autoindex on; }
This configuration is needed to be added under nginx confing for that specific domain name that you're trying to run KISSmo.
AExplain howto make it work under system OpenBSD running OpenHTTPD:
location "/test/p/*" { directory { auto index, index "index.txt" } }
[Under httpd.conf referring to the specific domain name configuration you would need to add the configuration above.]
init a.k.a monaco - (C) 2021