Caprover logo
Caprover one-click apps browser
Litestream logo
Litestream
Streaming replication for SQLite
Official integration
Created - Last update

This one-click app will deploy Litestream, a standalone streaming replication tool for SQLite. It runs as a background process and safely replicates changes incrementally to a S3 bucket. To use this app, you need to enter your S3 credentials (access key ID and secret access key).

Deployed services
litestream
custom
  • litestream-data:/data
  • litestream-config:/config
2
Variables

Litestream Version

Default: 0.3

$$cap_version
Check out their Docker page for the valid tags https://hub.docker.com/r/litestream/litestream/tags

Access key ID

Default: $$cap_gen_random_hex(20)

$$cap_access_key_id
Enter your replica-specific authentication key

Secret access key

Default: $$cap_gen_random_hex(40)

$$cap_secret_access_key
Enter your replica-specific secret key

Database path within container

Default: /data/db

$$cap_db_path
Enter the database path within the container

Path within bucket

Default: db

$$cap_dest_path
Enter the path to use within the bucket

Bucket name

Default: BUCKET

$$cap_bucket
Enter the name of the remote bucket to replicate to

S3 endpoint URL

Default:

$$cap_endpoint_url
Enter your endpoint URL of the S3-compatible service. Only required for non-AWS services.
© 2025, Built with Gatsby - Source code available on GitHub