infra4talos/apps-kustomized/writefreely/configmap.yaml

44 lines
1.1 KiB
YAML

apiVersion: v1
data:
config.ini: |-
[server]
hidden_host =
port = 8080
bind = 0.0.0.0
tls_cert_path =
tls_key_path =
templates_parent_dir =
static_parent_dir =
pages_parent_dir =
keys_parent_dir =
[database]
type = mysql
filename =
username = writefreely
password = ${MYSQL_PASSWORD}
database = writefreely
host = mysql4blog-mariadb
port = 3306
[app]
site_name = Martyn's random blog
site_description = Where I put stuff that I maybe care about
host = https://musings.martyn.berlin
theme = write
disable_js = false
webfonts = true
single_user = true
open_registration = false
min_username_len = 3
max_blogs = 1
federation = true
public_stats = true
private = false
local_timeline = false
user_invites =
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: writefreely
name: blog-config