cusdis icon indicating copy to clipboard operation
cusdis copied to clipboard

lightweight, privacy-friendly alternative to Disqus.

Results 107 cusdis issues
Sort by recently updated
recently updated
newest added

I use Content Security Policy (CSP) header. Below is part of the CSP header: ``` Content-Security-Policy: script-src cusdis.com 'sha256-CqbIxSuOKdmSXIO5yL2+tpjMEOHdmUZnNptVhj1Q62o=' 'sha256-PpoMGG9w/Fjish9te4vIehw9nTfUo+74bZ2WUOfAXOo='; connect-src cusdis.com; style-src cusdis.com; ``` CSP prevent the execution of...

I am self-hosting cusdis on https://comments.simbly.me. The current `widget/index.js` is not resizing the iframe and as a result the iframe ends up with vertical scrollbars. I compared my `index.js` script...

I've been thinking how to notify the commenter (#78) when they have new reply without collect their email address, since few people are willing to provide their email address in...

discussion

![image](https://user-images.githubusercontent.com/1674662/155946488-6f2c7a1b-f7be-40f1-a021-1fed2764fcfa.png) docker-compose. XML is the content of the following file. Dockerfile is the content pulled from GIT pgsql: image: "postgres:13" volumes: - "./dataCusdis:/var/lib/postgresql/data" environment: - POSTGRES_USER=cusdis - POSTGRES_DB=cusdis - POSTGRES_PASSWORD=password...

I deployed a telegram bot to notify me of the new comments, which works well with the official cusdis.com.  However, when I deployed a self-hosted cusdis on Vercel following the...

Currently when using the config the theme can only be set on load. I'm using simple js snippet to listen for a button press on my manual theme switch button...

widget

The `--tw-border-opacity: 1`setting causes the border color of the input box to disappear in a page with an image background

widget
PR welcome

Hello! I know that people are able to import comments from Disqus, but how could someone export comments from Cusdis and import them into another Cusdis site/account (example: to switch...

enhancement

- [ ] SMTP settings https://github.com/djyde/cusdis/issues/181

enhancement

I'm leaving this project as it seems to be paused : https://gitlab.com/commento/commento Comments are in json format, is there a way to import them to cusdis ? I can provide...