Add apk downloader project based on aurora's core
Docker all in one
This commit is contained in:
25
apk-downloader/proton.env.example
Normal file
25
apk-downloader/proton.env.example
Normal file
@@ -0,0 +1,25 @@
|
||||
# SPDX-FileCopyrightText: 2026 Aurora OSS
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Optional defaults for `docker compose exec downloader sh -lc 'download-apk "$APK_COUNTRY" "$APK_PACKAGE"'`.
|
||||
APK_PACKAGE=com.nestle.tr.nescafe.nescafe3in1loyaltyapp
|
||||
APK_COUNTRY=TR
|
||||
SERVER_COUNTRIES=Turkey
|
||||
TZ=Europe/Istanbul
|
||||
|
||||
# Local output/cache paths. DOWNLOADS_DIR is relative to apk-downloader/ when using
|
||||
# `docker compose -f apk-downloader/docker-compose.proton.yml`.
|
||||
DOWNLOADS_DIR=../downloads
|
||||
AUTH_CACHE_DIR=../.apk-downloader-auth
|
||||
|
||||
# Recommended: Proton WireGuard.
|
||||
# Get these values from a Proton VPN WireGuard config.
|
||||
VPN_TYPE=wireguard
|
||||
WIREGUARD_PRIVATE_KEY=
|
||||
WIREGUARD_ADDRESSES=
|
||||
|
||||
# Alternative: Proton OpenVPN.
|
||||
# Use Proton's OpenVPN/IKEv2 credentials, not your normal Proton account password.
|
||||
# VPN_TYPE=openvpn
|
||||
# OPENVPN_USER=
|
||||
# OPENVPN_PASSWORD=
|
||||
Reference in New Issue
Block a user