From 3e7fdfb6c8a50c59ac933f701526ad1815dded92 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 9 Dec 2025 22:16:48 -0600 Subject: refactor codebase. Reorganize file structure. Replace webpack for vite. Setup setuptools for application. Move closer to distributable app --- static/public/albums | 1 - static/public/index.html | 138 ----------------------------------------------- static/public/settings | 1 - static/public/slideshow | 1 - 4 files changed, 141 deletions(-) delete mode 120000 static/public/albums delete mode 100644 static/public/index.html delete mode 120000 static/public/settings delete mode 120000 static/public/slideshow (limited to 'static/public') diff --git a/static/public/albums b/static/public/albums deleted file mode 120000 index 27f8dec..0000000 --- a/static/public/albums +++ /dev/null @@ -1 +0,0 @@ -../public \ No newline at end of file diff --git a/static/public/index.html b/static/public/index.html deleted file mode 100644 index a463429..0000000 --- a/static/public/index.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - -
-
- -
-
-
- - -
-
- - -
- - - -
-
- -
-
- - -
-
- -
- -
-
-
-

- - 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.

-
- -
-
- -
-
-

Immich Pix Frame

-

© Tim Keller 2025

-

GPL-3.0 License

-

View Source

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