📦➔🦋 Store and retrieve files on the Atmosphere
35
fork

Configure Feed

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

fix repo urls in README

authored by

Gergely Balint and committed by
Tangled
b50d7ed4 eb555025

+2 -2
+2 -2
README.md
··· 52 52 * To change this on Bluesky PDS, set `PDS_BLOB_UPLOAD_LIMIT=<bytes>` 53 53 * If the PDS is running behind Cloudflare, the Free plan imposes a 100MB upload limit 54 54 * This tool, nor setting a higher filesize limit, **does not workaround [video upload limits on Bluesky](https://bsky.social/about/blog/09-11-2024-video).** Videos are served via a [CDN](https://video.bsky.app), and adding larger videos to post records yields errors 55 - 55 + 56 56 ### ⬇️ Downloading & Installing 57 57 58 58 There are three ways of installing ATFile. Either: ··· 106 106 107 107 ## ⌨️ Contributing 108 108 109 - Development mainly takes place on [Tangled](https://tangled.sh/@zio.sh/tangled), with [GitHub](https://github.com/ziodotsh/tangled) acting as a mirror. If possible, please use Tangled for your contributions: since it is powered by ATProto, you can log in using your Bluesky account. 109 + Development mainly takes place on [Tangled](https://tangled.sh/@zio.sh/atfile), with [GitHub](https://github.com/ziodotsh/atfile) acting as a mirror. If possible, please use Tangled for your contributions: since it is powered by ATProto, you can log in using your Bluesky account. 110 110 111 111 When submitting Pull Requests, **target the `dev` branch**: `main` is the current stable production version, and PRs will be rejected targeting this branch. 112 112