Add server-side folders and files page UI (#6383)

This commit is contained in:
Anthony Stirling
2026-05-27 12:52:46 +01:00
committed by GitHub
parent 4564ed5bec
commit d42b779644
90 changed files with 14720 additions and 663 deletions
@@ -20,6 +20,7 @@ services:
- ../../../stirling/latest/data:/usr/share/tessdata:rw
- ../../../stirling/latest/config:/configs:rw
- ../../../stirling/latest/logs:/logs:rw
- ../../../stirling/latest/storage:/storage:rw
environment:
DISABLE_ADDITIONAL_FEATURES: "false"
SECURITY_ENABLELOGIN: "false"
@@ -36,5 +37,4 @@ services:
METRICS_ENABLED: "true"
SYSTEM_GOOGLEVISIBILITY: "true"
SHOW_SURVEY: "true"
STORAGE_LOCAL_BASEPATH: /configs/storage
restart: unless-stopped
+6
View File
@@ -16,6 +16,7 @@ services:
- ../../../stirling/latest/data:/usr/share/tessdata:rw
- ../../../stirling/latest/config:/configs:rw
- ../../../stirling/latest/logs:/logs:rw
- ../../../stirling/latest/storage:/storage:rw
environment:
DISABLE_ADDITIONAL_FEATURES: "false"
SECURITY_ENABLELOGIN: "true"
@@ -31,4 +32,9 @@ services:
SYSTEM_GOOGLEVISIBILITY: "true"
SYSTEM_ENABLEMOBILESCANNER: "true"
SECURITY_CUSTOMGLOBALAPIKEY: "123456789"
# Folder management + file-storage features the cucumber
# `folders_and_files.feature` suite needs to upload PDFs against.
# The folder endpoints and the storage upload endpoint short-circuit
# to 403 "Storage is disabled" when this is left at its default false.
STORAGE_ENABLED: "true"
restart: on-failure:5