feat: add portkey-gateway/libreoffice/jodconverter/bolt-diy
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user