Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

altstore-proxy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

altstore-proxy

A simple proxy for slow AltStore servers

  • 1.3.8
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc