RETIRED! Icy Network Primary Web Application - Authentication and News
This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Evert Prants e92bcf5521
add setup documentation and example configuration
2017-08-26 17:14:45 +03:00
documents change license, add user settings, social account unlink 2017-08-24 21:36:40 +03:00
migrations lint everything using standard 2017-08-24 19:23:03 +03:00
scripts avatars and some fixes 2017-08-25 19:42:30 +03:00
server add setup documentation and example configuration 2017-08-26 17:14:45 +03:00
src little changes 2017-08-26 13:02:17 +03:00
static/image avatar api endpoint 2017-08-25 21:54:03 +03:00
templates change license, add user settings, social account unlink 2017-08-24 21:36:40 +03:00
usercontent avatars and some fixes 2017-08-25 19:42:30 +03:00
views little changes 2017-08-26 13:02:17 +03:00
.editorconfig initial webserver setup 2017-08-03 00:24:01 +03:00
.gitignore initial webserver setup 2017-08-03 00:24:01 +03:00
LICENSE change license, add user settings, social account unlink 2017-08-24 21:36:40 +03:00
README.md add setup documentation and example configuration 2017-08-26 17:14:45 +03:00
config.example.toml add setup documentation and example configuration 2017-08-26 17:14:45 +03:00
icynet.eu.js remove now obsolete babel plugins 2017-08-24 18:37:25 +03:00
knexfile.js initial webserver setup 2017-08-03 00:24:01 +03:00
package-lock.json add setup documentation and example configuration 2017-08-26 17:14:45 +03:00
package.json add setup documentation and example configuration 2017-08-26 17:14:45 +03:00

README.md

IcyNet.eu

Icy Network Primary Web Application - Authentication and News

About Icy Network

Icy Network is a community network aimed at anyone who likes friendly discussions and playing multiplayer games, such as Minecraft.

Currently IcyNet-managed community platforms

  • mc.icynet.eu - Minecraft Server
  • Discord server
  • icynet.ml - IRC Network

More to come!

The Goal of this Application

This application is used for authentication services such as OAuth2 in order to unite our websites with a single login and as a centeral news outlet for Icy Network services.

Setup

The first time you run the application, it will migrate the database and that may take a while.

Development

Clone this repository and then

  1. npm install to get all the packages
  2. cp config.example.toml config.toml copy the configuration
  3. npm run watch to run the style and front-end script building watch task
  4. npm start -- -d to start the application in development mode

There is also a watch mode for the server. To enable server file tree watching you must provide both -d and -w as parameters. This task will reset all workers when any file in the server directory changes, enabling for live debugging.

Production

  1. npm run build
  2. npm start