Anthias
Anthias is a popular open-source digital signage solution. It is typically ran on a Raspberry Pi which is what I will be using for this guide. This guide will walk you through the process of setting up Immich Kiosk with Anthias.
Prerequisites
Section titled “Prerequisites”- Raspberry Pi
- A reachable Immich server
- A reachable Immich Kiosk server
Installing Raspberry Pi OS
Section titled “Installing Raspberry Pi OS”-
Install Raspberry Pi OS on your SD card using the [official Raspberry Pi Imager tool] (https://www.raspberrypi.com/software/). Follow the instructions provided by the tool to complete the installation process.
For my installation I used these settings in the Raspberry Pi Imager tool:
- Device: Raspberry Pi 3
- OS: Raspberry Pi OS Lite (64-bit)
Raspberry Pi OS (other) -> Raspberry Pi OS Lite (64-bit)
- Storage: SD Card
-
Before writing to the SDcard click on the gear icon in the bottom right corner of the Raspberry Pi Imager tool. This will open the advanced options menu.
Here you can add any Wifi networks that the Raspberry Pi should connect to automatically.
you can also enable SSH access.
-
OPTIONAL: Raspberry Pi 7 touchscreen.
As I am using the officail Raspberry Pi 7’ touchscreen and the output was upside down, I needed to add this line to the
/boot/firmware/cmdline.txt
file:video=DSI-1:800x480@60,rotate=180
Installing Anthias
Section titled “Installing Anthias”-
SSH into the Raspberry Pi using the following command:
Terminal window ssh YOU_USERNAME@<Raspberry Pi IP Address> -
Install Anthias using the following command:
Terminal window bash <(curl -sL https://install-anthias.srly.io) -
Follow the onscreen prompts
-
Once the installation is complete you should be able to go to the IP address of your Raspberry Pi in your browser and see a screen like this.
-
You can add the url of your Immich Kiosk instance add clicking on the “Add asset” button and adding the url do the input field.
-
Toggle the “Activity” setting to add the URL to the active assets.