๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

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

README: improve requirements section

Ducky b06859fe b343c2d6

+9 -10
+9 -10
README.md
··· 49 49 * `md5sum` _(optional: set `ATFILE_SKIP_NI_MD5SUM=1` to ignore)_ 50 50 * Both GNU and BusyBox versions supported 51 51 * [`websocat`](https://github.com/vi/websocat) _(optional: needed for `stream`)_ 52 - * **PDS:** [Bluesky PDS](https://github.com/bluesky-social/pds) 53 - * Other PDSs (such as [millipds](https://github.com/DavidBuchanan314/millipds)) remain untested, but if they implement standard `com.atproto.*` endpoints, there should be no reason these won't work 54 - * Filesize limits cannot be automatically detected. By default, this is 100MB 55 - * To change this on Bluesky PDS, set `PDS_BLOB_UPLOAD_LIMIT=<bytes>` 56 - * If the PDS is running behind Cloudflare, the Free plan imposes a 100MB upload limit 57 - * 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 on the app 58 52 * **ATProto account** 59 - * `bsky.network` (`@*.bsky.social`) accounts supported 60 - * If you can, limit the amount of files you upload to Bluesky's servers. It's a miracle this even works with, what's currently, an entirely free service. 61 - * Heed the copyright warning: **do not upload copyrighted files.** 62 - * `did:web` accounts supported! 53 + * Both [Bluesky PLC-operated](https://bsky.social) and self-hosted accounts supported 54 + * If you're using a `bsky.network` (`@*.bsky.social`) account, limit the amount of files you upload to Bluesky PLC's servers. Heed the copyright warning: **do not upload copyrighted files.** 55 + * `did:web` accounts supported! 56 + * Confirmed to work on [Bluesky PDS](https://github.com/bluesky-social/pds) and [millipds](https://github.com/DavidBuchanan314/millipds) 57 + * Other PDSs remain untested, but if they implement standard `com.atproto.*` endpoints, there should be no reason these won't work 58 + * Filesize limits cannot be automatically detected. By default, this is 100MB 59 + * To change this on Bluesky PDS, set `PDS_BLOB_UPLOAD_LIMIT=<bytes>` 60 + * If the PDS is running behind Cloudflare, the Free plan imposes a 100MB upload limit 61 + * 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 63 62 64 63 ### ๐Ÿค” _(Todo)_ 65 64