Compare commits

...

3 Commits

Author SHA1 Message Date
4aa0d8cc44 Merge pull request 'fix: use dtolnay/rust-action@master to avoid authentication error' (#2) from fix/rust-action-issue into master
Some checks failed
Integration Tests / integration-test (push) Failing after 16s
Reviewed-on: #2
2026-05-05 23:28:44 +02:00
08edb8bff6 fix: use dtolnay/rust-toolchain@stable instead of dtolnay/rust-action@stable
Some checks failed
Integration Tests / integration-test (pull_request) Failing after 18s
2026-05-05 21:27:37 +00:00
Joakim Hulthe
17009cae28 Tweak AGENTS.md
Some checks failed
Integration Tests / integration-test (push) Failing after 2s
2026-04-14 20:32:50 +00:00
2 changed files with 2 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-action@stable
uses: dtolnay/rust-toolchain@stable
- name: Install Podman
run: |

View File

@@ -24,19 +24,6 @@ All examples should be run using the provided wrapper script:
./scripts/run-example.sh <example_name>
```
**Available examples:**
```bash
./scripts/run-example.sh basic_usage
./scripts/run-example.sh upload_photos
./scripts/run-example.sh download_asset
./scripts/run-example.sh thumbnail
./scripts/run-example.sh search_metadata
./scripts/run-example.sh album_management
./scripts/run-example.sh timeline_browsing
./scripts/run-example.sh delete_assets
./scripts/run-example.sh server_info
```
The wrapper handles everything automatically:
- Starts Immich containers (if not running)
- Creates admin user and API key
@@ -46,7 +33,7 @@ The wrapper handles everything automatically:
**When adding new examples:**
1. Read `IMMICH_URL` and `IMMICH_API_KEY` from environment variables
2. Test with: `./scripts/run-example.sh <name>`
2. Test with: `./scripts/run-example.sh <name>` (Important!)
3. Verify it works with the seeded test data (3 photos, 1 album)
## Code Style Guidelines