feat: add portkey-gateway/libreoffice/jodconverter/bolt-diy

This commit is contained in:
Sun-ZhenXing
2025-10-28 14:10:10 +08:00
parent af55ba73c0
commit c8b9335e74
23 changed files with 1334 additions and 132 deletions
+21
View File
@@ -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