feat(nicegui): show list of all images stored in container registry (#43)

This commit is contained in:
Stephan Lüscher 2024-05-15 20:39:20 +00:00
parent b40e0dd4a1
commit 83f047f2d6
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
8 changed files with 417 additions and 10 deletions

View file

@ -9,6 +9,8 @@ export FORGE_POD_NAME_PRE_AMBLE="ublue-os_forge-"
export FORGE_POD_NAME_REVERSE_PROXY=${FORGE_POD_NAME_PRE_AMBLE}rvproxy
export FORGE_POD_NAME_REGISTRY=${FORGE_POD_NAME_PRE_AMBLE}registry
export FORGE_POD_NAME_ANVIL=${FORGE_POD_NAME_PRE_AMBLE}anvil
export FORGE_HOST_IP_ADDRESS=$(hostname -I | awk '{print $1}')
# Functions
function setup {