Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adarosecannon/1am-main

Website for 1am
https://github.com/adarosecannon/1am-main

Last synced: about 1 month ago
JSON representation

Website for 1am

Awesome Lists containing this project

README

        

### Notice!

log into ssh via the subdomain ssh.1am.club e.g. [email protected]

## What is it?

1am.club is a static web server you can log into via ssh. Has various useful tools for building and deving on the server.

## Features

* static webserver over https
* has node and npm for building on the server
* peer.js signalling server on port 9000 for webRTC

```const peerSettings = {
host: '1am.club',
path:"/peerjs",
port: 9000,
secure: true
}```

* es6 transpiling with commonjs support via browserify, just put /t/ before the path e.g. /t/~username/myjsfile.js

## NB
Follow the [code of conduct](https://1am.club/coc/).
Use at your own risk, there are ~~not regular~~ no backups.

## Registering:

1. Read the [code of conduct](https://1am.club/coc/)
2. Fill in the [registration form](https://1am.club/reg/)
3. Wait for me to set up an account for you.
4. Using `ssh [email protected]` log in with your emailed password
5. Change your password using `passwd`
6. See [tips](https://1am.club/tips/) for some ideas on what to do next.