Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

churn: constellation under microcosm.blue

+2 -2
constellation/readme.md
··· 11 12 - **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet. 13 - source: [./constellation/](./constellation/) 14 - - public instance: [links.bsky.bad-example.com](https://links.bsky.bad-example.com/) 15 16 _note: the public instance currently runs on a little raspberry pi in my house, feel free to use it! it comes with only with best-effort uptime, no commitment to not breaking the api for now, and possible rate-limiting. if you want to be nice you can put your project name and bsky username (or email) in your user-agent header for api requests._ 17 18 19 ## API endpoints 20 21 - currently this is a bit out of date -- refer to the [api docs hosted by the app itself](https://links.bsky.bad-example.com/) for now. they also let you try out live requests. 22 23 terms as used here: 24
··· 11 12 - **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet. 13 - source: [./constellation/](./constellation/) 14 + - public instance: [constellation.microcosm.blue](https://constellation.microcosm.blue/) 15 16 _note: the public instance currently runs on a little raspberry pi in my house, feel free to use it! it comes with only with best-effort uptime, no commitment to not breaking the api for now, and possible rate-limiting. if you want to be nice you can put your project name and bsky username (or email) in your user-agent header for api requests._ 17 18 19 ## API endpoints 20 21 + currently this is a bit out of date -- refer to the [api docs hosted by the app itself](https://constellation.microcosm.blue/) for now. they also let you try out live requests. 22 23 terms as used here: 24
+2 -2
cozy-setup (move to another repo).md
··· 183 limit_req_zone $binary_remote_addr zone=cozy_ip_limit:10m rate=50r/s; 184 limit_req_zone $server_name zone=cozy_global_limit:10m rate=1000r/s; 185 186 - # in sites-available/linsks.bsky.bad-example.com 187 188 upstream cozy_link_aggregator { 189 server link-aggregator:6789; ··· 194 listen 8080; 195 listen [::]:8080; 196 197 - server_name links.bsky.bad-example.com; 198 199 proxy_cache cozy_zone; 200 proxy_cache_background_update on;
··· 183 limit_req_zone $binary_remote_addr zone=cozy_ip_limit:10m rate=50r/s; 184 limit_req_zone $server_name zone=cozy_global_limit:10m rate=1000r/s; 185 186 + # in sites-available/constellation.microcosm.blue 187 188 upstream cozy_link_aggregator { 189 server link-aggregator:6789; ··· 194 listen 8080; 195 listen [::]:8080; 196 197 + server_name constellation.microcosm.blue; 198 199 proxy_cache cozy_zone; 200 proxy_cache_background_update on;
+1 -1
readme.md
··· 18 19 - **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet. 20 - source: [./constellation/](./constellation/) 21 - - public instance: [links.bsky.bad-example.com](https://links.bsky.bad-example.com/) 22 23 _note: the public instance currently runs on a little raspberry pi in my house, feel free to use it! it comes with only with best-effort uptime, no commitment to not breaking the api for now, and possible rate-limiting. if you want to be nice you can put your project name and bsky username (or email) in your user-agent header for api requests._ 24
··· 18 19 - **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet. 20 - source: [./constellation/](./constellation/) 21 + - public instance: [constellation.microcosm.blue](https://constellation.microcosm.blue/) 22 23 _note: the public instance currently runs on a little raspberry pi in my house, feel free to use it! it comes with only with best-effort uptime, no commitment to not breaking the api for now, and possible rate-limiting. if you want to be nice you can put your project name and bsky username (or email) in your user-agent header for api requests._ 24