CLI/Server commands
-
It seems I have lost my mind and forgotten the admin user credentials. After reading this https://immich.app/docs/administration/server-commands, I tried
immich list-users
but there is noimmich
command available. Does anyone have any ideas? -
It asks for an admin account when you first install it..
look in /app/code/server/bin/ for admin-cli.sh
-
I think the cli would be
node /app/code/server/dist/cli/immich.js
however that requires all env vars set the main server also needs, those are only defined instart.sh
for the moment. You would have to manually export those from start.sh until we have reworked the package there. -
-
-
top.
but runningadmin-cli --help
is answered with
bash: admin-cli: command not found
Is there a path to add? -
Shame on me.
admin-cli --help
is working