Lasa is a stateless proxy that generates a RSS or an Atom feed from a Standard.site publication. lasa.anhgelus.world
rss atom atprotocol standard-site atproto
2
fork

Configure Feed

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

build(go): update goat-site to v0.1.3

+6 -6
+2 -2
go.mod
··· 5 5 require ( 6 6 github.com/BurntSushi/toml v1.6.0 7 7 github.com/valkey-io/valkey-glide/go/v2 v2.3.1 8 - tangled.org/anhgelus.world/goat-site v0.1.2 9 - tangled.org/anhgelus.world/xrpc v0.3.0 8 + tangled.org/anhgelus.world/goat-site v0.1.3 9 + tangled.org/anhgelus.world/xrpc v0.4.0 10 10 ) 11 11 12 12 require (
+4 -4
go.sum
··· 20 20 gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 21 21 pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= 22 22 pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= 23 - tangled.org/anhgelus.world/goat-site v0.1.2 h1:PKbTi/NlARWACgeYokUmKmiHEq/w/1KMi1H1nxaGQTI= 24 - tangled.org/anhgelus.world/goat-site v0.1.2/go.mod h1:MUo14yMov8HHa5mRTVKfSMD4C8mvaZZnWPcqhROVxeE= 25 - tangled.org/anhgelus.world/xrpc v0.3.0 h1:oxCLd9RtUXsl/2XJTl7Lv0voh/v/INnxpTyQmM64VII= 26 - tangled.org/anhgelus.world/xrpc v0.3.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw= 23 + tangled.org/anhgelus.world/goat-site v0.1.3 h1:TMwjKzOEeiJCTjH8qELZ1zG7C51UVbIKFgH3qdBMLQc= 24 + tangled.org/anhgelus.world/goat-site v0.1.3/go.mod h1:/JOfXaSOhE/xwLoA1bJ6Nfi9hmYP+8tFa7CTNzG92SU= 25 + tangled.org/anhgelus.world/xrpc v0.4.0 h1:Khf8/9I8J6IV1KLqLrqf9a1X6QJUQN3dXjcLZGp2zRg= 26 + tangled.org/anhgelus.world/xrpc v0.4.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw=