Librephoto on truenas scale

Joined
Mar 22, 2020
Messages
61
Does anyone know how to install librephotos on truenas scale? It just wont deploy for me. Dont know if it has something to do with the loadbalancing option in the edit field that i dont know how to use and has left blank.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Dont know if it has something to do with the loadbalancing option in the edit field that i dont know how to use and has left blank
Unlikely to be that as it's not necessary to fill.

I notice that the Admin Email, username and password are mandatory fields to fill... did you fill them?

EDIT: I confirm that all I did was fill those 3 fields and click save and it deployed (took longer than usual and showed it was ready when it wasn't yet), but eventually worked.
 
Last edited:
Joined
Mar 22, 2020
Messages
61
Yes, have done that also. When trying to check the logs it seems as the frontend is not working, the logs never show up and the librephotos log show an error.

13841471-A6A8-44FF-8B6F-1384B7BBD802.jpeg
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I also saw that error... as I mentioned, it takes a few minutes to get started and (sort of incorrectly) shows you it's running at first when it isn't.

It eventually does run.
 
Joined
Mar 22, 2020
Messages
61
I also saw that error... as I mentioned, it takes a few minutes to get started and (sort of incorrectly) shows you it's running at first when it isn't.

It eventually does run.
ok, however for me it never starts to run. I have left it for over a day and it never starts and I have no clue to where to look for the problem due to that I cant enter the shell and look
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Click on the app card and select Application Events to see what's happening before the containers are running.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
As I read that, the container was eventually pulled and started... did you wait a few minutes and try it?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Then I need to see a refreshed view after more than 4 seconds with the last container not starting, all I see there is everything going fine.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You might want to see if you can re-sync the truecharts catalog.
 

Eadmund

Cadet
Joined
Feb 27, 2023
Messages
3
Somehow there is a timeout for downloading the image. few gig.
Solution:

Go cli
type in the below
View attachment 65238
Code:
docker pull tccr.io/truecharts/librephotos-backend:v2022w6@sha256:4c24ce4ea5b340f83da0be0935eaea4ca525a15ed6da014f8ad8c709b377a837


Then try to install again from GUI
What directory does the file need to end up in?
 

sfatula

Guru
Joined
Jul 5, 2022
Messages
608
You can use Manage Docker Images also and pull without command line via "Pull Image"
 
Joined
Mar 22, 2020
Messages
61
Neither of thoose worked for me, guess I must be doing something wrong? When trying the command I receive the error "Namespace docker not found" and when trying to pull from manage docker i receive the following:

1694534577961.png
 
Top