No description
| .forgejo/workflows | ||
| .github | ||
| .vscode | ||
| app | ||
| assets | ||
| components | ||
| constants | ||
| contexts | ||
| functions | ||
| hooks | ||
| pages | ||
| scripts | ||
| styles | ||
| types | ||
| .gitignore | ||
| app.config.ts | ||
| babel.config.js | ||
| biome.json | ||
| bun.lockb | ||
| eas.json | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| metro.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Zipline Android App
Important
iOS is not supported
This is an android app made to manage your Zipline V4 (self-hosted) server and also upload files or shorten URLs. You can also share files to the app to upload them.
Features
- Upload Files
- Shorten URLs
- Manage Files
- Manage URLs
- Manage Folders
- View your Stats
- Manage your own User
- Manage Users (requires an admin account)
- Manage Server Settings (requires a superadmin account)
Download
The app is available on the following platforms:
- Google Play Store
- GitHub Releases
Creating a development build
Important
Requires an android device connected to the laptop and ADB
bun installbun run prebuildbun run run:android
(this will create a development apk and automatically install in your device)
Building an apk
Note
add
--localflag if you don't have a Expo EAS account or want to build it locally on your PC
add--output /path/to/file.apkto save the apk in that path
bun installbun install --global eas-clieas build --clear-cache --platform android --profile preview
This will create an apk but won't automatically install

