Compare commits

..

No commits in common. "6d0bd76ba72b1e615f80851910470cb6fadbd49a" and "65c7080f87dce822e5e4a3b362a3f6539acf09de" have entirely different histories.

3 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,6 @@
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.105.0-ext-alpine hugo_version: 0.83.1-ext-alpine
repository_url: https://git.chosto.me/Chosto/blog.git repository_url: https://git.chosto.me/Chosto/blog.git

View File

@ -14,9 +14,6 @@ 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: