22 lines
441 B
Bash
22 lines
441 B
Bash
# LibreOffice version
|
|
LIBREOFFICE_VERSION=latest
|
|
|
|
# User and group IDs for permission management
|
|
PUID=1000
|
|
PGID=1000
|
|
|
|
# Timezone
|
|
TZ=UTC
|
|
|
|
# HTTP Basic Authentication (optional)
|
|
# If PASSWORD is set, CUSTOM_USER will be used as the username
|
|
CUSTOM_USER=abc
|
|
# PASSWORD=your_password
|
|
|
|
# Umask for file permissions (default: 022)
|
|
UMASK=022
|
|
|
|
# Port overrides (optional)
|
|
# LIBREOFFICE_HTTP_PORT_OVERRIDE=3000
|
|
# LIBREOFFICE_HTTPS_PORT_OVERRIDE=3001
|