docs: README, changelog, contributing, security, deployment, operations, CI
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
root 2026-05-24 18:21:04 +01:00
commit 473855e59a
12 changed files with 551 additions and 0 deletions

14
krb5.conf Normal file
View file

@ -0,0 +1,14 @@
[libdefaults]
default_realm = DISCWORLD.NETWORK
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
DISCWORLD.NETWORK = {
kdc = 192.168.88.1
admin_server = 192.168.88.1
}
[domain_realm]
.discworld.network = DISCWORLD.NETWORK
discworld.network = DISCWORLD.NETWORK