Skip to content

dwildcash/rise-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rise-Dashboard

This is the opensource version for my rise Dashboard

This command will build the dashboard

cd ./rise-dashboard/rise-dashboard/ dotnet build

For running on Linux configure Nginx/Kestrel the following URL contain a lot of information on how to setup

https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-2.0&tabs=aspnetcore2x

######################################

Important!

######################################

You will need to create appsettings.json with your discord app info. This is only an example, this config will not work.

ex from my appsettings.json

{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Warning" } },

"Authentication:Discord:ClientId": "343264873341441281", "Authentication:Discord:ClientSecret": "WDTMKsHs3ND1YfgiYb1j7Ia79KWJBhMI",

"AppSettings": { "Example": "rise" } }

Have fun!

@dwildcash

About

Rise Dashboard in .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published