remark42
remark42 copied to clipboard
comment engine
Hi, I'm trying to set up mail login and notifications though a custom domain on iCloud. My config is as follows: ``` smtp.host=smtp.mail.me.com smtp.port=587 [email protected] smtp.password=redacted smtp.starttls [email protected] notify.admins=email auth.email.enable...
I got the following errors when trying to build frontend with "npm run build" under `frontend/apps/remark42`: ``` ERROR in ./app/components/comment-form/__subscribe-by-email/comment-form__subscribe-by-email.test.tsx:201:15 TS2722: Cannot invoke an object which is possibly 'undefined'. 199...
After configuring all the required variables, Sign in with Apple still fails. The behavior is identical to the demo site, so I suspect this is not because of misconfiguration. ```log...
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.15.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...
first i made api call to anonymous endpoint received id, name from remark42 and then passed it to initial script for auto login but cannot login and also "this api...
in the [document](https://remark42.com/docs/configuration/authorization/) - the name has to start from the letter and contains letters, numbers, underscores and spaces only** but in fact, you can use "456" as the anonymous...
I am trying to restore a backup but it fails with: ```sh remark42 | 2024/06/05 21:49:45.910 [INFO] {logger/logger.go:134 logger.(*Middleware).Handler-fm.(*Middleware).Handler.func1.1} POST - /api/v1/admin/import?site=remark&provider=native - localhost - efaf335c4b7d - 202 (37) -...
This is a security change. The policies I've added are not ideal but an improvement over lack of policies, and were tested by me for a few months to verify...
This mitigates the problem where a user might probe machines that are unavailable to the user directly but accessible to the server hosting Remark42. Scenarios addressed: 1. A malicious user...
Hello As you know, not every single needs to store all comments for months or even more With minimum resources, we need a new feature that can auto-remove and only...