Get the FDroid project to the point where it starts and runs. Not creating the actual repo under the webserver yet though. Does not seem to be keeping the APKs the Dockerfile downloads.
This commit is contained in:
@@ -11,23 +11,32 @@ MEM=0.25G
|
||||
|
||||
## Repo Settings ##
|
||||
|
||||
WEBROOT="/var/www/html"
|
||||
REPO="/root/fdroid"
|
||||
|
||||
REPO_NAME="Hyperling's Apps"
|
||||
REPO_LINK="https://fdroid.hyperling.com"
|
||||
|
||||
## Files ##
|
||||
# Should be provided as URLs directly to the APK files.
|
||||
|
||||
# TBD/TODO
|
||||
FILE0="https://git.hyperling.com/me/android-carb-up/releases/download/latest/TBD"
|
||||
FILE1="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/TBD"
|
||||
FILE2="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/TBD"
|
||||
FILE3="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/TBD"
|
||||
FILE4="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TBD"
|
||||
FILE5="https://git.hyperling.com/me/android-hypergames/releases/download/latest/TBD"
|
||||
FILE6=""
|
||||
FILE7=""
|
||||
FILE8=""
|
||||
FILE9=""
|
||||
# TBD/TODO: Remove version from app and have it in the APK?
|
||||
#FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/TBD"
|
||||
#FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/TBD"
|
||||
#FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/TBD"
|
||||
#FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/TBD"
|
||||
#FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TBD"
|
||||
#FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/latest/TBD"
|
||||
FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/1.0.1/CarbUp_v1.0.1.apk"
|
||||
FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/0.1.3/ExpenseTracker_v0.1.3.apk"
|
||||
FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/1.1.1/InfiniteTimer_v1.1.1.apk"
|
||||
FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/1.07/The45MinuteRule_v1.0.7.apk"
|
||||
FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/1.1.0/TicTacToe_v1.1.0.apk"
|
||||
FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/0.0.11/HyperGames_v0.0.11.apk"
|
||||
FILE06=""
|
||||
FILE07=""
|
||||
FILE08=""
|
||||
FILE09=""
|
||||
FILE10="https://git.hyperling.com/me/ebook-freedom-flyer/releases/download/latest/VoluntarySovereignty.pdf"
|
||||
FILE11="https://git.hyperling.com/me/ebook-health-protocol/releases/download/latest/HyperlingsHealthProtocol.pdf"
|
||||
FILE12=""
|
||||
|
||||
Reference in New Issue
Block a user