nothin major

This commit is contained in:
McMistrzYT 2024-02-08 18:04:49 +01:00
parent b6bb64a438
commit 894e9f67f5
4 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,12 @@ BODY_SIZE_LIMIT=50mb
PROJECT_NAME=Partypack Service
SERVER_URL=localhost
DASHBOARD_URL=localhost:5173 # set this to wherever you're hosting the Partypack dashboard
USE_HTTPS=true # set this to false if you're debugging on your computer
ENVIRONMENT=dev
COOKIE_SIGN_KEY=
ADMIN_KEY=
JWT_KEY=
BOT_TOKEN=
USE_HTTPS=true # set this to false if you're debugging on your computer
MAX_AMOUNT_OF_DRAFTS_AT_ONCE=30
DISCORD_SERVER_ID=

View File

@ -15,7 +15,6 @@ const App = Router();
// ? hacky, if you want, make it less hacky
async function QuickRevokeToken(res: Response, Token: string) {
await fetch("https://discord.com/api/oauth2/token/revoke", {
method: "POST",
headers: {

View File

@ -12,9 +12,9 @@ export function AdminHome() {
<PageHeader.Title>Partypack Admin Management Panel</PageHeader.Title>
</PageHeader.TitleArea>
<PageHeader.Description>
TEMP
Welcome! Please select a management page you'd like to visit:
<Button onClick={() => navigate("/admin/tracks")}>Tracks</Button>
<Button onClick={() => navigate("/admin/featured")}>Featured Tab Management</Button>
<Button onClick={() => navigate("/admin/featured")}>Discovery</Button>
</PageHeader.Description>
</PageHeader>
</Box>

View File

@ -14,7 +14,7 @@ export function Home() {
Partypack was created by <a href="/credits">everyone listed here</a>. If you're interested in hosting your own instance of Partypack, be sure to check the <a href="https://github.com/McMistrzYT/Partypack">GitHub repo</a>.</Text>
<Heading>Quickstart Guide</Heading>
<Text>
<b>Consider watching the easier to understand, visual guide available <a href="/tutorials/Quickstart.mp4">here</a>.</b><br />
<b>Consider watching the easier to understand, visual guide available in the Discord server.</b><br />
1. Join this instance's <a href="https://discord.gg/Rhd9Hq4D62">Discord server</a><br />
2. Click on the <SignInIcon size={16} /> icon in the top right<br />
3. Log in using your Discord account<br />