Changes to compose and env files to get FDroid build working successfully.

This commit is contained in:
2025-11-11 20:12:33 -07:00
parent a233f32751
commit 0eb2ecf033
2 changed files with 22 additions and 16 deletions

View File

@@ -8,8 +8,10 @@ services:
context: ./ context: ./
network: host network: host
args: args:
WEBROOT: ${WEBROOT} #WEBROOT: ${WEBROOT}
REPO: ${REPO} #REPO: ${REPO}
REPO_DOMAIN: ${REPO_DOMAIN}
REPO_NAME: ${REPO_NAME}
FILE00: ${FILE00} FILE00: ${FILE00}
FILE01: ${FILE01} FILE01: ${FILE01}
FILE02: ${FILE02} FILE02: ${FILE02}
@@ -31,9 +33,13 @@ services:
FILE18: ${FILE18} FILE18: ${FILE18}
FILE19: ${FILE19} FILE19: ${FILE19}
restart: always restart: always
ports:
- "8015:80"
environment: environment:
- WEBROOT=$WEBROOT #- WEBROOT=$WEBROOT
- REPO=$REPO #- REPO=$REPO
- REPO_DOMAIN=$REPO_DOMAIN
- REPO_NAME=$REPO_NAME
- FILE00=$FILE00 - FILE00=$FILE00
- FILE01=$FILE01 - FILE01=$FILE01
- FILE02=$FILE02 - FILE02=$FILE02
@@ -54,9 +60,9 @@ services:
- FILE17=$FILE17 - FILE17=$FILE17
- FILE18=$FILE18 - FILE18=$FILE18
- FILE19=$FILE19 - FILE19=$FILE19
volumes: #volumes:
- ../../Volumes/F-DroidRepo/fdroid:/root/fdroid # #- ../../Volumes/F-DroidRepo/fdroid:/root/fdroid
- ../../Volumes/F-DroidRepo/nginx:/var/www/html # - ../../Volumes/F-DroidRepo/nginx:/var/www/html
deploy: deploy:
mode: global mode: global
resources: resources:

View File

@@ -11,11 +11,11 @@ MEM=0.25G
## Repo Settings ## ## Repo Settings ##
WEBROOT="/var/www/html" #WEBROOT="/var/www/html"
REPO="/root/fdroid" #REPO="/root/fdroid"
REPO_DOMAIN="https://fdroid.hyperling.com"
REPO_NAME="Hyperling's Apps" REPO_NAME="Hyperling's Apps"
REPO_LINK="https://fdroid.hyperling.com"
## Files ## ## Files ##
# Should be provided as URLs directly to the APK files. # Should be provided as URLs directly to the APK files.
@@ -27,12 +27,12 @@ REPO_LINK="https://fdroid.hyperling.com"
#FILE03="https://git.hyperling.com/me/android-45-minute-rule/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" #FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TBD"
#FILE05="https://git.hyperling.com/me/android-hypergames/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" FILE00="https://git.hyperling.com/me/android-carb-up/releases/download/latest/CarbUp_v1.0.1.apk"
FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/0.1.3/ExpenseTracker_v0.1.3.apk" FILE01="https://git.hyperling.com/me/flutter-expense-tracker/releases/download/latest/ExpenseTracker_v0.1.3.apk"
FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/1.1.1/InfiniteTimer_v1.1.1.apk" FILE02="https://git.hyperling.com/me/android-infinite-timer/releases/download/latest/InfiniteTimer_v1.1.1.apk"
FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/1.07/The45MinuteRule_v1.0.7.apk" FILE03="https://git.hyperling.com/me/android-45-minute-rule/releases/download/latest/The45MinuteRule_v1.0.7.apk"
FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/1.1.0/TicTacToe_v1.1.0.apk" FILE04="https://git.hyperling.com/me/android-tictactoe/releases/download/latest/TicTacToe_v1.1.0.apk"
FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/0.0.11/HyperGames_v0.0.11.apk" FILE05="https://git.hyperling.com/me/android-hypergames/releases/download/latest/HyperGames_v0.0.11.apk"
FILE06="" FILE06=""
FILE07="" FILE07=""
FILE08="" FILE08=""