Compare commits

...

9 Commits

Author SHA1 Message Date
cd736efc0b whitelist lenas 2025-11-28 01:37:35 +01:00
c267f95fc6 bluemap port mc2 2025-11-25 22:30:38 +01:00
291dcaa4d9 mcag 6g ram 2025-11-25 22:17:08 +01:00
3910f4c99e bluemap port 2025-11-20 21:23:16 +01:00
95e3be282e django + nichklas 2025-11-20 18:53:01 +01:00
ebbe298fb6 updated gotenberg 2025-11-20 10:48:27 +00:00
fc2346540b The_Qsha4ka 2025-11-19 21:49:46 +01:00
fb767b9738 Add AfterShave18 to ExoLynx whitelist 2025-11-19 20:55:59 +01:00
ace553707d aaaaaaaaaaa 2025-11-19 20:21:20 +01:00
3 changed files with 13 additions and 6 deletions

View File

@@ -5,12 +5,13 @@ services:
stdin_open: true stdin_open: true
ports: ports:
- "25565:25565" - "25565:25565"
- "8100:8100"
- "9100:9100" - "9100:9100"
environment: environment:
EULA: "TRUE" EULA: "TRUE"
TYPE: "PAPER" TYPE: "PAPER"
VERSION: "1.21.10" VERSION: "1.21.10"
MEMORY: "4096M" MEMORY: "6144M"
USE_MEOWICE_FLAGS: "true" USE_MEOWICE_FLAGS: "true"
TZ: "Europe/Berlin" TZ: "Europe/Berlin"
ENABLE_WHITELIST: "true" ENABLE_WHITELIST: "true"
@@ -20,11 +21,16 @@ services:
ExoLynx ExoLynx
GamerLynx3 GamerLynx3
Txmph Txmph
AfterShave18
The_Qsha4ka
Djanggooo
Kicklas
LuzzYT
EXISTING_WHITELIST_FILE: "MERGE" EXISTING_WHITELIST_FILE: "MERGE"
MODRINTH_PROJECTS: | # MODRINTH_PROJECTS: |
unifiedmetrics # unifiedmetrics
# distanthorizons # distanthorizons
MODRINTH_MODPACK_VERSION_TYPE: "beta" # MODRINTH_MODPACK_VERSION_TYPE: "beta"
# MODRINTH_LOADER: "fabric" # MODRINTH_LOADER: "fabric"
# CF_API_KEY: ${CF_API_KEY} # CF_API_KEY: ${CF_API_KEY}
# CURSEFORGE_FILES: | # CURSEFORGE_FILES: |

View File

@@ -5,6 +5,7 @@ services:
stdin_open: true stdin_open: true
ports: ports:
- "25565:25565" - "25565:25565"
- "8100:8100"
- "9100:9100" - "9100:9100"
environment: environment:
EULA: "TRUE" EULA: "TRUE"

View File

@@ -56,7 +56,7 @@ services:
PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000 PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000
PAPERLESS_TIKA_ENDPOINT: http://tika:9998 PAPERLESS_TIKA_ENDPOINT: http://tika:9998
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.23 image: docker.io/gotenberg/gotenberg:8.25
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not
# want to allow external content like tracking pixels or even javascript. # want to allow external content like tracking pixels or even javascript.