Skip to content
atfs Docs Download
Getting started
  • Set up an SD-card device
  • Set up a Docker container
Configuration
  • Required settings
  • Expose to the internet
SD-card image
  • Flash a card with balena Etcher
  • Use the setup tool
  • DIY editing
  • Reflash to upgrade
  • Move to new hardware
  • Why credentials survive a reflash
Troubleshooting
  • Is the device working?
  • No error file at all
  • Read LAST_FATAL_ERROR.md
  • Why format authorization works this way
Integration
  • Upload a file over the size limit
Reference
  • Settings reference
  • System (GoSD) error codes
  • ATFS-BAD-IDENTITY-KEY
  • ATFS-BAD-MAX-REQUEST-BODY
  • ATFS-BAD-OWNER
  • ATFS-DATA-READONLY
  • ATFS-EMMC-FOREIGN
  • ATFS-EMMC-UNHEALTHY
  • ATFS-NO-OWNER
  • IPFS chunking defaults
How-to guide

Integration

You will discover how an application can upload to, and pin content on, an atfs instance.


These pages are for anyone building an application against an atfs instance’s own API, not for someone running an instance. For that, see Configuration.

  • Upload a file over the size limit — pin a file too large for a direct upload, using a short-lived IPFS node instead.