Add Single file archive method.

This commit is contained in:
András Rutkai
2024-03-15 19:41:41 +01:00
parent 5990d4ce2d
commit 5fe6a5b19a
32 changed files with 211 additions and 31 deletions
+4
View File
@@ -46,6 +46,10 @@ declare global {
PDF_MARGIN_TOP?: string;
PDF_MARGIN_BOTTOM?: string;
// PDF archive settings
SINGLEFILE_ARCHIVE_COMMAND?: string;
SINGLEFILE_ARCHIVE_HTTP_API?: string;
//
// SSO Providers
//
+2
View File
@@ -128,12 +128,14 @@ export enum ArchivedFormat {
jpeg,
pdf,
readability,
singlefile,
}
export enum LinkType {
url,
pdf,
image,
singlefile,
}
export enum TokenExpiry {