Files
env-docker/Config/F-DroidRepo/example.env
T
2026-07-03 17:06:06 -07:00

46 lines
2.0 KiB
Bash

# This file will need copied as `.env` and to have its values changed.
## Docker ##
COMPOSE_BAKE=true
## Performance ##
CPU=0.25
MEM=0.25G
## Repo Settings ##
#WEBROOT="/var/www/html"
#REPO="/root/fdroid"
REPO_DOMAIN="https://fdroid.hyperling.com"
REPO_NAME="Hyperling's Apps"
REPO_ICON="peace.png"
## Files ##
# Should be provided as URLs directly to the APK files.
# TBD: Eventually change APKs to not have version number in them.
# - Currently being done because Obtainium does not read the Gitea release/tag.
FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/CarbUp_v1.0.1.apk"
FILE01="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE02="https://hyperling.com/files/media/icons/ctfu.png"
FILE03="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/ExpenseTracker_v0.1.3.apk"
FILE04="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE05="https://hyperling.com/files/media/icons/expense.png"
FILE06="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/InfiniteTimer_v1.1.1.apk"
FILE07="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE08="https://hyperling.com/files/media/icons/infinitetimer.png"
FILE09="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/The45MinuteRule_v1.0.7.apk"
FILE10="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE11="https://hyperling.com/files/media/icons/t45mr.png"
FILE12="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TicTacToe_v1.1.0.apk"
FILE13="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE14="https://hyperling.com/files/media/icons/tictactoe.png"
FILE15="https://git.hyperling.com/me/android-hypergames/releases/download/latest/HyperGames_v0.0.11.apk"
FILE16="https://git.hyperling.com/me/android-carb-up/raw/branch/main/TBD.yml"
FILE17="https://hyperling.com/files/media/icons/hypergames.png"
FILE18=""
FILE19="https://hyperling.com/files/media/icons/peace.png"