this repo has no description
2
fork

Configure Feed

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

webdevtelephone redir * => localhost (unless cimd)

+2 -1
+2 -1
caddy/Caddyfile
··· 187 187 ##### tmp web dev telephone cimd 188 188 webdev-telephone.{$HOST:vielle.dev} { 189 189 handle /oauth-client-metadata.json { 190 - 191 190 header Content-Type "application/json" 192 191 header Access-Control-Allow-Origin "*" 193 192 respond <<JSON ··· 205 204 } 206 205 JSON 200 207 206 } 207 + 208 + redir http://localhost{uri} 208 209 }