Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electricduck/atfile
- Owner: electricduck
- License: mit
- Created: 2024-10-09T09:39:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T02:39:21.000Z (3 months ago)
- Last Synced: 2024-10-28T00:47:11.046Z (3 months ago)
- Topics: atproto, bluesky, file-hosting
- Language: Shell
- Homepage:
- Size: 284 KB
- Stars: 43
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```