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

Getting started

You will discover whether to set up an SD-card device or a Docker container.


Atfs can be run in two ways. Choose which way is best for you here, and these docs will adjust themselves to your needs.

SD Card

You have a Single Board Computer, like a Raspberry Pi, and run atfs on it from a microSD card.

Docker

You run atfs as a Docker container on a server.

See Set up an SD-card device.

See Set up a Docker container.