mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 08:45:45 +03:00
feat(nicegui): show list of all images stored in container registry (#43)
This commit is contained in:
parent
b40e0dd4a1
commit
83f047f2d6
8 changed files with 417 additions and 10 deletions
2
forge.sh
2
forge.sh
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue