app-distribution-server icon indicating copy to clipboard operation
app-distribution-server copied to clipboard

Simple, self-hosted Android and iOS mobile app distribution server (for IPA and APK files).

Results 4 app-distribution-server issues
Sort by recently updated
recently updated
newest added

I was running the docker as following: ``` docker run \ -p 8000:8000 \ -e APP_BASE_URL='http://192.168.98.106:8000' \ -e UPLOADS_SECRET_AUTH_TOKEN="secret" \ -v ./uploads:/uploads \ ghcr.io/significa/app-distribution-server ``` And created the qr code...

On iOS, the CFBundleDisplayName from Info.plist is the name shown on the home screen. This is the more correct name to display when showing the installation page.

Was wondering if we could have an optional field when uploading a build with a release info string. That string could then be stored in the build_info.json and be displayed...

https://github.com/EkkoG/fastlane-plugin-sads