AlexMa233 and GitHub
94d1f6e224
feat: custom oauth2 provider ( #2006 )
...
* feat: add configurable custom OAuth2 provider and icons
* fix: reserve built-in custom provider names
* fix: add nolint directive for sha1 import
* fix: harden custom oauth provider validation
2026-04-16 23:10:05 -05:00
Dmitry Verkhoturov and Umputun
f359256489
docs: document placeholder support in the remark42 div ( #1990 )
...
Clarify that any content placed inside the `<div id="remark42">` is
automatically removed once the iframe signals it has initialised.
Update all code examples across getting-started, frontend config, and
Astro/Gatsby integration guides to use "Comments loading..." as the
placeholder so the feature is visible by default.
2026-02-22 17:54:43 -06:00
Dmitry Verkhoturov and Umputun
336f17e7b7
Document EDIT_TIME=0 behavior in parameters
...
Setting edit-time to 0 disables both comment editing and staged image cleanup.
2026-02-22 17:54:19 -06:00
Umputun and GitHub
e3b0d63648
Merge pull request #1999 from umputun/configurable-microsoft-tenant
...
feat: make Microsoft Entra ID tenant configurable
2026-02-10 22:53:31 -06:00
Dmitry Verkhoturov
31e20fc26d
feat: make Microsoft Entra ID tenant configurable
...
Add AUTH_MICROSOFT_TENANT env var to allow configuring the Azure AD
tenant for single-tenant Entra ID applications, which cannot use the
default /common endpoint.
Depends on go-pkgz/auth#266
Closes #1998
2026-02-11 00:45:38 +00:00
Dmitry Verkhoturov
c2cc2305c1
Document email template variables and plain-text email setup
2026-02-11 00:08:05 +00:00
Dmitry Verkhoturov and Umputun
9132a6158b
Add display name format to EMAIL_FROM examples in docs
...
Show users they can use "Display Name"<email@example.com > format
for AUTH_EMAIL_FROM and NOTIFY_EMAIL_FROM settings.
2025-12-04 11:14:32 -06:00
kumudiaorong and Umputun
3013d03be2
fix: Modify the example to avoid misunderstanding
2025-12-04 11:12:32 -06:00
Michael Schnerring
ca8ab66812
docs: improve backup instructions; closes #1613
2025-09-04 22:20:18 +02:00
Umputun and GitHub
abdca907a7
Merge branch 'master' into fix/auth-send-jwt-header
2025-07-06 15:39:12 -05:00
Umputun and GitHub
a9c8cf51a0
Merge pull request #1937 from umputun/docs/telegram-group-notifications
2025-06-16 00:43:37 -05:00
Dmitry Verkhoturov
d829a57061
docs: update Telegram configuration with group notification details
...
Add information about sending notifications to users, groups, and channels.
Document that public group usernames can be used without @ symbol as IDs.
Addresses discussion #1756
2025-06-16 05:19:50 +01:00
Eze and GitHub
9e2a1da0df
Fixed typo
2025-06-07 01:11:29 +08:00
Dmitry Verkhoturov
ddb490bbc1
Fix login persistence with AUTH_SEND_JWT_HEADER enabled
...
With AUTH_SEND_JWT_HEADER=true, frontend now properly handles JWT authentication:
- Store JWT token in client-side cookie named 'JWT'
- Extract and store XSRF token from JWT payload
- Set Secure flag automatically when on HTTPS connection
- Update documentation to clarify this behavior
This fixes an issue where login state would be lost after page reload
when using header-based JWT authentication.
2025-04-29 23:45:55 +01:00
Dmitry Verkhoturov
528242c1ca
Add install instructions for setting up Remark42 as a systemd service
2025-03-24 23:09:28 +01:00
Dmitry Verkhoturov
f49b878eb4
Add system requirements section to installation guide
2025-03-16 19:26:42 +00:00
Dmitry Verkhoturov
bb650d7526
Migrate Docker images from Docker Hub to GitHub Container Registry
...
This commit replaces all references to `umputun/remark42` Docker images
on Docker Hub with `ghcr.io/umputun/remark42` from the GitHub
Container Registry. It updates various Docker Compose files,
documentation, and the Makefile to use the new image location.
It also updates the kubernetes example to use the latest version.
Docker Hub is going to kill free pulls for too long by now.
2025-03-01 23:15:09 +00:00
Ryan
e1166a48cf
add a table describing additional variables available for use with webhook templating
2024-12-20 21:08:15 -06:00
Mrigank Badola and GitHub
d0dc1131ea
Merge branch 'master' into discord-oauth
2024-11-12 21:24:24 +05:30
Dmitry Verkhoturov and Umputun
d5e3602e54
Fix fetch module import so that latest release version would be shown on website
2024-11-10 18:30:48 -06:00
Dmitry Verkhoturov and Umputun
3001b37812
Update pnpm from v7 to v8
...
That suppose to help with Dependabot security updates not updating lockfile.
2024-11-10 13:31:03 -06:00
Mrigank Badola
4a39ceee8d
sync: Merge branch 'master' of https://github.com/mgkbadola/remark42 into discord-oauth
2024-11-10 10:43:10 +05:30
W.T. Chang and Umputun
c1048e95b3
fix: missing comma in example frontend configuration
2024-10-27 01:58:27 -05:00
Dmitry Verkhoturov and Umputun
5b6d8de807
Deprecate Twitter OAuth and remove from feature list
2024-10-20 17:18:14 -05:00
Dmitry Verkhoturov and Umputun
dd2cff6a13
Clarify ALLOWED_HOSTS description and usage
...
This clarifies that the parameter sets CSP 'frame-ancestors'
to limit hosts allowed to embed comments. The commit also improves
the documentation on how to use ALLOWED_HOSTS with AUTH_SAME_SITE
for different setup scenarios.
We might want to change AUTH_SAME_SITE to `strong` in v2.0 as it works
on the subdomain of the same site as well as current Lax option.
2024-10-20 17:17:35 -05:00
Dmitry Verkhoturov and Umputun
68fe6eb55f
Update docker-compose command to docker compose
...
Compose is part of docker command for years and during local development
on Mac I have to change makefile locally for commands to work.
2024-10-20 17:17:10 -05:00
Mrigank Badola
e5ae07b1c2
chore: add cid and csec in readmes and backend docker compose yml
2024-10-09 09:45:10 +05:30
Ivan B and Umputun
872b818323
docs: fix frontend paths in translation guide (frontend/{path} -> frontend/apps/remark42/{path})
2024-09-19 19:06:06 -05:00
Dmitry Verkhoturov and Umputun
4a7bee1d98
Fix restrictions for anonymous usernames
...
Tested on remark42 demo to clarify what works and what doesn't.
2024-09-19 19:05:43 -05:00
Tomy Hsieh and Umputun
26c5425646
📖 docs: restore numbering
2024-08-23 19:19:59 -05:00
Tomy Hsieh and Umputun
50c56cb771
📖 docs: Update apple integration docs
2024-08-23 19:19:59 -05:00
Dmitry Verkhoturov and Umputun
95966f6407
add escaping of comment text in webhook default JSON template
2024-07-01 23:41:50 -05:00
Tomy Hsieh and Umputun
c04705947a
📖 docs: Update README
2024-06-22 12:04:49 -05:00
Dmitry Verkhoturov and Umputun
d02099844e
apply prettier to site files
2024-02-25 18:27:06 -06:00
Dmitry Verkhoturov and Umputun
6fcfaa12b7
update site dependencies
2024-02-25 18:27:06 -06:00
Vladimir D and Umputun
30f46efa5b
TLS InsecureSkipVerify option
2023-12-26 11:47:09 -06:00
Dmitry Verkhoturov and Umputun
d143932924
add MIN_COMMENT_SIZE parameter
2023-12-02 12:16:26 -06:00
Dmitry Verkhoturov
dcc7613409
allow disabling fancy HTML formatting
...
It might be necessary if the comments should preserve
original quotes instead of replacing them with angled ones.
2023-11-26 09:13:53 +01:00
Dmitry Verkhoturov and Umputun
d04d2097f8
fix Commento import URL
...
Previously, it was not using the domain
and relying on another export format.
2023-11-20 10:59:05 -06:00
Dmitry Verkhoturov and Umputun
41d27e2a7f
clarify titles for frontend and backend configuration doc
2023-10-10 11:51:26 -05:00
Dmitry Verkhoturov and Umputun
40a0d7ca62
update Telegram notifications instructions
...
Remove outdated information about functionality which was already implemented.
2023-09-12 20:45:25 -05:00
Justin Hawkins and GitHub
235f0dade0
Update documentation to support Caddy V2 ( #1657 )
...
* Update index.md
Change Caddy example config to the current V2 config.
* Simplify config
* Include legacy config as well
2023-07-20 21:12:11 -05:00
Dmitry Verkhoturov and Umputun
02de92afc7
update Google auth setup instructions
...
Update based on my experience going through them.
2023-07-16 18:14:38 -05:00
LoneExile and Umputun
64188e5713
docs: added Astro w/ React/Preact Components Integration
2023-06-29 13:21:42 -05:00
Eugene Orlov and Umputun
68504a70a0
[site] fix: anchor offset
...
use different header size on mobiles and desktops
2023-06-06 15:22:02 -05:00
Eugene Orlov and Umputun
32073b3d66
[site] fix: anchor offset
...
make it use tailwind styles
2023-06-06 15:22:02 -05:00
Eugene Orlov and Umputun
d1c1664a38
[site] fix: anchor offset
...
when navigating through an anchor
2023-06-06 15:22:02 -05:00
Vasilii Blazhnov and Umputun
8cbcff98ec
Fixed wrong markdown
2023-05-08 14:35:30 -05:00
Dejavu Moe and Umputun
b48f8fca31
Fix spell errors
2023-03-10 17:21:04 -06:00
Matt Jackson and Umputun
31ea91afb8
docs: added Astro w/Svelte Components Integration
2023-01-14 19:12:38 -06:00