Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xjacky/ipsw-go
https://github.com/0xjacky/ipsw-go
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xjacky/ipsw-go
- Owner: 0xJacky
- Created: 2022-07-18T13:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T01:59:49.000Z (about 1 year ago)
- Last Synced: 2024-06-20T22:33:10.040Z (5 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 2
- 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.