mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
feat: cleanup removal of old ssh plexer and logic
we also have added the necessary logic to auto prune ephemeral nodes because headscale doesn't seem to automatically remove them. this change made use of a database which is now stored in the persistent headplane directory.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'drizzle-kit';
|
||||
export default defineConfig({
|
||||
dialect: 'sqlite',
|
||||
schema: './app/server/db/schema.ts',
|
||||
dbCredentials: {
|
||||
url: 'file:test/hp_persist.db',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user