• Joined on 2025-08-16
jennie pushed to main at jennie/ghostguild-org 2026-03-05 23:05:56 +00:00
fed1cc4bc7 Skip CSP on OIDC routes to fix logout form submission
jennie pushed to main at jennie/ghostguild-org 2026-03-05 22:42:19 +00:00
ba92075366 Fix OIDC issuer generating http:// URLs in production
jennie pushed to main at jennie/ghostguild-org 2026-03-05 22:33:19 +00:00
17d29647b4 Allow OIDC logout form submission in CSP form-action directive
jennie pushed to main at jennie/ghostguild-org 2026-03-05 18:40:43 +00:00
c3c8b6bcd4 Refactor email templates to use plain text format and update sender addresses
jennie pushed to main at jennie/ghostguild-org 2026-03-04 18:29:38 +00:00
8143631364 Style tweaks
jennie pushed to main at jennie/ghostguild-org 2026-03-04 18:24:27 +00:00
fadf473dde Readying for design
d73256ca2b Tidy template
Compare 2 commits »
jennie pushed to main at jennie/wiki_ghostguild 2026-03-04 18:02:05 +00:00
dd143b20fc Fix nginx upstream for Docker Compose networking
jennie pushed to main at jennie/wiki_ghostguild 2026-03-04 17:53:45 +00:00
f3302b1c5a Fix docker-compose for DokPloy compose deployment
jennie pushed to main at jennie/wiki_ghostguild 2026-03-04 17:37:58 +00:00
2bb36af20e Add daily wiki content export
b5de1e575a fix: stop tracking Obsidian user files, clean up .gitignore
ac419d3c62 Hardcode X-Forwarded-Proto to https (always behind Traefik)
d56d6afce7 Use host network mode: listen on 3200, upstream to localhost:3100
7f17aaa43f Use host.docker.internal for nginx upstream
Compare 15 commits »
jennie pushed to main at jennie/ghostguild-org 2026-03-04 17:27:17 +00:00
bf57f4b33d Style wiki auth screens with guild design system
jennie pushed to main at jennie/wiki_ghostguild 2026-03-02 11:23:01 +00:00
0de216315e Hardcode X-Forwarded-Proto to https (always behind Traefik)
jennie pushed to main at jennie/wiki_ghostguild 2026-03-02 11:22:08 +00:00
2f0dd3f89b Use host network mode: listen on 3200, upstream to localhost:3100
jennie pushed to main at jennie/wiki_ghostguild 2026-03-02 11:21:11 +00:00
b310e16b3c Use host.docker.internal for nginx upstream
jennie pushed to main at jennie/wiki_ghostguild 2026-03-02 11:16:33 +00:00
6200c4cd2a Add nginx proxy for OG meta tags and CSS injection
jennie pushed to main at jennie/wiki_ghostguild 2026-03-02 09:53:46 +00:00
3f96674105 Update nginx configuration for homepage meta tags and CSS injection; add workspace.json changes for article tabs and release notes; update .gitignore to exclude README.md and workspace.json.
jennie pushed to main at jennie/ghostguild-org 2026-03-01 19:51:58 +00:00
79d3ba0f78 Allow authenticated members to bypass coming-soon page
jennie pushed to main at jennie/ghostguild-org 2026-03-01 17:26:44 +00:00
6f297cf137 Exempt OIDC login page from coming-soon redirect
jennie pushed to main at jennie/ghostguild-org 2026-03-01 17:19:44 +00:00
4b3fed9689 Move OIDC login page to /auth/wiki-login to avoid catch-all conflict
jennie pushed to main at jennie/ghostguild-org 2026-03-01 17:12:39 +00:00
3187b5118b Skip /oidc/login in catch-all so Nuxt renders the login page
jennie pushed to main at jennie/ghostguild-org 2026-03-01 17:04:37 +00:00
025c1a180f Add Zod validation to all API endpoints and remove debug test route