mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): immich command (#5408)
* fix: immich command * chore: use absolute paths
This commit is contained in:
parent
5e55a17b2a
commit
6e365b37db
15 changed files with 11 additions and 18 deletions
9
server/src/immich-admin/constants.ts
Normal file
9
server/src/immich-admin/constants.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { AuthUserDto } from '@app/domain';
|
||||
|
||||
export const CLI_USER: AuthUserDto = {
|
||||
id: 'cli',
|
||||
email: 'cli@immich.app',
|
||||
isAdmin: true,
|
||||
isPublicUser: false,
|
||||
isAllowUpload: true,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue