save-random-paths

sync-immich
This commit is contained in:
2024-11-23 23:46:24 -07:00
parent 590b1b87ca
commit 0e03b784a2
9 changed files with 158 additions and 24 deletions

8
.vscode/bash.md vendored
View File

@ -15,3 +15,11 @@ dotnet run --project src/ImmichToSlideshow
```bash 1731643960696 = 638672407606960000 = Thu Nov 14 2024 21:12:40 GMT-0700 (Mountain Standard Time)
docker compose up --build
```
```bash 1732418534573 = 638680153345730000 = Sat Nov 23 2024 20:22:14 GMT-0700 (Mountain Standard Time)
# docker system prune
docker build .
docker login gitea.phares.duckdns.org:443
docker tag fa136e5bb221 gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow:latest
docker push gitea.phares.duckdns.org:443/phares3757/immich-to-slideshow:latest
```