feat(screenshots): replace ai mockups with real application screenshots and update package publishing
@@ -32,7 +32,23 @@ jobs:
|
||||
- name: Publish NaxOS Modules to Gitea Packages
|
||||
run: |
|
||||
tar -czf naxos-os-modules.tar.gz modules profiles iso flake.nix flake.lock
|
||||
curl -s --fail-with-body -X PUT \
|
||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
||||
echo "Packaging naxos-os-modules.tar.gz to Gitea Packages registry..."
|
||||
TOKEN="${{ secrets.PACKAGE_TOKEN }}"
|
||||
if [ -z "$TOKEN" ]; then
|
||||
TOKEN="${{ secrets.GITEA_TOKEN }}"
|
||||
fi
|
||||
RESPONSE=$(curl -s -w "\nHTTP_STATUS:%{http_code}" -X PUT \
|
||||
-H "Authorization: token ${TOKEN}" \
|
||||
--upload-file naxos-os-modules.tar.gz \
|
||||
"${{ github.server_url }}/api/packages/naxos/generic/naxos-os-modules/1.0.0/naxos-os-modules.tar.gz" || echo "Package upload note: published or exists"
|
||||
"${{ github.server_url }}/api/packages/naxos/generic/naxos-os-modules/1.0.0/naxos-os-modules.tar.gz")
|
||||
STATUS=$(echo "$RESPONSE" | grep "HTTP_STATUS:" | cut -d: -f2)
|
||||
BODY=$(echo "$RESPONSE" | grep -v "HTTP_STATUS:")
|
||||
echo "Package upload HTTP status: $STATUS"
|
||||
if [ "$STATUS" -eq 201 ] || [ "$STATUS" -eq 200 ] || [ "$STATUS" -eq 204 ]; then
|
||||
echo "Successfully published naxos-os-modules.tar.gz to Gitea Packages!"
|
||||
elif [ "$STATUS" -eq 409 ]; then
|
||||
echo "Package version 1.0.0 already published in Gitea Packages: $BODY"
|
||||
else
|
||||
echo "Failed to publish package to Gitea Packages ($STATUS): $BODY"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
## Appliance Interface Preview
|
||||
|
||||
| Overview Dashboard | OpenZFS Storage & Migration |
|
||||
| Overview Dashboard | OpenZFS Storage Engine |
|
||||
| :---: | :---: |
|
||||
|  |  |
|
||||
| **CNCF Perses Analytics** | **App Store Catalog** |
|
||||
|  |  |
|
||||
|  |  |
|
||||
| **CNCF Perses Analytics** | **App Store & Runtime** |
|
||||
|  |  |
|
||||
|
||||
## Architecture & Features
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 494 KiB |
|
After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 440 KiB |
|
After Width: | Height: | Size: 150 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 617 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 554 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 100 KiB |