Compare commits

...

4 Commits

Author SHA1 Message Date
Quentin Duchemin 6d0bd76ba7
Bump Hugo 2022-11-05 23:29:38 +01:00
Quentin Duchemin 9971db7f11
[MC] plugins 2022-11-03 15:53:44 +01:00
Quentin Duchemin 1b97f05da3
Add MC WL 2022-10-27 00:20:18 +02:00
Quentin Duchemin 8b8656ef73
Add MC port to firewall 2022-10-25 20:50:31 +02:00
3 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
firewall_in_ports: firewall_in_ports:
- "80" - "80"
- "443" - "443"
- "25565"
- "{{ ssh_port }}" - "{{ ssh_port }}"
hostname: "{{ base_user_name }}" hostname: "{{ base_user_name }}"

View File

@ -2,5 +2,5 @@ hugo_folder_name: "{{ docker_files }}/hugo"
hugo_website: "{{ hugo_folder_name }}/website" hugo_website: "{{ hugo_folder_name }}/website"
# Use extended edition with Git inside # Use extended edition with Git inside
# to read git info (useful for lastmod) # to read git info (useful for lastmod)
hugo_version: 0.83.1-ext-alpine hugo_version: 0.105.0-ext-alpine
repository_url: https://git.chosto.me/Chosto/blog.git repository_url: https://git.chosto.me/Chosto/blog.git

View File

@ -14,6 +14,9 @@ services:
SNOOPER_ENABLED: "false" SNOOPER_ENABLED: "false"
DIFFICULTY: "normal" DIFFICULTY: "normal"
MOTD: "Le gentil serveur de Momo Pierre et Quentin" MOTD: "Le gentil serveur de Momo Pierre et Quentin"
WHITELIST: "Joyau,MissPlumelle,XxGasKanxX"
# Ultra SetHome,ActionBar
SPIGET_RESOURCES: 96934,2661
ports: ports:
- "25565:25565" - "25565:25565"
volumes: volumes: