update: enhance README with detailed service descriptions and quick start guide; remove deprecated Calibre service from docker compose
This commit is contained in:
9
komodo/media-server/audio-bookshelf/env.example
Normal file
9
komodo/media-server/audio-bookshelf/env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# AudioBookShelf - No environment variables required in compose file
|
||||
# Data volumes are mounted directly in the compose.yaml
|
||||
# Access the web UI at http://localhost:13378
|
||||
#
|
||||
# Note: Media paths are hardcoded in compose.yaml, adjust there if needed:
|
||||
# - /mnt/media/books:/ebooks
|
||||
# - /mnt/media/audiobooks:/audiobooks
|
||||
# - /mnt/media/podcasts:/podcasts
|
||||
|
||||
21
komodo/media-server/booklore/env.example
Normal file
21
komodo/media-server/booklore/env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# User and Group IDs for the application
|
||||
APP_USER_ID=1000
|
||||
APP_GROUP_ID=100
|
||||
|
||||
# User and Group IDs for the database
|
||||
DB_USER_ID=1000
|
||||
DB_GROUP_ID=100
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
|
||||
# Database Configuration
|
||||
DATABASE_URL=mysql://db_user:db_password@mariadb:3306/booklore
|
||||
DB_USER=booklore
|
||||
DB_PASSWORD=your_secure_db_password
|
||||
MYSQL_ROOT_PASSWORD=your_secure_root_password
|
||||
MYSQL_DATABASE=booklore
|
||||
|
||||
# Booklore Application Port
|
||||
BOOKLORE_PORT=8090
|
||||
|
||||
4
komodo/media-server/calibre/env.example
Normal file
4
komodo/media-server/calibre/env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Calibre - No environment variables in compose file
|
||||
# If you need to add environment variables, add them here
|
||||
# Access the web UI at the configured port
|
||||
|
||||
3
komodo/media-server/deprecated/calibre/env.example
Normal file
3
komodo/media-server/deprecated/calibre/env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
# Calibre - No environment variables in compose file
|
||||
# If you need to add environment variables, add them here
|
||||
# Access the web UI at the configured port
|
||||
Reference in New Issue
Block a user