diff --git a/docs/docs/FAQ.md b/docs/docs/FAQ.md index 82a8b68f0..4f4be6f4a 100644 --- a/docs/docs/FAQ.md +++ b/docs/docs/FAQ.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 7 --- # FAQ @@ -20,9 +20,9 @@ Immich doesn't have the mechanism to sync an existing directory with the server. The initial approach of Immich is to become a backup tool, primarily for mobile device usage. Thus, all the assets must be uploaded from the mobile client. The app was architectured to perform that job well. -### What happens to existing files after I choose a new [Storage Template](/docs/features/storage-template.mdx)? +### What happens to existing files after I choose a new [Storage Template](/docs/administration/storage-template.mdx)? -Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the Storage Migration Job, available on the [Jobs](/docs/features/jobs.md) page. +Template changes will only apply to new assets. To retroactively apply the template to previously uploaded assets, run the Storage Migration Job, available on the [Jobs](/docs/administration/jobs.md) page. ### Why is object detection not very good? @@ -42,7 +42,7 @@ The non-root user/group needs read/write access to the volume mounts, including ### How can I reset the admin password? -The admin password can be reset by running the [reset-admin-password](/docs/features/server-commands.md) command on the immich-server. +The admin password can be reset by running the [reset-admin-password](/docs/administration/server-commands.md) command on the immich-server. ### How can I **purge** data from Immich? diff --git a/docs/docs/administration/_category_.json b/docs/docs/administration/_category_.json new file mode 100644 index 000000000..05f82b434 --- /dev/null +++ b/docs/docs/administration/_category_.json @@ -0,0 +1,5 @@ +{ + "label": "Administration", + "position": 4 + } + \ No newline at end of file diff --git a/docs/docs/features/img/admin-jobs-exif.png b/docs/docs/administration/img/admin-jobs-exif.png similarity index 100% rename from docs/docs/features/img/admin-jobs-exif.png rename to docs/docs/administration/img/admin-jobs-exif.png diff --git a/docs/docs/features/img/admin-jobs-objects.png b/docs/docs/administration/img/admin-jobs-objects.png similarity index 100% rename from docs/docs/features/img/admin-jobs-objects.png rename to docs/docs/administration/img/admin-jobs-objects.png diff --git a/docs/docs/features/img/admin-jobs-template.png b/docs/docs/administration/img/admin-jobs-template.png similarity index 100% rename from docs/docs/features/img/admin-jobs-template.png rename to docs/docs/administration/img/admin-jobs-template.png diff --git a/docs/docs/features/img/admin-jobs-thumbnails.png b/docs/docs/administration/img/admin-jobs-thumbnails.png similarity index 100% rename from docs/docs/features/img/admin-jobs-thumbnails.png rename to docs/docs/administration/img/admin-jobs-thumbnails.png diff --git a/docs/docs/features/img/authentik-redirect.png b/docs/docs/administration/img/authentik-redirect.png similarity index 100% rename from docs/docs/features/img/authentik-redirect.png rename to docs/docs/administration/img/authentik-redirect.png diff --git a/docs/docs/features/img/disable-password-login.png b/docs/docs/administration/img/disable-password-login.png similarity index 100% rename from docs/docs/features/img/disable-password-login.png rename to docs/docs/administration/img/disable-password-login.png diff --git a/docs/docs/features/img/enable-password-login.png b/docs/docs/administration/img/enable-password-login.png similarity index 100% rename from docs/docs/features/img/enable-password-login.png rename to docs/docs/administration/img/enable-password-login.png diff --git a/docs/docs/features/img/list-users.png b/docs/docs/administration/img/list-users.png similarity index 100% rename from docs/docs/features/img/list-users.png rename to docs/docs/administration/img/list-users.png diff --git a/docs/docs/features/img/oauth-settings.png b/docs/docs/administration/img/oauth-settings.png similarity index 100% rename from docs/docs/features/img/oauth-settings.png rename to docs/docs/administration/img/oauth-settings.png diff --git a/docs/docs/features/img/password-login-settings.png b/docs/docs/administration/img/password-login-settings.png similarity index 100% rename from docs/docs/features/img/password-login-settings.png rename to docs/docs/administration/img/password-login-settings.png diff --git a/docs/docs/features/img/reset-admin-password.png b/docs/docs/administration/img/reset-admin-password.png similarity index 100% rename from docs/docs/features/img/reset-admin-password.png rename to docs/docs/administration/img/reset-admin-password.png diff --git a/docs/docs/features/img/user-management-update.png b/docs/docs/administration/img/user-management-update.png similarity index 100% rename from docs/docs/features/img/user-management-update.png rename to docs/docs/administration/img/user-management-update.png diff --git a/docs/docs/features/jobs.md b/docs/docs/administration/jobs.md similarity index 85% rename from docs/docs/features/jobs.md rename to docs/docs/administration/jobs.md index 013c122d1..1b3051d3c 100644 --- a/docs/docs/features/jobs.md +++ b/docs/docs/administration/jobs.md @@ -18,6 +18,6 @@ Several Immich functionalities are implemented as jobs, which run in the backgro ## Storage Migration -This job can be run after changing the [Storage Template](/docs/features/storage-template.mdx), in order to apply the change to the existing library. +This job can be run after changing the [Storage Template](/docs/administration/storage-template.mdx), in order to apply the change to the existing library. ![Storage Migration](./img/admin-jobs-template.png) diff --git a/docs/docs/features/oauth.md b/docs/docs/administration/oauth.md similarity index 100% rename from docs/docs/features/oauth.md rename to docs/docs/administration/oauth.md diff --git a/docs/docs/features/password-login.md b/docs/docs/administration/password-login.md similarity index 69% rename from docs/docs/features/password-login.md rename to docs/docs/administration/password-login.md index 76ab057e8..ff4852eee 100644 --- a/docs/docs/features/password-login.md +++ b/docs/docs/administration/password-login.md @@ -14,19 +14,19 @@ To toggle the password login setting via the web, navigate to the "Administratio ### Server Command -There are two [Server Commands](/docs/features/server-commands.md) for password login: +There are two [Server Commands](/docs/administration/server-commands.md) for password login: 1. `enable-password-login` 2. `disable-password-login` -See [Server Commands](/docs/features/server-commands.md) for more details about how to run them. +See [Server Commands](/docs/administration/server-commands.md) for more details about how to run them. ## Password Reset ### Admin -To reset the administrator password, use the `reset-admin-password` [Server Command](/docs/features/server-commands.md). +To reset the administrator password, use the `reset-admin-password` [Server Command](/docs/administration/server-commands.md). ### User -Immich does not currently support self-service password reset. However, the administration can reset passwords for other users. See [User Management: Password Reset](/docs/features/user-management.mdx#password-reset) for more information about how to do this. +Immich does not currently support self-service password reset. However, the administration can reset passwords for other users. See [User Management: Password Reset](/docs/administration/user-management.mdx#password-reset) for more information about how to do this. diff --git a/docs/docs/features/server-commands.md b/docs/docs/administration/server-commands.md similarity index 100% rename from docs/docs/features/server-commands.md rename to docs/docs/administration/server-commands.md diff --git a/docs/docs/features/storage-template.mdx b/docs/docs/administration/storage-template.mdx similarity index 100% rename from docs/docs/features/storage-template.mdx rename to docs/docs/administration/storage-template.mdx diff --git a/docs/docs/features/user-management.mdx b/docs/docs/administration/user-management.mdx similarity index 100% rename from docs/docs/features/user-management.mdx rename to docs/docs/administration/user-management.mdx diff --git a/docs/docs/developer/_category_.json b/docs/docs/developer/_category_.json index e5873215e..502009dc7 100644 --- a/docs/docs/developer/_category_.json +++ b/docs/docs/developer/_category_.json @@ -1,4 +1,4 @@ { "label": "Developer", - "position": 4 + "position": 5 } diff --git a/docs/docs/features/user-settings.md b/docs/docs/features/user-settings.md index fa1f78420..742b7091a 100644 --- a/docs/docs/features/user-settings.md +++ b/docs/docs/features/user-settings.md @@ -15,9 +15,9 @@ Users can change their own passwords. ![Change Password](./img/user-change-password.png) :::tip Reset Password -The admin can reset a password through the [User Management](/docs/features/user-management.mdx) screen. +The admin can reset a password through the [User Management](/docs/administration/user-management.mdx) screen. ::: :::tip Reset Admin Password -The admin password can be reset using a [Server Command](/docs/features/server-commands.md) +The admin password can be reset using a [Server Command](/docs/administration/server-commands.md) ::: diff --git a/docs/docs/guides/_category_.json b/docs/docs/guides/_category_.json index 951513baa..6b51b67c7 100644 --- a/docs/docs/guides/_category_.json +++ b/docs/docs/guides/_category_.json @@ -1,4 +1,4 @@ { "label": "Guides", - "position": 5 + "position": 6 } diff --git a/docs/vercel.json b/docs/vercel.json index ad71911b1..b98d393c0 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -13,9 +13,15 @@ { "source": "/docs/overview/technology-stack", "destination": "/docs/developer/architecture" }, { "source": "/docs/usage/automatic-backup", "destination": "/docs/features/automatic-backup" }, { "source": "/docs/usage/bulk-upload", "destination": "/docs/features/bulk-upload" }, - { "source": "/docs/usage/oauth", "destination": "/docs/features/oauth" }, + { "source": "/docs/usage/oauth", "destination": "/docs/administration/oauth" }, { "source": "/docs/usage/post-installation", "destination": "/docs/install/post-install" }, { "source": "/docs/usage/update", "destination": "/docs/install/docker-compose#step-4---upgrading" }, - { "source": "/docs/usage/server-commands", "destination": "/docs/features/server-commands" } + { "source": "/docs/usage/server-commands", "destination": "/docs/administration/server-commands" }, + { "source": "/docs/features/jobs", "destination": "/docs/administration/jobs" }, + { "source": "/docs/features/oauth", "destination": "/docs/administration/oauth" }, + { "source": "/docs/features/password-login", "destination": "/docs/administration/password-login" }, + { "source": "/docs/features/server-commands", "destination": "/docs/administration/server-commands" }, + { "source": "/docs/features/storage-template", "destination": "/docs/administration/storage-template" }, + { "source": "/docs/features/user-management", "destination": "/docs/administration/user-management" } ] } diff --git a/web/src/lib/components/admin-page/settings/confirm-disable-login.svelte b/web/src/lib/components/admin-page/settings/confirm-disable-login.svelte index c703aa013..5079a4f33 100644 --- a/web/src/lib/components/admin-page/settings/confirm-disable-login.svelte +++ b/web/src/lib/components/admin-page/settings/confirm-disable-login.svelte @@ -12,7 +12,7 @@

To re-enable, use a

For more details about this feature, refer to the docs