--- /dev/null
+[general]
+; database location, check permissions, automatically created if not exists
+dbpath = /home/mtsw/isso/comments.db
+; your website or blog (not the location of Isso!)
+; you can add multiple hosts for local development
+; or SSL connections. There is no wildcard to allow
+; any domain.
+host =
+ http://unremediatedgender.space/
+ http://localhost:8000/
+
+[guard]
+reply-to-self = true
+require-author = true
+require-email = true
+
+[rss]
+base = rss
+
+[admin]
+enabled = true
+#password = [REDACTED; set this manually when redeploying]
try_files $uri $uri/ =404;
}
+ location /isso {
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_set_header X-Script-Name /isso;
+ proxy_set_header Host $host;
+ proxy_set_header X-Forwarded-Proto $scheme;
+ proxy_pass http://localhost:8080;
+ }
+
}
<a style="font-size: 80%;" href="http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=history;f=content/{{ article.date.year }}/{{ article.slug }}.md;hb=HEAD">(Post revision history)</a>
</p>
- {% if DISQUS_SITENAME %}
- <div class="comments">
- <h2>Comments !</h2>
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- var disqus_identifier = "{{ article.url }}";
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- </div>
- {% endif %}
+ <script data-isso="//unremediatedgender.space/isso"
+ data-isso-reply-to-self="true"
+ data-isso-require-author="true"
+ data-isso-require-email="true"
+ src="//unremediatedgender.space/isso/js/embed.min.js"></script>
+ <section id="isso-thread"></section>
{% endblock %}