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

Configure Feed

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

README: fix typo, improve OS key list

Ducky 0203cfb1 293c93bf

+5 -2
+5 -2
README.md
··· 50 50 * Both GNU and BusyBox versions supported 51 51 * [`websocat`](https://github.com/vi/websocat) _(optional: needed for `stream`)_ 52 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 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 54 * Filesize limits cannot be automatically detected. By default, this is 50MB 55 55 * To change this on Bluesky PDS, set `PDS_BLOB_UPLOAD_LIMIT=<bytes>` 56 56 * If the PDS is running behind Cloudflare, the Free plan imposes a 100MB upload limit ··· 85 85 86 86 * **¹** You can bypass OS detection in one of two ways: 87 87 * Set `ATFILE_SKIP_UNSUPPORTED_OS=1`<br />Be careful! There's a reason some OSes are not supported 88 - * Set `ATFILE_FORCE_OS=<os>`<br />This overrides the OS detected. Possible values: `bsd-freebsd`, `bsd-netbsd`, `bsd-openbsd`, `haiku`, `linux`, `linux-mingw64`, `linux-musl`, `linux-termux`, `macos`, `solaris`, `unknown` 88 + * Set `ATFILE_FORCE_OS=<os>`<br />This overrides the OS detected. Possible values: 89 + * BSD: `bsd-freebsd`, `bsd-netbsd`, `bsd-openbsd` 90 + * Linux: `linux`, `linux-mingw`, `linux-musl`, `linux-termux` 91 + * Other: `haiku`, `macos`, `solaris`, `unknown` 89 92 * **²** musl-powered distros do not use GNU/glibc packages, and have problems currently 90 93 * Known musl distros: Alpine, Chimera, Dragora, Gentoo (musl), Morpheus, OpenWrt, postmarketOS, Sabotage, Void 91 94 * Bypassing OS detection (see ¹) will work, but dates will not be handled correctly