Last active 4 months ago
0
0
1
| 1 | #!/bin/bash |
| 2 | |
| 3 | set -euo pipefail |
| 4 | |
| 5 | API_URL="http://localhost:2283/api/server/version-check" |
| 6 | # API Key med bare les på server.versionCheck |
| 7 | # Account Settings -> API Keys -> + New API Key -> velg |
| 8 | API_KEY="696969696969696969696969" |
| 9 | GITHUB_URL="https://api.github.com/repos/immich-app/immich/releases/latest" |