update docs

This commit is contained in:
2025-11-01 15:21:25 -04:00
parent 2770690a54
commit 4121f25906

View File

@@ -37,7 +37,7 @@ ts-immich-machine-learning/
- CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet - CAUTION: Changing `"${TS_CERT_DOMAIN}:443": false` to `true` will expose the service to the internet
4. Configure Immich Machine Learning 4. Configure Immich Machine Learning
- See the [documentation]({{service_docs}}) for configuration options - See the [documentation](https://docs.immich.app/features/ml-hardware-acceleration) for configuration options
5. Start the Services 5. Start the Services
```bash ```bash
@@ -46,8 +46,9 @@ ts-immich-machine-learning/
6. Wait for Certificate to propagate [~2m] 6. Wait for Certificate to propagate [~2m]
7. Login 7. Configure Immich
- After starting the services your service should be available via tailnet at https://immich-machine-learning.{{YOUR_TAILNET_DOMAIN}}.ts.net ie https://immich-machine-learning.tail12345.ts.net/ - After starting the services your service should be available via tailnet at https://immich-machine-learning.{{YOUR_TAILNET_DOMAIN}}.ts.net ie https://immich-machine-learning.tail12345.ts.net/
- add the new machine learning service to the immich configuration json under the machine learning section
## Services ## Services
@@ -79,7 +80,7 @@ ts-immich-machine-learning/
- Uncomment and adjust the ports mapping if you need direct access (without Tailscale): - Uncomment and adjust the ports mapping if you need direct access (without Tailscale):
```yaml ```yaml
ports: ports:
- 3000:3000 - 3003:3003
``` ```
- Stopping the Services - Stopping the Services
```bash ```bash
@@ -102,6 +103,5 @@ ts-immich-machine-learning/
- Services restart automatically unless explicitly stopped - Services restart automatically unless explicitly stopped
- For more information: - For more information:
- Tailscale documentation: https://tailscale.com/kb/ - Tailscale documentation: https://tailscale.com/kb/
- Immich Machine Learning [documentation]({{service_docs}}) - Immich Machine Learning [documentation](https://docs.immich.app/features/ml-hardware-acceleration)
- Immich Machine Learning [repository]({{service_repo}}) - Immich Machine Learning [repository](https://github.com/immich-app/immich/tree/main/machine-learning)
- Immich Machine Learning [linuxserve.io]({{service_lcsr}})