This commit is contained in:
Benjamin Toby
2025-07-28 07:23:45 +01:00
parent a429436939
commit 8ac8b8eb51
49 changed files with 475 additions and 177 deletions
+1
View File
@@ -8,4 +8,5 @@ export declare const AppNames: {
readonly WebsocketPathname: "dsql-websocket";
readonly ReverseProxyForwardURLHeaderName: "x-original-uri";
readonly PrivateAPIAuthHeaderName: "x-api-auth-key";
readonly StaticProxyForwardURLHeaderName: "x-media-path";
};
+1
View File
@@ -11,4 +11,5 @@ exports.AppNames = {
WebsocketPathname: "dsql-websocket",
ReverseProxyForwardURLHeaderName: "x-original-uri",
PrivateAPIAuthHeaderName: "x-api-auth-key",
StaticProxyForwardURLHeaderName: "x-media-path",
};
+2
View File
@@ -4,4 +4,6 @@ export declare const LocalStorageDict: {
CSRF: string;
CurrentQueue: string;
DiskUsage: string;
MarkdownEditorDefaultSideBySide: string;
MarkdownEditorDefaultPreview: string;
};
+2
View File
@@ -11,4 +11,6 @@ exports.LocalStorageDict = {
CSRF: (0, get_csrf_header_name_1.default)(),
CurrentQueue: "current_queue",
DiskUsage: "disk_usage",
MarkdownEditorDefaultSideBySide: "markdown_editor_default_side_by_side",
MarkdownEditorDefaultPreview: "markdown_editor_default_preview",
};