move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.

This commit is contained in:
Madison Grubb
2025-07-10 10:21:39 -04:00
parent 85ff210135
commit bc2debdea0
58 changed files with 188 additions and 704 deletions

View File

@@ -0,0 +1,38 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: mineclonia-config
namespace: mineclonia
data:
minetest.conf: |
enable_server = true
default_game = mineclonia
game_id = mineclonia
mapgen = mineclonia
server_name = Runestone
worldname = Runestone
server_description = "Explore vast landscapes, uncover ancient secrets, and shape your legacy in the land of Runestone."
server_address = 0.0.0.0
server_port = 30000
max_users = 50
debug_log_level = warning
time_speed = 72 # set to 20 minutes day/night cycles like minecraft.
worldname = Runestone
# network optimizations
enable_ipv6 = false
max_packets_per_iteration = 1024
chat_message_max_length = 200
# Authentication
name = socialsyndrome
require_password = true
password_hashing = true
enable_mods = true
player_name = true
auth_backend = sqlite3
auth_fail_ban_time = 10
enable_password_protection = true
admin.txt: |
socialsyndrome