Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adarosecannon/1am-main
- Owner: AdaRoseCannon
- License: bsd-3-clause
- Created: 2014-10-29T23:24:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T15:58:33.000Z (over 9 years ago)
- Last Synced: 2024-10-09T16:41:37.192Z (2 months ago)
- Language: JavaScript
- Homepage: https://1am.club
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.