Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Speedrun event submission and schedule manager

License

NotificationsYou must be signed in to change notification settings

oengusio/oengusio

Repository files navigation

Oengus is a web application that helps manage speedrun marathons

https://oengus.io

Note that the front-end lives on this repositoryhttps://github.com/esamarathon/oengus-webapp.

How to run on your computer

Disclaimer: self-hosted instances are not allowed to use the Oengus branding.

Requirements

  • Java JDK 17
  • PostgreSQL 10+

Instructions

Setup

A docker image is hosted on docker hubhttps://hub.docker.com/repository/docker/oengusio/backend

On PostgreSQL, create a database namedoengus

Fill the following fields and add them to your environment variables, this can be done locally with your favourite IDE but we strongly recommend Intellij IDEA. For Discord/Twitch, only one of them is required so you can login. We recommend usingDiscord since it's the easiest to setup.

The redirect urls for this are:

  • Login: [base_url]/login/discord
  • Sync: [base_url]/user/settings/sync/discord

Alternatively you can just use username/password login

AMQP_URI=amqp://localhost/;AMQP_USERNAME=guest;AMQP_PASSWORD= guest;JWT_SECRET=<random string>;PAYPAL_CLIENT_ID=; //Unrequired if you don't work on donationsPAYPAL_CLIENT_SECRET=; //Unrequired if you don't work on donationsDISCORD_CLIENT_ID=;DISCORD_CLIENT_SECRET=;DISCORD_BOT_TOKEN=;TWITCH_CLIENT_ID=;TWITCH_CLIENT_SECRET=;DB_URL=jdbc:postgresql://localhost:5432/oengus;DB_USERNAME=;DB_PASSWORD=;BASE_URL=http://localhost:4200;OAUTH_ORIGINS=http://localhost:4200,https://oengus.io;SENTRY_DSN=;SENTRY_TRACES_SAMPLE_RATE=1.0;SENTRY_ENVIRONMENT=local;

Dependencies

./gradlew dependencies

Run

Docker (recommended for production)

Docker setup instructions are indocs/DOCKER.md.

  1. Copydocker-compose.yml todocker-compose.override.yml
  2. Fill in the environment variables indocker-compose.override.yml
  3. Rundocker-compose up --build
IDE

StartOengusApplication.java with your favourite IDE. On first startup the database will be initialized automatically.Seedocs/DEVELOPER.md for detailed instructions on how to set up a development environment.

Support

Please join the officialDiscord server for questions and support

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate (if tests exist).

Translating

This project uses weblate for its translations, you can contribute by visitinghttps://hosted.weblate.org/projects/oengusio/exports

License

GNU AGPL v3.0


[8]ページ先頭

©2009-2025 Movatter.jp