this repo has no description
13
fork

Configure Feed

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

update indigo URLs and useragent

+3 -3
+1 -1
cmd/astrolabe/templates/base.html
··· 28 28 <input type="text" name="q" placeholder="at://..." {% if uri %}value="{{ uri }}"{% endif %} style="margin: 0.5em;"> 29 29 </form> 30 30 <ul> 31 - <li><a href="https://github.com/bluesky-social/indigo/tree/main/cmd/astrolabe">Code</a></li> 31 + <li><a href="https://tangled.org/@bnewbold.net/cobalt/tree/main/cmd/astrolabe">Code</a></li> 32 32 </ul> 33 33 </nav> 34 34
+1 -1
cmd/handlr/server.go
··· 57 57 if err != nil { 58 58 return "", err 59 59 } 60 - req.Header.Set("User-Agent", "indigo-handlr") 60 + req.Header.Set("User-Agent", "cobalt-handlr") 61 61 resp, err := hr.client.Do(req) 62 62 if err != nil { 63 63 return "", err
+1 -1
cmd/lexidex/templates/base.html
··· 32 32 </form> 33 33 <ul> 34 34 <li><a href="https://atproto.com/specs/lexicon">Specs</a></li> 35 - <li><a href="https://github.com/bluesky-social/indigo">Code</a></li> 35 + <li><a href="https://tangled.org/@bnewbold.net/cobalt/tree/main/cmd/lexidex">Code</a></li> 36 36 </ul> 37 37 </nav> 38 38