Release notes: v0.0.2
Trailer.dev is a self-hostable platform that enables seamless container-based development environments.
It provides a modern, efficient way to manage development workspaces and container resources.
Trailer.dev puts emphasis on Python and ML development for ease-of-use.
New Features
Section titled āNew FeaturesāAutomatic backups
Section titled āAutomatic backupsāCustomers of Trailer Cloud have automatic backups set up by default with a backup created every day and with 7 days of retention.
When self-hosting, itās now possible to configure automatic backups, optionally to an S3-compatible storage with the following environment variables:
| Environment Variable | Description | Default Value |
|---|---|---|
TRAILER_BACKUPS_CRON | A cron expression to schedule auto backups, e.g. "* * * * *". Leave it empty to disable the auto backups functionality. | (empty) |
TRAILER_BACKUPS_TO_KEEP | Sets how many old backups should be retained. | 3 |
TRAILER_BACKUPS_S3_ENABLED | Enables or disables creating backups to an S3-compatible storage. | false |
TRAILER_BACKUPS_AWS_ACCESS_KEY_ID | Access key for connecting to the backup S3-compatible storage. | (empty) |
TRAILER_BACKUPS_AWS_ENDPOINT_URL_S3 | Custom S3-compatible endpoint for storing backups. | (empty) |
TRAILER_BACKUPS_AWS_REGION | Region used for the backup bucket. | (empty) |
TRAILER_BACKUPS_AWS_SECRET_ACCESS_KEY | Secret key for authenticating backup uploads. | (empty) |
TRAILER_BACKUPS_BUCKET_NAME | Name of the bucket where backups are stored. | (empty) |
TRAILER_BACKUPS_PATH_STYLE_ADDRESSING | Forces path-style addressing for backups.* | false |
*Setting to TRAILER_BACKUPS_PATH_STYLE_ADDRESSING to true forces the request to use path-style addressing, e.g. https://s3.amazonaws.com/BUCKET/KEY instead of https://BUCKET.s3.amazonaws.com/KEY.
Configurable file upload location
Section titled āConfigurable file upload locationā| Environment Variable | Description | Default Value |
|---|---|---|
TRAILER_UPLOADS_S3_ENABLED | Enables saving file uploads to an S3-compatible storage provider. | false |
TRAILER_UPLOADS_AWS_ACCESS_KEY_ID | AWS access key for authenticating upload operations. | (empty) |
TRAILER_UPLOADS_AWS_ENDPOINT_URL_S3 | Custom S3-compatible endpoint for uploads. | (empty) |
TRAILER_UPLOADS_AWS_REGION | Region for the uploads S3 bucket. | (empty) |
TRAILER_UPLOADS_AWS_SECRET_ACCESS_KEY | Secret key used for upload authentication. | (empty) |
TRAILER_UPLOADS_BUCKET_NAME | Name of the bucket where uploaded files are stored. | (empty) |
TRAILER_UPLOADS_PATH_STYLE_ADDRESSING | Forces path-style addressing for uploads.* | false |
*Setting to TRAILER_UPLOADS_PATH_STYLE_ADDRESSING to true forces the request to use path-style addressing, e.g. https://s3.amazonaws.com/BUCKET/KEY instead of https://BUCKET.s3.amazonaws.com/KEY.
Limitations
Section titled āLimitationsā- The Trailer agent only supports Docker based environments as of v0.0.1
- The Community version of the server only supports one registered agent per server without a license key. For a license key, subscribe on Trailer.dev Cloud