Prof-Bloodstone / Hangar

A plugin repository used for paper plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangar - Papers upcoming Plugin Repository

This is the repository for Hangar, a plugin repository used for paper plugins and similar pieces of software.

Hangar is a "fork" of Ore, created by the Sponge project, but rebuild from the ground up using the Spring Boot Framework in Java, using the Freemarker templating engine.
We would like the thank all Ore contributors, without them, this project would never have been possible.

The frontend is a mixture of vue and jquery, which will be cleaned up eventually.

There may or may not be a staging instance running at https://hangar-new.minidigger.me. It may or may not allow you to log in, please don't create too much of a mess so that I don't always need to nuke the DB when I want to use it.

Building

The project uses maven and should be straight forward (we even include a wrapper for you, wow!)
The frontend is located in src/main/frontend and uses webpack. You will need yarn to build that. Initially install dependencies via yarn, then start the dev environment using yarn run serve.

Additionally, you will need a postgresql database. For your convenience, this repo contains a dev-db docker compose stack in the docker folder that will get you setup.

This project currently uses java 11.

Deployment

Deployment happens via docker, checkout the stack in the docker folder. You will want to modify the application.properties in the hangar folder.

Contributing

There is a bunch of stuff to do, some of that is noted in the status and to-port files.
Your best bet is joining #hangar-dev on the paper discord and just discussing with us. All contributions are very welcome, I will not be able to finish this alone!

Licence

Most of the frontend is a fork of Ore, licensed under MIT here. The rest is new code (but created in reference of Ore) and is licenced under the MIT licence too.

About

A plugin repository used for paper plugins

License:MIT License


Languages

Language:Java 64.6%Language:JavaScript 16.7%Language:HTML 10.4%Language:PLpgSQL 3.4%Language:CSS 2.4%Language:Vue 2.4%Language:FreeMarker 0.1%Language:Dockerfile 0.0%