runtipi/packages/dashboard
Nicolas Meienberger 48c1e2607f
Release/0.7.2 (#249)
* feat: move from cookie base auth to jwt auth

test: mock redis

* test: auth.service & auth.resolver

test: auth.resolver

* test: session middleware

* chore: bump version

fix: merge conflicts

* docs: update readme & trace start script

* fix: start script unbound variables [skip ci]

* fix: kill watcher function [skip ci]

* fix: register store token

* fix: don't delete token immediately after refresh. keep it for 6 sec to account for delays
2022-11-04 07:49:40 +00:00
..
public wip: external repo for apps [skip ci] 2022-08-03 22:36:27 +02:00
src Release/0.7.2 (#249) 2022-11-04 07:49:40 +00:00
.dockerignore WIP: File based db migration 2022-07-07 22:29:18 +02:00
.eslintignore WIP - New app store page 2022-06-03 22:42:23 +02:00
.eslintrc.js feat(api): copy app files locally instead of reading from repo 2022-08-09 20:44:07 +02:00
.gitignore Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
.prettierrc.js Improve CI workflows for releases 2022-05-18 18:50:53 +02:00
codegen.yml WIP - Client side GraphQL [skip ci] 2022-06-20 22:57:27 +02:00
jest.config.js Release/0.7.2 (#249) 2022-11-04 07:49:40 +00:00
next-env.d.ts Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
next.config.js feat: leverage next standalone output for smaller image size 2022-10-19 14:39:19 +02:00
package.json Release/0.7.2 (#249) 2022-11-04 07:49:40 +00:00
postcss.config.js Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
README.md Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
tailwind.config.js Switch to PNPM Workspaces for internal packages management 2022-05-07 08:03:22 +00:00
tsconfig.json feat(settings): in app update and restart 2022-09-26 22:00:12 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.