bug fixing and deploy and build diagnostics
This commit is contained in:
@@ -80,37 +80,30 @@ export const GOALS: GoalDefinition[] = [
|
||||
difficulty: 'beginner',
|
||||
},
|
||||
{
|
||||
id: 'store-photos',
|
||||
title: 'Store My Photos',
|
||||
subtitle: 'Private photo backup and gallery on your own hardware',
|
||||
icon: 'photos',
|
||||
id: 'file-browser',
|
||||
title: 'File Browser',
|
||||
subtitle: 'Browse, upload, and manage files on your server',
|
||||
icon: 'files',
|
||||
category: 'storage',
|
||||
requiredApps: ['immich'],
|
||||
requiredApps: ['filebrowser'],
|
||||
steps: [
|
||||
{
|
||||
id: 'install-immich',
|
||||
title: 'Install Immich',
|
||||
description: 'Immich is a self-hosted photo and video management solution. It looks and feels like Google Photos, but your data stays on your server.',
|
||||
appId: 'immich',
|
||||
id: 'install-filebrowser',
|
||||
title: 'Install FileBrowser',
|
||||
description: 'FileBrowser is a lightweight web file manager. Upload, download, and organize files on your server from any browser.',
|
||||
appId: 'filebrowser',
|
||||
action: 'install',
|
||||
isAutomatic: true,
|
||||
},
|
||||
{
|
||||
id: 'configure-immich',
|
||||
title: 'Create Your Account',
|
||||
description: 'Set up your Immich account and configure your photo library. Quick and simple.',
|
||||
id: 'configure-filebrowser',
|
||||
title: 'Log In',
|
||||
description: 'Open FileBrowser and log in. Change your password on first login, then start managing your files.',
|
||||
action: 'configure',
|
||||
isAutomatic: false,
|
||||
},
|
||||
{
|
||||
id: 'mobile-sync',
|
||||
title: 'Connect Your Phone',
|
||||
description: 'Download the Immich app on your phone and scan the QR code to start automatic photo backup.',
|
||||
action: 'info',
|
||||
isAutomatic: false,
|
||||
},
|
||||
],
|
||||
estimatedTime: '~15 min',
|
||||
estimatedTime: '~5 min',
|
||||
difficulty: 'beginner',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user