-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration CLI
Ash edited this page Jun 29, 2025
·
9 revisions
This guide covers all configuration options available for the Photosphere CLI tool
| Variable | Description | Example |
|---|---|---|
AWS_ACCESS_KEY_ID |
S3 access key ID | AKIAIOSFODNN7EXAMPLE |
AWS_SECRET_ACCESS_KEY |
S3 secret access key | wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY |
AWS_DEFAULT_REGION |
S3 region | us-east-1 |
AWS_ENDPOINT |
S3 endpoint URL (for non-AWS S3) | https://nyc3.digitaloceanspaces.com |
S3_PROFILE |
Select S3 profile to use | production |
| Variable | Description | Default |
|---|---|---|
GOOGLE_API_KEY |
Google API key for reverse geocoding | None |
S3 credentials are stored in an ini file at ~/.config/photosphere/photosphere.conf.
[s3]
region=us-east-1
accessKeyId=your-access-key
secretAccessKey=your-secret-key
endpoint=https://syd1.digitaloceanspaces.com
[google]
apiKey=your-google-api-keyThe CLI supports multiple storage backends:
| Type | Format | Example |
|---|---|---|
| Filesystem | fs:path/to/directory |
fs:/var/photosphere/data |
| Filesystem (implicit) | path/to/directory |
./my-photos |
| S3-compatible | s3:bucket-name/path |
s3:my-bucket/photos |
- Configuration-Backend - Backend server configuration
- Configuration-Auth0 - Auth0 authentication setup for server deployments