feat(infra): Self-Hosted Android Build + F-Droid Repo-Server (#133) #134
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/fdroid-deploy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
infra/android-builder/Dockerfile: Build-Image mit JDK 17, Android SDK 35, NDK 26.3, CMake 3.22, Node 24, pnpmpublish-android-builder: Baut das Image bei Dockerfile-Änderungen neupublish-apk:expo prebuild→gradlew assembleRelease(mit Keystore aus Secret) → SCP APK zum Server →fdroid updateinfra/fdroid/: nginx-Config,config.yml, App-Metadaten YAML,update.shdeploy/docker-compose.yml: nginx-Service fürfdroid.mrrm.de(via Traefik)Manuelle Einmal-Schritte vor dem ersten Deploy
Siehe
infra/fdroid/SETUP.md:fdroid initausführen (erzeugt Repo-Signing-Keystore)fdroid.mrrm.desetzenpublish-android-builderPipeline einmalig manuell triggern (großes Image ~4 GB)Test plan
publish-android-builderbaut und pusht Image erfolgreichpublish-apkläuft durch: APK landet in/opt/server-stack/fdroid/repo/fdroid updategeneriertindex-v2.jsonhttps://fdroid.mrrm.de/repoist erreichbar🤖 Generated with Claude Code
- infra/android-builder/Dockerfile: JDK 17 + Android SDK 35 + NDK 26 + Node 24 + pnpm — wird als android-builder:latest in die Registry gepusht - .drone.yml: zwei neue Pipelines - publish-android-builder: baut das Builder-Image bei Dockerfile-Änderungen - publish-apk: expo prebuild → gradlew assembleRelease → SCP → fdroid update - infra/fdroid/: config.yml, nginx.conf, metadata YAML, update.sh - deploy/docker-compose.yml: fdroid-repo nginx-Service unter fdroid.${DOMAIN} - infra/fdroid/SETUP.md: einmaliges Server-Setup (keystore, DNS, F-Droid-Client) Manuelle Schritte vor dem ersten Deploy: siehe infra/fdroid/SETUP.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>