aboutsummaryrefslogtreecommitdiffstats
path: root/_config.yml
blob: 4fcba720e7082520e5f4e81d5586c97031db84c6 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
###########################################################################
# XMPP Site Configuration

title: "example.com Communication Service"
description: ""
url: "https://im.example.com"
name: "example.com"
baseurl: "im.example.com"
destination: "/var/www/im.example.com"
system-version: "16.04 LTS"

owner-name: "Matt Rude"
owner-pgpkey: "0x7fd07a5124cd67c8"
owner-url: "https://mattrude.com/"
owner-email: "[email protected]"
owner-xmpp: "[email protected]"
owner-twitter: "mdrude"
owner-github: "mattrude"

xmpp-url: "example.com" # The XMPP domain url
xmpp-host: "im.example.com" # The hostname of the server
xmpp-conference-url: "conference.example.com" # Multi-User Chat xep-0045
xmpp-proxy-url: "proxy.example.com" # XEP-0065: SOCKS5 Bytestreams (Proxy)
xmpp-upload-url: "upload.example.com" # XEP-0065: SOCKS5 Bytestreams (Proxy)

###########################################################################
# Enable/Disable diffrent section on the website
server-features: 1
register-web: 0
user-guide: 0

###########################################################################
# The below values should auto update

ejabberd-version:
ejabberd-gitversion:
ejabberd-upload-days:
ejabberd-upload-fsize:

fingerprints: 1
fingerprint-expires: 
fingerprint-im-expires:
fingerprint-conference-expires:
fingerprint-proxy-expires:
fingerprint-upload-expires:
fingerprint-sha1:
fingerprint-sha256:
fingerprint-im-sha1:
fingerprint-im-sha256:
fingerprint-conference-sha1:
fingerprint-conference-sha256:
fingerprint-proxy-sha1:
fingerprint-proxy-sha256:
fingerprint-upload-sha1:
fingerprint-upload-sha256:

xep-0163: 1
xep-0237: 1
xep-0280: 1
xep-0191: 1
xep-0045: 1
xep-0198: 1
xep-0313: 1
xep-0352: 1
xep-0363: 1
xep-0065: 1
xep-0357: 1
xep-0375: 1

# Analytics settings
#google_analytics_id: UA-9532791-9

# Build settings
markdown: kramdown
permalink: pretty
highlighter: rouge
date: YYYY-MM-DD HH:MM

include:
- .well-known/host-meta
- .well-known/host-meta.json

exclude:
- README.md
- CONTRIBUTING.md
- LICENSE
- Gemfile
- Gemfile.lock
- css/syntax.less
- css/site.less
- css/small.less
- site-updater.sh
- update-site-certs.sh

plugins:
- jekyll-sitemap
  #- jekyll-press

jekyll-press:
  exclude: 'robots.txt, contact.txt, contact-ecc.txt' # Exclude files from processing - file name, glob pattern or array of file names and glob patterns
  js_options: {}      # js minifier options
  css_options: {}     # css minifier options
  html_options: {}    # html minifier options