Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

LYL-Radio/libretime-s3fs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreTime Docker Image with s3fs

Docker Image CI

A simple LibreTime with s3fs base on LYL-Radio/libretime-docker.

Install

docker pull ghcr.io/lyl-radio/libretime-s3fs:latest

This repo also provides a docker-compose.yml configuration for a quick setup.

If you already have an initialized Database, you can directly mount the volume /etc/airtime/airtime.conf with your configuration. If you are running LibreTime for the first time with a fresh Database, you will be required to go through the LibreTime setup wizard. It is strongly recommended to mount /etc/airtime to save the generated configuration file.

By default, the S3 bucket will be mounted to /srv/airtime/stor to store your media library.

Variables

Environment Variable Description Default
S3_ACCESS_KEY_ID (required)
S3_SECRET_ACCESS_KEY (required)
S3_BUCKET (required)
S3_CREDENTIALS_FILE Path to s3fs auth file
S3_MOUNTPOINT Mountpoint /srv/airtime/stor
S3_URL S3 endpoint https://s3.amazonaws.com
S3FS_ARGS Additional s3fs mount arguments
DEBUG Enable DEBUG mode false

Credits

This image is based on work from:

About

LibreTime Docker Image with S3FS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages