Something went wrong. Try again.
Provides a window into your attic nix cache
Something went wrong. Try again.
TypeScript 92%
Vue 6%
JavaScript 2%
README.md
Skylight #
⚠️ This is completely WIP. None of it is working. If something works, assume that it stops working at the next commit, or when it feels like it. Don't run this.

Provides a window for your attic.
It is explicitly not a multi-user solution. Anyone who can access Skylight can see all of the data in your attic cache.
If you want to run this, don't.
If you still wnat to run this, only run it locally, on an internal network, or behind a reverse proxy with authentication.
Developing #
Setup #
Install dependencies:
pnpm install --frozen-lockfile
Development Server #
Start the development server on http://localhost:3000:
pnpm dev
Testing #
Run tests:
pnpm test
Tech Stack #
Skylight uses Nuxt (because Nuxt is cool) and Kysely (because I want to try something else than Drizzle and I don't like ORMs).