App-Store-Webhook-Proxy
App-Store-Webhook-Proxy
Aplicación Docker from Docked by Yannis' Repository
Visión general
App Store Webhook Proxy
Your webhook endpoint will be available at: /appstore-webhook
Get real-time notifications for your app’s App Store status changes — like Ready for Review, Rejected, or Approved — delivered directly to Slack and/or Microsoft Teams.
Apple introduced official App Store Connect Webhooks at WWDC 2025. This proxy makes it easy to forward those webhooks to your team’s tools of choice.
⚠️ Note: This container must be accessible from the internet to receive webhook events from Apple. You can expose it directly or use a reverse proxy (e.g., NGINX or Traefik).
Configuration:
SHARED_SECRET– Required. Used to verify incoming webhook requests.SLACK_WEBHOOK_URL– Optional. Webhook URL for Slack.TEAMS_WEBHOOK_URL– Optional. Webhook URL for Microsoft Teams.APP_STORE_URL– Optional. URL to your app on the App Store, shown in the notification.TIMEZONE– Optional. Used to localize timestamps in messages. Example:Europe/Athens
📄 Guides & Source:
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
- Objetivo
- 3000
- Valor
- 38888
Required. (Just a random string) Secret used to verify incoming App Store Webhook requests. You define it when creating the webhook in App Store Connect, then set the same value here. Set it here: https://appstoreconnect.apple.com/access/integrations/webhooks
Required if integrating with Microsoft Teams. Webhook URL for sending notifications to Microsoft Teams. Leave empty if not used. Example: https://your-teams.webhook.url Create it here: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams,dotnet
Required if integrating with Slack. Webhook URL for sending notifications to Slack. Leave empty if not used. Example: https://hooks.slack.com/services/XXX/YYY/ZZZ Create it here: https://api.slack.com/messaging/webhooks
(Optional) Public URL of your app on the App Store. Included in notifications to make it easier to access the app’s page. Example: https://apps.apple.com/app/id123456789
(Optional) Timezone used to format timestamps in messages. Use a valid IANA timezone, e.g. Europe/Athens.
- Por defecto
- UTC
- Valor
- UTC
Categorías
Descargar estadísticas
Detalles
yannisalexiou/appstore-webhook-proxyEjecute App-Store-Webhook-Proxy en Unraid.
App-Store-Webhook-Proxy se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.