| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-06 | 1.1 kB | |
| lineage-23.1-20260420_122501-UNOFFICIAL-X670.zip | 2026-04-24 | 6.1 MB | |
| Totals: 2 Items | 6.1 MB | 0 | |
uploader
uv tool install git+https://github.com/rdndds/uploader.git
Create a .env file from .env.example and fill in your keys.
By default the CLI uploads to Pixeldrain, GoFile, and Vikingfile in parallel.
Set VIKINGFILE_USER to upload into a Vikingfile account, or leave it empty for anonymous uploads.
SourceForge FRS mode is available through a separate subcommand:
uv run up-sf interactive
uv run up-sf upload --username your_sf_username --project infinity-x --remote-dir P661N/16/vanilla ROM.zip
uv run up-sf list --username your_sf_username --project infinity-x --remote-dir P661N/16/vanilla
uv run up-sf rename --username your_sf_username --project infinity-x old.zip new.zip
uv run up-sf delete --username your_sf_username --project infinity-x --confirm old.zip
uv run up-sf link --username your_sf_username --project infinity-x P661N/16/vanilla/ROM.zip
The interactive mode stores its profile in ~/.config/uploader/sourceforge.json (or $XDG_CONFIG_HOME/uploader/sourceforge.json).
Hint: edit that file to change the SourceForge project, remote root, or auth settings.