You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 week ago | |
|---|---|---|
| README.md | 1 week ago | |
| index.min.json | 1 week ago | |
README.md
Gitea Extension Repository for GD Scans
Host this folder on your Gitea instance.
Setup
-
Push this repo to your Gitea:
git init git add . git commit -m "Initial extension repo" git remote add origin https://gitea.pawelficek.eu/root/gdscans-extension.git git push -u origin main -
Make sure
index.min.jsonis served as raw file:- Gitea serves raw files at:
https://gitea.pawelficek.eu/root/gdscans-extension/raw/branch/main/index.min.json
- Gitea serves raw files at:
-
In Suwayomi Server, add your repo URL:
https://gitea.pawelficek.eu/root/gdscans-extension/raw/branch/main/index.min.json -
You can also keep the official keiyoushi repo:
https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json
Build Extension
From the keiyoushi extensions-source repo:
./gradlew :multisrc:overrides:mangathemesia:gdscans:assembleDebug
The APK will be at:
multisrc/build/libs/tachiyomi-all.gdscans.apk
Update Extension
- Copy new APK to this folder
- Update
code(versionCode) in index.min.json - Commit and push
Files Needed
index.min.json- Extension listing (required)tachiyomi-all.gdscans.apk- The built extension APK
After copying the APK here, push it to Gitea.