Adjust local link checks to own port. #209

Closed
opened 2026-05-16 08:31:48 -04:00 by rainbownapkin · 1 comment

Canopy is built to be reverse-proxied at port 8443. If you stick a URL pointing to itself in chat, it throws a bad link because it's checking 443, despite it's /etc/hosts pointing it's domain to itself instead of the reverse-proxy.

We should update the link checking code to check for self-referencing links, and adjust the port number according to the config.

Canopy is built to be reverse-proxied at port 8443. If you stick a URL pointing to itself in chat, it throws a bad link because it's checking 443, despite it's /etc/hosts pointing it's domain to itself instead of the reverse-proxy. We should update the link checking code to check for self-referencing links, and adjust the port number according to the config.
rainbownapkin added the
Bug
UX/Accessibility
labels 2026-05-16 08:31:48 -04:00
Author
Owner

Fixed link-handling for self-referential links in chat: 3b113df86a

Fixed link-handling for self-referential links in chat: 3b113df86a
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rainbownapkin/canopy#209
No description provided.