The lines:
|
private readonly filePath = join(homedir(), ".pi-web", "archived-sessions.json"), |
|
private readonly archiveDir = join(dirname(filePath), "archived-sessions"), |
are hardcoded, and it would be great to allow them to be customised.
I want to be able to review archived sessions for useful information, and as I am running pi and pi-web in a cluster, my mount points are quite specific.
The lines:
pi-web/src/server/sessions/sessionArchiveStore.ts
Lines 42 to 43 in 338faf4
I want to be able to review archived sessions for useful information, and as I am running pi and pi-web in a cluster, my mount points are quite specific.