chore: first build

This commit is contained in:
2024-08-17 04:55:01 +07:00
parent 61a07068d5
commit e1d2274bfb
37 changed files with 537 additions and 59 deletions
+8
View File
@@ -0,0 +1,8 @@
# Garage Web UI Screenshots
[![image](img/home.png)](img/home.png)
[![image](img/cluster.png)](img/cluster.png)
[![image](img/buckets.png)](img/buckets.png)
[![image](img/buckets-overview.png)](img/buckets-overview.png)
[![image](img/buckets-permissions.png)](img/buckets-permissions.png)
[![image](img/keys.png)](img/keys.png)
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
set -e
IMAGE_NAME="khairul169/garage-webui"
PACKAGE_VERSION=$(cat package.json | grep \"version\" | cut -d'"' -f 4)
echo "Building version $PACKAGE_VERSION"
docker buildx build --platform linux/amd64,linux/arm64 \
-t "$IMAGE_NAME:latest" -t "$IMAGE_NAME:$PACKAGE_VERSION" --push .
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB