From ffa5ff333eabffe07394fb21bc413d7d238ee651 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 24 Jun 2025 19:23:33 -0500 Subject: move all files to /static --- static/public/albums | 1 + static/public/index.html | 128 +++++++++++++++++++++++++++++++++++++++++++++++ static/public/settings | 1 + static/public/slideshow | 1 + 4 files changed, 131 insertions(+) create mode 120000 static/public/albums create mode 100644 static/public/index.html create mode 120000 static/public/settings create mode 120000 static/public/slideshow (limited to 'static/public') diff --git a/static/public/albums b/static/public/albums new file mode 120000 index 0000000..27f8dec --- /dev/null +++ b/static/public/albums @@ -0,0 +1 @@ +../public \ No newline at end of file diff --git a/static/public/index.html b/static/public/index.html new file mode 100644 index 0000000..7ddb58f --- /dev/null +++ b/static/public/index.html @@ -0,0 +1,128 @@ + + + + + + + + +
+
+
+
+
+ + +
+
+ + +
+ + + +
+
+
+
+ + +
+
+ +
+
+
+
+

+ + Immich Server +

+
+ +

Complete Immich base url (e.g. http://immich.local)

+
+ +
+ +

Generate an API key in User Settings

+
+ +
+
+

+ + Display +

+
+
+ +

Number of seconds each image will be displayed.

+
+ +
+ +

Number of seconds each image transition will take.
Set as 0 to disable.

+
+ +
+ +

Target display framerate.
Simple transitions look good at 12-15 fps.

+
+ +
+ +

Image size to load on the display.
Large thumbnail size is suitable for FHD.

+
+ +
+ +

Number of assets that can exist at once in RAM.
Each asset will take ~10x the display size in memory.

+
+ +
+
+ +
+
+
+ + + diff --git a/static/public/settings b/static/public/settings new file mode 120000 index 0000000..27f8dec --- /dev/null +++ b/static/public/settings @@ -0,0 +1 @@ +../public \ No newline at end of file diff --git a/static/public/slideshow b/static/public/slideshow new file mode 120000 index 0000000..27f8dec --- /dev/null +++ b/static/public/slideshow @@ -0,0 +1 @@ +../public \ No newline at end of file -- cgit v1.2.3