Compare commits
10 Commits
e4083b6b46
...
2b7b83e372
Author | SHA1 | Date | |
---|---|---|---|
2b7b83e372 | |||
070a4b9ea2 | |||
7e767cb3bf | |||
e1ff05dc06 | |||
590ab5373a | |||
ff28f0b8ac | |||
c9e8c546f8 | |||
6181b3c667 | |||
0a9fffbfcb | |||
de53f7c0ee |
@@ -7,11 +7,6 @@ WORKDIR /app
|
||||
COPY config.toml config.toml
|
||||
COPY options.json options.json
|
||||
|
||||
RUN sed -i 's/j-hc\/revanced-cli/revanced\/revanced-cli/' utils.sh
|
||||
RUN sed -i 's/--keystore=ks\.keystore/--keystore=ks\.keystore --options=options.json/' utils.sh
|
||||
RUN sed -i 's/--rip-lib x86_64 --rip-lib x86 //' utils.sh
|
||||
RUN sed -i 's/$(nproc)/2/g' build.sh
|
||||
|
||||
RUN groupadd -g 1000 revanced
|
||||
RUN useradd -u 1000 -g revanced revanced
|
||||
RUN chown -R revanced:revanced /app
|
||||
|
14
README.md
14
README.md
@@ -9,15 +9,17 @@ docker run -v $(pwd)/build:/app/build -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Environment Variable | Description |
|
||||
| ------------------------ | ---------------------------------------------------------- |
|
||||
| `GITHUB_TOKEN` | Github token to use for downloading patches. |
|
||||
| Environment Variable | Description |
|
||||
| -------------------- | -------------------------------------------- |
|
||||
| `GITHUB_TOKEN` | Github token to use for downloading patches. |
|
||||
|
||||
## Volumes
|
||||
|
||||
| Volume | Description |
|
||||
| ------------ | ----------------------------------------------- |
|
||||
| `/app/build` | The build directory (should contain a keystore) |
|
||||
| Volume | Description |
|
||||
| ------------------- | ----------------------- |
|
||||
| `/app/build` | Build directory |
|
||||
| `/app/config.toml` | Config file (optional) |
|
||||
| `/app/options.json` | Options file (optional) |
|
||||
|
||||
## Notes
|
||||
|
||||
|
80
config.toml
80
config.toml
@@ -1,19 +1,21 @@
|
||||
compression-level = 9
|
||||
logging-to-file = true
|
||||
enable-magisk-update = true
|
||||
parallel-jobs = 1
|
||||
cli-source = "revanced/revanced-cli"
|
||||
compression-level = 9
|
||||
logging-to-file = true
|
||||
enable-magisk-update = true
|
||||
build-mindetach-module = false
|
||||
|
||||
[YouTube]
|
||||
exclusive-patches = false
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
||||
|
||||
[Music]
|
||||
version = "latest"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
|
||||
arch = "arm64-v8a"
|
||||
apkmirror-arch = "arm64-v8a"
|
||||
|
||||
[TikTok]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/tiktok-pte-ltd/tik-tok-including-musical-ly/"
|
||||
apkmirror-arch = "arm64-v8a + armeabi-v7a"
|
||||
|
||||
[Reddit]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
||||
@@ -22,58 +24,62 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/redditinc/reddit/"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitch-interactive-inc/twitch/"
|
||||
|
||||
[Twitter]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitter-inc/twitter/"
|
||||
excluded-patches = "hide-views-stats"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/twitter-inc/twitter/"
|
||||
|
||||
[Tumblr]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/tumblr-inc/tumblr/"
|
||||
|
||||
[Messenger]
|
||||
uptodown-dlurl = "https://facebook-messenger.en.uptodown.com/android"
|
||||
arch = "arm64-v8a"
|
||||
|
||||
[Sync]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/"
|
||||
# [Sync]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/red-apps-ltd/sync-for-reddit/"
|
||||
|
||||
[Spotify]
|
||||
uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
||||
|
||||
[SonyHeadphonesConnect]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/sony-corporation/sony-headphones-connect/"
|
||||
apkmirror-arch = "arm64-v8a + armeabi-v7a"
|
||||
|
||||
[HexEditor]
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.myprog.hexedit/"
|
||||
# [HexEditor]
|
||||
# apkmonk-dlurl = "https://www.apkmonk.com/app/com.myprog.hexedit/"
|
||||
|
||||
[SpotifyLite]
|
||||
uptodown-dlurl = "https://spotify-lite.en.uptodown.com/android"
|
||||
# [SpotifyLite]
|
||||
# uptodown-dlurl = "https://spotify-lite.en.uptodown.com/android"
|
||||
|
||||
[InShorts]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/inshorts-formerly-news-in-shorts/inshorts-news-in-60-words-2/"
|
||||
arch = "arm64-v8a"
|
||||
apkmirror-arch = "arm64-v8a"
|
||||
|
||||
[Instagram]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/instagram/instagram-instagram/"
|
||||
arch = "arm64-v8a"
|
||||
apkmirror-arch = "arm64-v8a"
|
||||
|
||||
[Backdrops]
|
||||
uptodown-dlurl = "https://backdrops.en.uptodown.com/android"
|
||||
# [Backdrops]
|
||||
# uptodown-dlurl = "https://backdrops.en.uptodown.com/android"
|
||||
|
||||
[IRPlus]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/binarymode/irplus-infrared-remote/"
|
||||
# [IRPlus]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/binarymode/irplus-infrared-remote/"
|
||||
# apkmirror-arch = "noarch"
|
||||
|
||||
[NetGuard]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/marcel-bokhorst/netguard-no-root-firewall/"
|
||||
# [NetGuard]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/marcel-bokhorst/netguard-no-root-firewall/"
|
||||
|
||||
[Recorder]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/google-recorder/"
|
||||
arch = "arm64-v8a"
|
||||
dpi = "160-640dpi"
|
||||
# [Recorder]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/google-recorder/"
|
||||
# apkmirror-arch = "arm64-v8a"
|
||||
|
||||
[Photomath]
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/"
|
||||
|
||||
[NovaLauncher]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/teslacoil-software/nova-launcher/"
|
||||
apkmirror-arch = "arm64-v8a + armeabi-v7a"
|
||||
|
||||
[IconPackStudio]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
||||
# [IconPackStudio]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
||||
|
||||
[MemeGenerator]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/zombodroid/meme-generator-free/"
|
||||
@@ -81,21 +87,25 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/zombodroid/meme-generator-free/
|
||||
[WindyApp]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/windy-weather-world-inc/windy-wind-weather-forecast/"
|
||||
|
||||
[VSCO]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/vsco/vsco-cam/"
|
||||
# [VSCO]
|
||||
# apkmirror-dlurl = "https://www.apkmirror.com/apk/vsco/vsco-cam/"
|
||||
|
||||
[NFCTools]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/wakdev/nfc-tools/"
|
||||
apkmirror-arch = "noarch"
|
||||
|
||||
[Trakt]
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/tv.trakt.trakt/"
|
||||
# [Trakt]
|
||||
# apkmonk-dlurl = "https://www.apkmonk.com/app/tv.trakt.trakt/"
|
||||
|
||||
[NyxMusicPlayer]
|
||||
uptodown-dlurl = "https://nyx-music-player.en.uptodown.com/android"
|
||||
# [NyxMusicPlayer]
|
||||
# uptodown-dlurl = "https://nyx-music-player.en.uptodown.com/android"
|
||||
|
||||
[TickTick]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/appest-inc/ticktick-to-do-list-with-reminder-day-planner/"
|
||||
arch = "arm64-v8a"
|
||||
apkmirror-arch = "arm64-v8a"
|
||||
|
||||
[Tasker]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|
||||
|
||||
[Pixiv]
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/pixiv-inc/pixiv/"
|
||||
|
Reference in New Issue
Block a user