
使用 Python 編寫的輕量級自架留言系統。注重隱私的 Disqus 替代方案 — 透過簡單的 JavaScript 片段即可嵌入任何靜態網站或部落格。
https://<your-domain>/admin 存取 Isso 管理介面ISSO_HOST 環境變數設為嵌入留言的網站網址(如 https://example.com)<script data-isso="https://<your-isso-domain>/" src="https://<your-isso-domain>/js/embed.min.js"></script>
<section id="isso-thread"></section>
/admin 管理面板審核、核准或刪除留言MIT — GitHub