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

churn: constellation under microcosm.blue

+2 -2
constellation/readme.md
···
- **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet.
- source: [./constellation/](./constellation/)
-
- public instance: [links.bsky.bad-example.com](https://links.bsky.bad-example.com/)
_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._
## API endpoints
-
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.
terms as used here:
···
- **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet.
- source: [./constellation/](./constellation/)
+
- public instance: [constellation.microcosm.blue](https://constellation.microcosm.blue/)
_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._
## API endpoints
+
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.
terms as used here:
+2 -2
cozy-setup (move to another repo).md
···
limit_req_zone $binary_remote_addr zone=cozy_ip_limit:10m rate=50r/s;
limit_req_zone $server_name zone=cozy_global_limit:10m rate=1000r/s;
-
# in sites-available/linsks.bsky.bad-example.com
upstream cozy_link_aggregator {
server link-aggregator:6789;
···
listen 8080;
listen [::]:8080;
-
server_name links.bsky.bad-example.com;
proxy_cache cozy_zone;
proxy_cache_background_update on;
···
limit_req_zone $binary_remote_addr zone=cozy_ip_limit:10m rate=50r/s;
limit_req_zone $server_name zone=cozy_global_limit:10m rate=1000r/s;
+
# in sites-available/constellation.microcosm.blue
upstream cozy_link_aggregator {
server link-aggregator:6789;
···
listen 8080;
listen [::]:8080;
+
server_name constellation.microcosm.blue;
proxy_cache cozy_zone;
proxy_cache_background_update on;
+1 -1
readme.md
···
- **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet.
- source: [./constellation/](./constellation/)
-
- public instance: [links.bsky.bad-example.com](https://links.bsky.bad-example.com/)
_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._
···
- **status**: works! api is unstable and likely to change, and no known instances have a full network backfill yet.
- source: [./constellation/](./constellation/)
+
- public instance: [constellation.microcosm.blue](https://constellation.microcosm.blue/)
_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._