Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electricduck/atfile

📦➔🦋 Store and retieve files on the ATmosphere
https://github.com/electricduck/atfile

atproto bluesky file-hosting

Last synced: 3 months ago
JSON representation

📦➔🦋 Store and retieve files on the ATmosphere

Awesome Lists containing this project

README

        


ATFile


Store and retrieve files on a PDS (like Bluesky)

Written entirely in Bash Shell. No NodeJS here!



⬇️ Get ATFile  | 
💣 Submit Issue


## ✨ Quick Start

```sh
curl -sSL https://raw.githubusercontent.com/electricduck/atfile/refs/heads/main/atfile-install.sh | bash
echo 'ATFILE_USERNAME=""' > ~/.config/atfile.env # e.g. jay.bsky.team, did:plc:oky5czdrnfjpqslsw2a5iclo
echo 'ATFILE_PASSWORD=""' >> ~/.config/atfile.env
atfile help
```