chore: clean up app

This commit is contained in:
Aetherinox
2025-02-23 02:50:09 -08:00
parent 8be328e769
commit 84524ebf53
522 changed files with 72 additions and 451 deletions

View File

@@ -24,14 +24,14 @@ echo " User:Group $(id -u dockerx):$(id -g dockerx)"
else
echo " User:Group $(stat /run -c %u):$(stat /run -c %g)"
fi
echo " Port(s) $(echo $PORT_HTTP)"
echo " Port(s) $(echo $WEB_PORT)"
echo " Gateway $(echo $IP_GATEWAY)"
echo " Web Server $(echo $IP_CONTAINER:$PORT_HTTP)"
echo " Web Server $(echo $IP_CONTAINER:$WEB_PORT)"
echo ""
echo '──────────────────────────────────────────────────────────────────────────────────────────'
if [[ -z ${TVAPP_READ_ONLY_FS} ]] && [[ -z ${TVAPP_NON_ROOT_USER} ]]; then
aetherxown dockerx:dockerx /app
aetherxown dockerx:dockerx /config
aetherxown dockerx:dockerx /defaults
aetherxown dockerx:dockerx /usr/src/app
fi