better comments

This commit is contained in:
2025-11-01 15:29:04 -04:00
parent 8bd72976c6
commit d05fe0ff41

View File

@@ -14,7 +14,7 @@ This project sets up a Immich Machine Learning instance with Tailscale VPN integ
```
ts-immich-machine-learning/
├── docker-compose.yml
── tailscale/
── tailscale/
├── tailscale-data/ # Persistent Tailscale state
└── config/ # Tailscale configuration files
@@ -48,7 +48,7 @@ ts-immich-machine-learning/
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/
- add the new machine learning service to the immich configuration json under the machine learning section
- Add the new machine learning service to the immich configuration json under the `machineLearning.urls` as desired. If you are using the [basic DAM Immich deployment](https://gitea.damconsulting.llc/DAM/ts-immich), and have not changed the base config, there will be a localhost endpoint which points to the immich-machine-learning service from that deployment. update the list according to your desired configuration.
## Services