mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-19 11:03:44 +00:00
pnpm, verify, cleanup (#6)
This commit is contained in:
parent
b68151035a
commit
e2f03f47af
45 changed files with 4276 additions and 5133 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const CONTROL_PLANE_ROUTES = {
|
||||
health: "/health",
|
||||
version: "/version"
|
||||
version: "/version",
|
||||
} as const;
|
||||
|
||||
export interface NextcloudBackendStatus {
|
||||
|
|
@ -22,4 +22,3 @@ export interface ControlPlaneVersionResponse {
|
|||
version: string;
|
||||
apiVersion: "v1";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ export const FOUNDATION_API_ROUTES = {
|
|||
nodeHeartbeat: "/api/v1/nodes/:nodeId/heartbeat",
|
||||
listExports: "/api/v1/exports",
|
||||
issueMountProfile: "/api/v1/mount-profiles/issue",
|
||||
issueCloudProfile: "/api/v1/cloud-profiles/issue"
|
||||
issueCloudProfile: "/api/v1/cloud-profiles/issue",
|
||||
} as const;
|
||||
|
||||
export type NasNodeStatus = "online" | "offline" | "degraded";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue