Skip to main content

A simple proxy for slow AltStore servers

Project description

AltStore-Proxy

PyPI version Github Sponsorship

A simple proxy for slow AltStore servers

Features

  • 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

Setup

pip install altstore_proxy

Run

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

altstore_proxy-1.3.4.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

altstore_proxy-1.3.4-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page