ops: paivana and caddy config refresh
This commit is contained in:
parent
d8dbc6242b
commit
56f814a6de
74 changed files with 4517 additions and 79 deletions
11
scripts/meet/build.sh
Executable file
11
scripts/meet/build.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Build Meet web stub on CachyOS (run on koopa).
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
||||
CTX="${ROOT}/configs/meet"
|
||||
TAG="${IMAGE_TAG:-localhost/koopa-meet-web:cachyos}"
|
||||
cd "$CTX"
|
||||
[[ -f Containerfile ]] || { echo "ERROR: missing $CTX/Containerfile" >&2; exit 1; }
|
||||
echo "build $TAG ctx=$CTX"
|
||||
podman build -t "$TAG" -f Containerfile .
|
||||
echo "OK: $TAG"
|
||||
Loading…
Add table
Add a link
Reference in a new issue