A simple proxy for slow AltStore servers
- Meant for use as custom Repo with AltStore Beta to facilitate faster downloading of apps
- Useful for manual app sideloading with AltStore (non-Beta), if used with Discord Webhook for update notifications
pip install altstore_proxy
altstore_proxy
--port=8080
--baseurl=https://example.com
--cache=/tmp/altstore_cache
--repos=https://fake.tld/apps.json,https://foo.bar/altstore.json
--discord_webhook=https://discord.com/api/webhooks/foo/bar
docker run -d \
--name="AltStore-Proxy" \
-p port:8080 \
-v /path/to/cache/:/cache:rw \
-e 'BASEURL'='https://example.com'
-e 'REPOS'='https://fake.tld/apps.json,https://foo.bar/altstore.json'
-e 'DISCORD_WEBHOOK'='https://discord.com/api/webhooks/foo/bar'
rix1337/docker-altstore-proxy:latest