logo
icon

AssppWeb

AssppWeb is a self-hosted web app for acquiring and installing iOS apps outside the App Store. It uses a zero-trust browser-side architecture and ships as a single container backed by persistent storage for generated IPA files.

template cover
Implementado0 veces
Editorrocona
Creado2026-06-28
Mínimo1 Núcleos2 GB
Recomendado2 Núcleos4 GB
Etiquetas
iosutilitiesself-hosted

AssppWeb

AssppWeb is a self-hosted web interface for acquiring and installing iOS apps outside the App Store. The frontend talks to Apple APIs directly from the browser, while the backend stores generated IPA files and exposes install links over HTTPS.

What this template deploys

This template deploys a single AssppWeb service using the published image ghcr.io/lakr233/assppweb:latest. A persistent volume is mounted at /data for generated packages and cache data.

Notes

  • HTTPS is required for iOS install links to work correctly.
  • WebSocket support must remain enabled because AssppWeb uses /wisp/ for its zero-trust relay architecture.
  • PUBLIC_BASE_URL is automatically set to the bound Zeabur domain.
  • ACCESS_PASSWORD is optional but recommended if the service is exposed publicly.

Default behavior

  • Port: 8080
  • Data directory: /data
  • Download threads: 8
  • Cleanup limits: disabled by default