From 4c7a19d7570f75fcd6bb3b89fae17099a222c446 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Thu, 23 Aug 2018 16:21:21 -0500 Subject: Updates to config --- _config.yml | 113 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 50 deletions(-) diff --git a/_config.yml b/_config.yml index 86e0196..5b22bd1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,59 +1,70 @@ -# Site settings -title: soderparr.com Communication Service -email: matt@mattrude.com +########################################################################### +# XMPP Site Configuration + +title: "example.com Communication Service" description: "" -url: "https://im.soderparr.com" -name: "soderparr.com" -baseurl: "soderparr.com" -destination: "/var/www/im.soderparr.com" -ejabberd-version: "18.06.92" -ejabberd-gitversion: "c9ba0e83d28866f3b2cd47291b3e403e3ad2eadc" -prosody-version: +url: "https://im.example.com" +name: "example.com" +baseurl: "im.example.com" +destination: "/var/www/im.example.com" -owner-name: "Matt Rude" +owner-name: "Joe User" owner-pgpkey: "0xc4909ee495b0761f" -owner-url: "https://mattrude.com/" -owner-xmpp: "matt@mattrude.com" -owner-email: "matt@mattrude.com" +owner-url: "https://example.com/" +owner-xmpp: "user@example.com" +#owner-email: "user@example.com" owner-twitter: "mdrude" -owner-github: "mattrude" +owner-github: "example" + +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) -xmpp-url: "soderparr.com" # The domain name of the XMPP service -xmpp-host: "im.soderparr.com" -xmpp-conference-url: "conference.soderparr.com" # The domain name of the conference XMPP service -xmpp-proxy-url: "proxy.soderparr.com" # XEP-0065: SOCKS5 Bytestreams (Proxy) -xmpp-upload-url: "upload.soderparr.com" # XEP-0065: SOCKS5 Bytestreams (Proxy) -user-guide: 0 +server-features: 1 +user-guide: 1 -xep-0163: 1 # Personal Eventing Protocal -xep-0237: 1 # Roster Versioning -xep-0280: 1 # Message Carbons -xep-0191: 1 # Blocking Command -xep-0045: 1 # Multi-User Chat -xep-0198: 1 # Stream Management -xep-0313: 1 # Message Archive Management -xep-0352: 1 # Client State Indication -xep-0363: 1 # HTTP File Upload -xep-0065: 1 # SOCKS 5 Bytestreams (Proxy) -xep-0357: 1 # Push Notifications -xep-0375: 0 # XMPP protocol compliance levels for 2016 +########################################################################### +# The below values should auto update + +ejabberd-version: "18.06.95" +ejabberd-gitversion: "0146189b6551c1562823ed43ab3d3bca90a3a19b" +ejabberd-upload-days: "90" +ejabberd-upload-fsize: "1 GB" fingerprints: 1 -fingerprint-expires: "Oct 28 01:33:36 2018 GMT" -fingerprint-im-expires: "Oct 5 23:58:39 2018 GMT" -fingerprint-conference-expires: "Oct 5 23:58:39 2018 GMT" -fingerprint-proxy-expires: "Oct 5 23:58:39 2018 GMT" -fingerprint-upload-expires: "Oct 5 23:58:39 2018 GMT" -fingerprint-sha1: "86:F5:09:0F:B0:E5:0E:3C:11:DB:05:5B:C2:EE:03:98:43:40:32:AE" -fingerprint-sha256: "2B:88:B6:C5:6F:E2:9B:78:D1:B2:C6:E3:39:51:2F:75:3B:25:3D:67:40:5F:73:7F:7D:54:4C:D2:EC:4A:C1:AC" -fingerprint-im-sha1: "B3:BA:B5:9E:2E:62:42:96:5D:6D:C5:FA:25:83:D7:3D:5C:55:62:23" -fingerprint-im-sha256: "E3:84:90:78:FA:1A:85:CC:0F:73:BA:81:E1:01:2A:F4:89:06:68:F1:E7:50:67:C7:04:F5:5C:5C:50:EF:9A:ED" -fingerprint-conference-sha1: "B3:BA:B5:9E:2E:62:42:96:5D:6D:C5:FA:25:83:D7:3D:5C:55:62:23" -fingerprint-conference-sha256: "E3:84:90:78:FA:1A:85:CC:0F:73:BA:81:E1:01:2A:F4:89:06:68:F1:E7:50:67:C7:04:F5:5C:5C:50:EF:9A:ED" -fingerprint-proxy-sha1: "B3:BA:B5:9E:2E:62:42:96:5D:6D:C5:FA:25:83:D7:3D:5C:55:62:23" -fingerprint-proxy-sha256: "E3:84:90:78:FA:1A:85:CC:0F:73:BA:81:E1:01:2A:F4:89:06:68:F1:E7:50:67:C7:04:F5:5C:5C:50:EF:9A:ED" -fingerprint-upload-sha1: "B3:BA:B5:9E:2E:62:42:96:5D:6D:C5:FA:25:83:D7:3D:5C:55:62:23" -fingerprint-upload-sha256: "E3:84:90:78:FA:1A:85:CC:0F:73:BA:81:E1:01:2A:F4:89:06:68:F1:E7:50:67:C7:04:F5:5C:5C:50:EF:9A:ED" +fingerprint-expires: "Sep 18 00:00:15 2018 GMT" +fingerprint-im-expires: "Sep 19 06:42:39 2018 GMT" +fingerprint-conference-expires: "Sep 19 06:42:39 2018 GMT" +fingerprint-proxy-expires: "Sep 19 06:42:39 2018 GMT" +fingerprint-upload-expires: "Sep 19 06:42:39 2018 GMT" +fingerprint-sha1: "15:F5:30:A6:C5:B5:BE:A6:50:82:45:25:5B:0F:01:F7:74:DF:5D:86" +fingerprint-sha256: "78:E0:EA:9F:77:F8:5F:77:79:F5:8A:DA:95:F3:EF:B2:50:FE:63:8D:5A:A2:73:E1:2C:1E:F3:E3:F1:40:AE:78" +fingerprint-im-sha1: "73:13:23:6F:F7:C9:E2:BD:7C:49:7C:A0:7E:50:FF:67:57:6B:EC:1B" +fingerprint-im-sha256: "0D:1D:06:6F:C1:2B:58:BB:FA:F7:DF:25:3E:CD:78:81:65:38:79:12:ED:E3:CF:CE:FD:E2:CF:A1:1C:C4:61:7D" +fingerprint-conference-sha1: "73:13:23:6F:F7:C9:E2:BD:7C:49:7C:A0:7E:50:FF:67:57:6B:EC:1B" +fingerprint-conference-sha256: "0D:1D:06:6F:C1:2B:58:BB:FA:F7:DF:25:3E:CD:78:81:65:38:79:12:ED:E3:CF:CE:FD:E2:CF:A1:1C:C4:61:7D" +fingerprint-proxy-sha1: "73:13:23:6F:F7:C9:E2:BD:7C:49:7C:A0:7E:50:FF:67:57:6B:EC:1B" +fingerprint-proxy-sha256: "0D:1D:06:6F:C1:2B:58:BB:FA:F7:DF:25:3E:CD:78:81:65:38:79:12:ED:E3:CF:CE:FD:E2:CF:A1:1C:C4:61:7D" +fingerprint-upload-sha1: "73:13:23:6F:F7:C9:E2:BD:7C:49:7C:A0:7E:50:FF:67:57:6B:EC:1B" +fingerprint-upload-sha256: "0D:1D:06:6F:C1:2B:58:BB:FA:F7:DF:25:3E:CD:78:81:65:38:79:12:ED:E3:CF:CE:FD:E2:CF:A1:1C:C4:61:7D" + +xep-0045: 1 +xep-0065: 1 +xep-0115: 1 +xep-0160: 1 +xep-0163: 1 +xep-0191: 1 +xep-0198: 1 +xep-0280: 1 +xep-0313: 1 +xep-0352: 1 +xep-0357: 1 +xep-0363: 1 +xep-0368: 1 +xep-0384: 1 +xep-0398: 1 # Analytics settings #google_analytics_id: UA-9532791-9 @@ -68,13 +79,15 @@ exclude: - README.md - CONTRIBUTING.md - LICENSE +- Gemfile +- Gemfile.lock - css/syntax.less - css/site.less - css/small.less -gems: +plugins: - jekyll-sitemap -#- jekyll-press + #- 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 -- cgit v1.2.3-59-ga6da