mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
♻️ Better options
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Global
|
||||
EXTRA_FILES=https://github.com/ReVanced/GmsCore/releases/latest@Revanced-Microg.apk
|
||||
PATCH_APPS=YOUTUBE_INOTIA00,YOUTUBE_ANDEA,YOUTUBE_MUSIC_INOTIA00,YOUTUBE_MUSIC_ANDEA,REDDIT_INOTIA00,REDDIT_ANDEA
|
||||
PATCH_APPS=YOUTUBE_INOTIA00,YOUTUBE_ANDEA,YOUTUBE_MUSIC_INOTIA00,YOUTUBE_MUSIC_ANDEA,REDDIT_INOTIA00,REDDIT_ANDEA,YOUTUBE_REVANCED,YOUTUBE_MUSIC_REVANCED
|
||||
GLOBAL_CLI_DL=https://github.com/inotia00/revanced-cli/releases/latest
|
||||
GLOBAL_PATCHES_DL=https://github.com/revanced/revanced-patches/releases/latest
|
||||
|
||||
@@ -16,6 +16,13 @@ YOUTUBE_ANDEA_PATCHES_DL=https://github.com/anddea/revanced-patches/releases/lat
|
||||
YOUTUBE_ANDEA_EXCLUDE_PATCH=custom-branding-icon-youtube,custom-branding-name-youtube,enable-debug-logging,hide-fullscreen-button,custom-branding-icon-for-youtube,custom-branding-name-for-youtube
|
||||
YOUTUBE_ANDEA_PACKAGE_NAME=com.google.android.youtube
|
||||
|
||||
|
||||
# YouTube (Using ReVanced Patches)
|
||||
YOUTUBE_REVANCED_DL_SOURCE=https://www.apkmirror.com/apk/google-inc/youtube/
|
||||
YOUTUBE_REVANCED_PATCHES_DL=https://github.com/ReVanced/revanced-patches/releases/latest-prerelease
|
||||
YOUTUBE_REVANCED_EXCLUDE_PATCH=custom-branding-icon-youtube,custom-branding-name-youtube,enable-debug-logging,hide-fullscreen-button,custom-branding-icon-for-youtube,custom-branding-name-for-youtube
|
||||
YOUTUBE_REVANCED_PACKAGE_NAME=com.google.android.youtube
|
||||
|
||||
# YouTube Music (Using inotia00 Patches)
|
||||
YOUTUBE_MUSIC_INOTIA00_DL_SOURCE=https://www.apkmirror.com/apk/google-inc/youtube-music/
|
||||
YOUTUBE_MUSIC_INOTIA00_PATCHES_DL=https://github.com/inotia00/revanced-patches/releases/latest-prerelease
|
||||
@@ -28,6 +35,13 @@ YOUTUBE_MUSIC_ANDEA_PATCHES_DL=https://github.com/anddea/revanced-patches/releas
|
||||
YOUTUBE_MUSIC_ANDEA_EXCLUDE_PATCH=custom-branding-icon-youtube-music,custom-branding-name-youtube-music,enable-compact-dialog,enable-debug-logging,enable-old-player-layout,custom-branding-icon-for-youtube-music,custom-branding-name-for-youtube-music,custom-header-for-youtube-music
|
||||
YOUTUBE_MUSIC_ANDEA_PACKAGE_NAME=com.google.android.apps.youtube.music
|
||||
|
||||
|
||||
# YouTube Music (Using ReVanced Patches)
|
||||
YOUTUBE_MUSIC_REVANCED_DL_SOURCE=https://www.apkmirror.com/apk/google-inc/youtube-music/
|
||||
YOUTUBE_MUSIC_REVANCED_PATCHES_DL=https://github.com/ReVanced/revanced-patches/releases/latest-prerelease
|
||||
YOUTUBE_MUSIC_REVANCED_EXCLUDE_PATCH=custom-branding-icon-youtube-music,custom-branding-name-youtube-music,enable-compact-dialog,enable-debug-logging,enable-old-player-layout,custom-branding-icon-for-youtube-music,custom-branding-name-for-youtube-music,custom-header-for-youtube-music
|
||||
YOUTUBE_MUSIC_REVANCED_PACKAGE_NAME=com.google.android.apps.youtube.music
|
||||
|
||||
# Reddit (Using inotia00 Patches)
|
||||
REDDIT_INOTIA00_DL_SOURCE=https://www.apkmirror.com/apk/reddit-inc/reddit/
|
||||
REDDIT_INOTIA00_PATCHES_DL=https://github.com/inotia00/revanced-patches/releases/latest-prerelease
|
||||
@@ -40,8 +54,5 @@ REDDIT_ANDEA_PATCHES_DL=https://github.com/anddea/revanced-patches/releases/late
|
||||
REDDIT_ANDEA_EXCLUDE_PATCH=change-package-name,custom-branding-name-for-reddit
|
||||
REDDIT_ANDEA_PACKAGE_NAME=com.reddit.frontpage
|
||||
|
||||
# Twitter (Unchanged)
|
||||
TWITTER_PATCHES_DL=https://github.com/crimera/piko/releases/latest-prerelease
|
||||
|
||||
# GitHub Repository
|
||||
GITHUB_REPOSITORY=nikhilbadyal/docker-py-revanced
|
||||
|
||||
@@ -110,6 +110,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"patchName" : "Custom branding",
|
||||
"options" : [ {
|
||||
"key" : "appName",
|
||||
"value" : "ReVanced"
|
||||
} ]
|
||||
},
|
||||
{
|
||||
"patchName": "Custom branding wordmark header",
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user