https://github.com/0xjacky/ipsw-go
https://github.com/0xjacky/ipsw-go
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xjacky/ipsw-go
- Owner: 0xJacky
- Created: 2022-07-18T13:13:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T01:59:49.000Z (almost 2 years ago)
- Last Synced: 2025-05-04T08:53:33.671Z (2 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPSW Go
Automatically download the latest apple firmwares you subscribed.Developed by 0xJacky
Data source comes from betahub.cn
## Usage
**IMPORTANT**: Replace `/mnt/user/downloads` with your host path.
```
docker run -dit \
--name=ipsw-go \
--restart=always \
-e Workers=4 \
-e Identifiers=iPhone13,1:iPhone13,2:iPad8,9 \
-e TZ=Asia/Shanghai \
-e CheckAt=02:00,04:00,06:00 \
-e LastTwoVer=true \
-v /mnt/user/downloads:/downloads \
uozi/ipsw-go:latest
```## Environment Variable
- **Workers**: (optional) concurrent download workers num, default: 1.
- **Identifiers**: (required) iDevice identifiers, use `:` to separate.
- **TZ**: (required) timezone string.
- **CheckAt**: (required) set time to run, use `,` to separate.
- **LastTwoVer**: (optional) download last two version firmwares.