Kevin Veen-Birkenbach
0a588023a7
feat(bluesky): fix CORS by serving /config same-origin and pinning BAPP_CONFIG_URL
...
- Add `server.config_upstream_url` default in `roles/web-app-bluesky/config/main.yml`
to define upstream for /config (defaults to https://ip.bsky.app/config ).
- Introduce front-proxy injection `extra_locations.conf.j2` that:
- proxies `/config` to the upstream,
- sets SNI and correct Host header,
- normalizes CORS headers for same-origin consumption.
- Wire the proxy injection only for the Web domain in
`roles/web-app-bluesky/tasks/main.yml` via `proxy_extra_configuration`.
- Force fresh social-app checkout and patch
`src/state/geolocation.tsx` to `const BAPP_CONFIG_URL = '/config'`
in `roles/web-app-bluesky/tasks/02_social_app.yml`; notify `docker compose build` and `up`.
- Tidy and re-group PDS env in `roles/web-app-bluesky/templates/env.j2` (no functional change).
- Add vars in `roles/web-app-bluesky/vars/main.yml`:
- `BLUESKY_FRONT_PROXY_CONTENT` (renders the extra locations),
- `BLUESKY_CONFIG_UPSTREAM_URL` (reads `server.config_upstream_url`).
Security/Scope:
- Only affects the Bluesky web frontend (same-origin `/config`); PDS/API and AppView remain unchanged.
Refs:
- Conversation: https://chatgpt.com/share/68b8dd3a-2100-800f-959e-1495f6320aab
2025-09-04 02:29:10 +02:00
..
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 14:11:36 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 20:44:05 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-29 18:11:53 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 14:11:36 +02:00
2025-08-14 14:39:18 +02:00
2025-09-02 11:02:30 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 10:10:23 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-29 18:11:53 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-09-02 22:49:02 +02:00
2025-09-02 00:13:23 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-29 10:53:36 +02:00
2025-08-29 18:11:53 +02:00
2025-09-02 11:02:30 +02:00
2025-08-21 21:04:21 +02:00
2025-08-15 21:35:45 +02:00
2025-08-14 14:39:18 +02:00
2025-09-03 21:44:47 +02:00
2025-09-01 11:47:51 +02:00
2025-08-14 14:39:18 +02:00
2025-08-29 13:03:06 +02:00
2025-08-18 21:22:16 +02:00
2025-08-19 15:00:44 +02:00
2025-08-29 18:11:53 +02:00
2025-08-29 18:11:53 +02:00
2025-08-18 13:35:43 +02:00
2025-09-02 22:49:02 +02:00
2025-08-18 13:35:43 +02:00
2025-08-18 13:35:43 +02:00
2025-08-14 14:39:18 +02:00
2025-08-20 01:20:06 +02:00
2025-08-20 15:17:04 +02:00
2025-08-20 15:17:04 +02:00
2025-09-01 11:47:51 +02:00
2025-08-26 19:23:47 +02:00
2025-08-19 15:00:44 +02:00
2025-08-19 15:00:44 +02:00
2025-08-21 18:43:17 +02:00
2025-08-29 20:53:36 +02:00
2025-08-20 04:12:42 +02:00
2025-08-29 15:44:31 +02:00
2025-08-20 04:46:27 +02:00
2025-09-03 11:24:14 +02:00
2025-09-03 11:24:14 +02:00
2025-08-29 12:26:53 +02:00
2025-08-20 04:12:42 +02:00
2025-09-01 21:37:02 +02:00
2025-08-20 05:02:16 +02:00
2025-09-01 18:08:35 +02:00
2025-08-27 17:34:59 +02:00
2025-08-29 19:09:28 +02:00
2025-09-03 11:24:14 +02:00
2025-08-26 18:48:45 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 19:02:52 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-08-14 14:39:18 +02:00
2025-08-18 23:54:23 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 10:10:23 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-08-29 14:38:20 +02:00
2025-08-29 14:38:20 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 14:11:36 +02:00
2025-08-16 21:43:01 +02:00
2025-08-29 16:45:03 +02:00
2025-09-01 18:08:35 +02:00
2025-08-18 21:22:16 +02:00
2025-09-03 11:24:14 +02:00
2025-08-18 13:35:43 +02:00
2025-09-01 18:08:35 +02:00
2025-08-27 18:12:49 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 21:37:02 +02:00
2025-08-14 14:39:18 +02:00
2025-09-01 18:08:35 +02:00
2025-08-19 19:02:52 +02:00
2025-08-19 15:00:44 +02:00
2025-09-01 18:08:35 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-09-01 10:10:23 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-15 15:15:48 +02:00
2025-08-19 19:02:52 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-14 14:39:18 +02:00
2025-08-26 11:35:22 +02:00
2025-08-29 18:11:53 +02:00
2025-08-28 22:23:09 +02:00
2025-09-01 18:08:35 +02:00
2025-09-04 02:29:10 +02:00
2025-09-03 10:45:41 +02:00
2025-09-04 02:26:27 +02:00
2025-09-03 20:47:50 +02:00
2025-09-03 10:45:41 +02:00
2025-09-01 10:10:23 +02:00
2025-09-01 10:10:23 +02:00
2025-08-29 14:38:20 +02:00
2025-08-28 22:23:09 +02:00
2025-08-28 22:23:09 +02:00
2025-09-01 21:37:02 +02:00
2025-08-29 14:38:20 +02:00
2025-09-01 10:10:23 +02:00
2025-08-31 20:04:14 +02:00
2025-08-29 18:11:53 +02:00
2025-09-03 11:35:24 +02:00
2025-08-29 14:38:20 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 10:10:23 +02:00
2025-08-31 20:04:14 +02:00
2025-09-04 02:25:49 +02:00
2025-09-03 14:42:50 +02:00
2025-09-03 21:44:47 +02:00
2025-09-01 10:14:03 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 17:18:12 +02:00
2025-09-01 10:14:03 +02:00
2025-08-31 20:04:14 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 10:14:03 +02:00
2025-09-02 11:59:50 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 10:10:23 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 21:37:02 +02:00
2025-09-02 11:52:34 +02:00
2025-09-01 16:20:04 +02:00
2025-08-28 11:25:35 +02:00
2025-08-28 22:23:09 +02:00
2025-09-02 11:52:34 +02:00
2025-09-01 10:10:23 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 10:10:23 +02:00
2025-09-01 10:14:03 +02:00
2025-09-01 21:37:02 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-08-15 15:15:48 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-08-28 22:23:09 +02:00
2025-09-01 18:08:35 +02:00
2025-09-01 18:08:35 +02:00
2025-08-15 15:15:48 +02:00
2025-08-28 22:23:09 +02:00
2025-09-01 16:41:33 +02:00
2025-08-28 22:23:09 +02:00
2025-08-20 05:00:24 +02:00
2025-07-04 08:03:27 +02:00
2025-03-20 17:00:07 +01:00
2025-09-01 18:08:35 +02:00
2025-07-10 15:36:40 +02:00
2025-07-12 17:52:36 +02:00
2025-08-29 18:11:53 +02:00