this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

cimd.vielle.dev config via url params (i think)

+3 -5
+3 -5
caddy/Caddyfile
··· 193 193 header Access-Control-Allow-Origin "*" 194 194 respond <<JSON 195 195 { 196 - "client_id": "https://cimd.{$HOST:vielle.dev}/oauth-client-metadata.json", 196 + "client_id": "https://cimd.{$HOST:vielle.dev}/oauth-client-metadata.json?{http.request.orig_uri.query}", 197 197 "application_type": "web", 198 198 "grant_types": ["authorization_code"], 199 - "scope": "atproto transition:generic", 199 + "scope": "{http.request.uri.query.scopes}", 200 200 "response_types": ["code"], 201 201 "redirect_uris": [ 202 - "https://cimd.{$HOST:vielle.dev}", 203 - "https://cimd.{$HOST:vielle.dev}/oauth/callback", 204 - "https://cimd.{$HOST:vielle.dev}/atproto/callback" 202 + "https://cimd.{$HOST:vielle.dev}{http.request.uri.query.callback}" 205 203 ], 206 204 "token_endpoint_auth_method": "none", 207 205 "dpop_bound_access_tokens": true,