forked from karlprieb/writefreely-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwritefreely-config.yaml
61 lines (59 loc) · 1.61 KB
/
writefreely-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
apiVersion: v1
kind: ConfigMap
metadata:
labels:
app: writefreely
name: writefreely-custom-cfgmap
data:
config.ini: |
[server]
hidden_host =
port = 8080
bind = 0.0.0.0
tls_cert_path =
tls_key_path =
autocert = false
templates_parent_dir = /data
static_parent_dir =
pages_parent_dir = /data
keys_parent_dir = /data
hash_seed =
gopher_port = 0
[database]
type = sqlite3
filename = /data/writefreely.db
username =
password =
database =
host = localhost
port = 3306
tls = false
[app]
site_name = WriteFreely
site_description = writing freely
host = https://blog.example.com
theme = write
editor =
disable_js = false
webfonts = true
landing =
simple_nav = true
wf_modesty = true
chorus = false
forest = false
disable_drafts = false
single_user = true
open_registration = false
open_deletion = false
min_username_len = 3
max_blogs = 1
federation = true
public_stats = false
monetization = false
notes_only = false
private = false
local_timeline = true
user_invites =
default_visibility =
update_checks = false
disable_password_auth = false