socialnerds/excelsior
socialnerds
/
excelsior
Archived
1
0
Fork 0

excelsior.socialnerds.org

This commit is contained in:
david 2016-06-10 22:44:14 +02:00
parent c9df2de2f5
commit 66bc063116
6 changed files with 20 additions and 63 deletions

View File

@ -1,3 +1,3 @@
# falcon.socialnerds.org
# excelsior.socialnerds.org
This is the jekyll code for https://falcon.socialnerds.org.
This is the jekyll code for https://excelsior.socialnerds.org

View File

@ -1,7 +1,7 @@
# Site settings
title: falcon
tag_text: falcon
description: I'm a minecraft server.
title: excelsior
tag_text: excelsior
description: I'm a mail server.
# Build settings
markdown: kramdown

View File

@ -1,17 +0,0 @@
---
layout: default
---
### Admin
If you are an admin you can login to [falcon.socialnerds.org](/) via SSH. `ssh user@falcon.socialnerds.org`
I have written a simple tool to control our Minecraft server. **`falcon`**. Once connected you can use it to connect to the servers console `falcon console`, start the server `falcon start`, check it's status `falcon status` or kill it with `falcon kill` (but you should avoid the latter - connect to the console and type `stop` to shutdown the server).
If you are wondering how to detach the console window again. Go no further. Type: **`Ctrl-b d`** _(`Ctrl-b` together, then `d`)_
<hr>
I only allow SSH key authentication. Send your SSH key to [falcon@socialnerds.org](mailto:falcon@socialnerds.org).
![grass.png](/grass.png)

BIN
grass.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

View File

@ -2,40 +2,25 @@
layout: default
---
<script src="https://mcapi.us/scripts/minecraft.js"></script>
Hello, i'm a private [Minecraft](https://minecraft.net) server. Currently i'm running the popular [Agrarian Skies 2](http://minecraft.curseforge.com/projects/agrarian-skies-2) pack by [jadedcat](http://minecraft.curseforge.com/members/jadedcat).
Hello, i'm a mail server running [Mail-in-a-box](https://mailinabox.email).
### News
<pre>
Jun/10th/2016: live server status has been added to this page.
Jun/8th/2016: now there is three of us.
Jun/5th/2016: first player online.
Jun/4th/2016: falcon.socialnerds.org is is born. no players yet.
Jun/3rd/2016: falcon.socialnerds.org is down for birth. stay tuned.
Jun/10th/2016: Hello world, all systems are operational.
</pre>
### Server
host: `falcon.socialnerds.org`
port: `25565`
status: <code class="highlighter-rouge"><span class="server-online"></span></code>
online players: <code class="highlighter-rouge"><span class="server-players"></span></code>
### Server Information
Access mail with our [webmail](https://excelsior.socialnerds.org/mail) or use the following settings when you set up your email on your phone, desktop, or other device:
| Option | Value |
| :---------------- | :------------------------ |
| Protocol/Method | IMAP |
| Mail server | excelsior.socialnerds.org |
| IMAP Port | 993 |
| IMAP Security | SSL or TLS |
| SMTP Port | 587 |
| SMTP Security | STARTTLS |
| Username | Your whole email address. |
| Password | Your email password. |
<script>
MinecraftAPI.getServerStatus('falcon.socialnerds.org', {
port: 25565
}, function (err, status) {
if (err) {
return document.querySelector('.server-status').innerHTML = 'Error loading status';
}
document.querySelector('.server-online').innerHTML = status.online ? 'server online' : 'server offline';
document.querySelector('.server-players').innerHTML = status.online ? status.players.now + '/' + status.players.max : 'server offline';
});
</script>
<hr>
If you want to join the game go [here](join) and if you think you are an admin go [here](admin). Need help? Ask for help at [falcon@socialnerds.org](mailto:falcon@socialnerds.org).
![grass.png](/grass.png)
As an alternative to IMAP you can also use the POP protocol: choose POP as the protocol, port 995, and SSL or TLS security in your mail client. The SMTP settings, usernames and passwords remain the same. However, we recommend you use IMAP instead.

View File

@ -1,11 +0,0 @@
---
layout: default
---
### Join the Game
To join us at [falcon.socialnerds.org](/) download and install [MultiMC](http://multimc.org/#Download%20&%20Install). MultiMC is a Minecraft launcher which can start custom Minecraft instances. Download the AS2 [client files](http://minecraft.curseforge.com/projects/agrarian-skies-2/files/2261684/download) and import them into a new MultiMC instance(Minecraft v1.7.10 + Forge 10.13.4).
<hr>
_Unfortunately you need to get whitelisted before you can join. Ask for help at [falcon@socialnerds.org](mailto:falcon@socialnerds.org)._
![grass.png](/grass.png)