rix1337/docker-altstore-proxy

By rix1337

Updated almost 2 years ago
Archived

A simple proxy for slow AltStore servers

Image
API management
0

1.9K

rix1337/docker-altstore-proxy repository overview

AltStore-Proxy

PyPI version Github Sponsorship

A simple proxy for slow AltStore servers

Features

  • Meant for use as custom Repo with AltStore Beta
  • Useful for manual sideloading / automatic update notifications with AltStore

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

Tag summary

Content type

Image

Digest

sha256:46ff2a4de

Size

157.7 MB

Last updated

almost 2 years ago

docker pull rix1337/docker-altstore-proxy:1.3.8