Skip to content

MulvadT/Website-1

 
 

Repository files navigation

Jutlandia club website

This repository contains the code that generates the website for https://jutlandia.club.

Now written in python flask!

For it to run there needs to be certain environment variables set:

DISCORD_GUILD_ID
The discord server
DISCORD_CLIENT_ID
The oauth2 client id. Get it at Discord developer portal, create application, go to OAuth2 for the app and copy the id.
DISCORD_CLIENT_SECRET
The oauth2 client secret. Get it at Discord developer portal, create application, go to OAuth2 for the app and generate/reset secret and copy that.
DISCORD_ADMIN_ROLE_ID
The id of the admin role on the Discord server.
DISCORD_REDIRECT_URI
The Oauth2 redirect URI. Should look something like:
https://yourdomain.com/oauth
    

Must be listed under OAuth2 menu on Discord developer portal.

SQL_DB_URI
Path to the sql database containing the events.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.2%
  • HTML 41.3%
  • Nix 8.1%
  • CSS 1.1%
  • Shell 0.3%