chore: remove Replit/homegit references for public GitHub repo

- Simplify dev script (drop Replit-specific env vars)
- Remove REPLIT_* fallbacks from scripts/build.js
- Rewrite root README for GitHub (local build, no EAS, no homegit URLs)
- Update clone URL in artifacts README → GitHub
- Remove replit.md (Replit workspace descriptor, no longer needed)
- Untrack scripts/push-to-gitea.sh (internal-only, added to .gitignore)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 09:05:46 +02:00
parent 7111162f14
commit 614a353b3c
7 changed files with 53 additions and 420 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ No expo.dev account needed for builds.
### Install dependencies
```bash
git clone ssh://gitea@homegit.gyozamancave.fr:2222/billisdead/Postiz-android.git
cd Postiz-android
git clone https://github.com/pirona/postiz-android.git
cd postiz-android
pnpm install
```