Changed websocket hostname
This commit is contained in:
parent
1291e2e74b
commit
71fb43d875
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
title: Chinwag BBS
|
title: Alterant BBS
|
||||||
comments: false
|
comments: false
|
||||||
date: 2018-08-31
|
date: 2018-08-31
|
||||||
thumbnail: /images/chinwag.png
|
thumbnail: /images/chinwag.png
|
||||||
category:
|
category:
|
||||||
- BBS
|
- BBS
|
||||||
- Mystic BBS
|
- Synchronet BBS
|
||||||
---
|
---
|
||||||
Chinwag is a BBS running on a Raspberry Pi under Docker.
|
Alterant is a BBS running on a Raspberry Pi under Docker.
|
||||||
|
|
||||||
If you would like to explore BBS, Echomail and Netmail without having to setup a BBS for yourself, you are welcome to connect to mine.
|
If you would like to explore BBS, Echomail and Netmail without having to setup a BBS for yourself, you are welcome to connect to mine.
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ Just press the *Connect* button below, and create an account. The first time you
|
|||||||
Options.Enter = '\r';
|
Options.Enter = '\r';
|
||||||
Options.Font = 'CP437';
|
Options.Font = 'CP437';
|
||||||
Options.ForceWss = true;
|
Options.ForceWss = true;
|
||||||
Options.Hostname = 'alterant.leenooks.net';
|
Options.Hostname = 'alterant.static.leenooks.net';
|
||||||
Options.LocalEcho = false;
|
Options.LocalEcho = false;
|
||||||
Options.Port = 443;
|
Options.Port = 443;
|
||||||
Options.ProxyHostname = '';
|
Options.ProxyHostname = '';
|
@ -26,7 +26,7 @@ If you are interested in taking a look at what I have so far, just press the *Co
|
|||||||
Options.Enter = '#';
|
Options.Enter = '#';
|
||||||
Options.Font = 'CP437';
|
Options.Font = 'CP437';
|
||||||
Options.ForceWss = true;
|
Options.ForceWss = true;
|
||||||
Options.Hostname = 'alterant.leenooks.net';
|
Options.Hostname = 'alterant.static.leenooks.net';
|
||||||
Options.LocalEcho = false;
|
Options.LocalEcho = false;
|
||||||
Options.Port = 443;
|
Options.Port = 443;
|
||||||
Options.ProxyHostname = '';
|
Options.ProxyHostname = '';
|
||||||
|
@ -67,7 +67,7 @@ var telnet;
|
|||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
console.log("onload");
|
console.log("onload");
|
||||||
var url = document.location.href;
|
var url = document.location.href;
|
||||||
$D('host').value = 'alterant.leenooks.net';
|
$D('host').value = 'alterant.static.leenooks.net';
|
||||||
$D('port').value = '443';
|
$D('port').value = '443';
|
||||||
$D('encrypt').checked = true;
|
$D('encrypt').checked = true;
|
||||||
$D('url').value = '/ws/videotex/516';
|
$D('url').value = '/ws/videotex/516';
|
||||||
|
Loading…
Reference in New Issue
Block a user