Alexbelgium repo : 90+ addons

Hi, here is the thread for the discussion ❓ [photoprism] Won't start after installation version 2025-02-28 · Issue #1793 · alexbelgium/hassio-addons · GitHub . Thanks for reporting I’ll look for an alternative solution

Version ubuntu-2025-02-28-6 should solve it

Many thanks !!! installed the update a few minutes ago, photoprism starts again + + + + +

1 Like

I use the latest Mealie. I always used it with nginx proxy.

entered base_url. https://recept.domain.nl
And in nginx proxy is redirect the url to http://192.168.0.9:9025

It always worked, until now. it’s still loading. In ingress it worked.

what can I check or do?

Hi, is the issue still there?

1 Like

yes it is. but no clue how to find out what’s wrong

@alexbelgium is there any tutorial on how to config qBitTorrent with sonarr and radarr? I try to add it on sonarr and I get a error on localhost.

Hi, first of all, amazing work, I’m using quite a few of your addons!
Quick question: do you think it’d be possible to adapt GitHub - jordan-dalby/ByteStash: A code snippet storage solution written in React & node.js
as an addon and add it to your github? I’m way too crap to do it myself but I like the idea of having a code repo self hosted on home assistant.

Hi Alex, again I have a question regarding photoprism. Is there a way of sending the cli command “photoprism photoprism import” via home assistant to photoprism? so photoprism starts importing of all photos in the photoprism import folder.
Thanks for your time!

Hi, easiest is to start a console within the container using the addon portainer

thanks, that is what i’m doing once a week… i’m searching for a way for an automation, could be home assistant automation, could be cronjob.
i’ve installed cron through console within the photoprism container but somehow it does not work. i also tried “edge jobs” in portainer but this is new to me and i’m also struggeling here. If you have time and know a way how i can automate import on a daily basis lets say at 6 a.m. i would appreciate your help.

Hi, sure you could add an automation for weekly restart of the addon, and add the line in the photoprism.sh. Code in it is executed at boot (there is more info in the wiki of the repo)

For it to work though you need to delay the execution after full addon boot, so perhaps add in the script :
( sleep 300 && photoprism import ) & true to continue the load of the different scripts, and execute the command 5 minutes after start. There is likely an easier method but I don’t use photoprism

thank you very much!!! i’l give it a try :slight_smile:

Or you could do something like

docker exec -it photoprism_container photoprism import

just wanted to share my solution for auto import of photos after starting the photoprism container, as I tried so many different codes and nothing worked.

many thanks to Alex for the hint - photoprism.sh
I added the following Code. Now the container starts and 2 minutes later the import starts :slight_smile:


#!/usr/bin/env bashio
Photoimport()
{
sleep 120
photoprism import [/path/to/specific/import/folder]
exit 0
}
Photoimport &
exit 0

1 Like

You need to use the Hostname of the Add-on instead of localhost.
It is shown on the Add-on page inside Home Assistant.

Hi how can we use filters in Immich Frame. I Tried to edit the yaml and add Albums: “UUID content of album” as written in the documentation but did not work.

Any Chance you could put together an app for AudioBookShelf?