Publish container through Gitea registry
Build and publish container / publish (push) Failing after 10m9s
Build and publish container / publish (push) Failing after 10m9s
This commit is contained in:
@@ -23,18 +23,18 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Sign in to GitHub Container Registry
|
- name: Sign in to Gitea Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: git.us2plus2.com
|
||||||
username: ${{ github.actor }}
|
username: ${{ secrets.GITEA_REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITEA_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Generate image tags
|
- name: Generate image tags
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ github.repository }}
|
images: git.us2plus2.com/marvin/site-gateway
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ At startup, the container creates the complete `/data` hierarchy, applies `PUID`
|
|||||||
|
|
||||||
## Unraid
|
## Unraid
|
||||||
|
|
||||||
1. Add the container from **Docker → Add Container** using the image `ghcr.io/mfwadejr/site-gateway2:latest`, or search Community Applications once a template is published.
|
1. Add the container from **Docker → Add Container** using the image `git.us2plus2.com/marvin/site-gateway:latest`, or search Community Applications once a template is published.
|
||||||
2. Map ports `80`, `443` (TCP+UDP), `8080`, and `9000-9099` as above, plus any Streaming Host ports you plan to use.
|
2. Map ports `80`, `443` (TCP+UDP), `8080`, and `9000-9099` as above, plus any Streaming Host ports you plan to use.
|
||||||
3. Map one path, e.g. `/mnt/user/appdata/site-gateway:/data`.
|
3. Map one path, e.g. `/mnt/user/appdata/site-gateway:/data`.
|
||||||
4. Set `PUID=99` and `PGID=100` so the container writes to `/data` as the `nobody`/`users` account Unraid expects.
|
4. Set `PUID=99` and `PGID=100` so the container writes to `/data` as the `nobody`/`users` account Unraid expects.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# docker compose -f compose.release.yaml up -d
|
# docker compose -f compose.release.yaml up -d
|
||||||
services:
|
services:
|
||||||
site-gateway:
|
site-gateway:
|
||||||
image: ${SITE_GATEWAY_IMAGE:-ghcr.io/mfwadejr/site-gateway2:latest}
|
image: ${SITE_GATEWAY_IMAGE:-git.us2plus2.com/marvin/site-gateway:latest}
|
||||||
container_name: site-gateway
|
container_name: site-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
+5
-5
@@ -13,7 +13,7 @@ name: site-gateway
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
site-gateway:
|
site-gateway:
|
||||||
image: ghcr.io/mfwadejr/site-gateway2:latest
|
image: git.us2plus2.com/marvin/site-gateway:latest
|
||||||
container_name: site-gateway
|
container_name: site-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -77,7 +77,7 @@ x-casaos:
|
|||||||
index: /
|
index: /
|
||||||
port_map: "8080"
|
port_map: "8080"
|
||||||
scheme: http
|
scheme: http
|
||||||
icon: https://raw.githubusercontent.com/mfwadejr/site-gateway2/main/src/public/site-gateway-icon-approved.png
|
icon: https://git.us2plus2.com/marvin/site-gateway/raw/branch/main/src/public/site-gateway-icon-approved.png
|
||||||
title:
|
title:
|
||||||
en_US: Site Gateway
|
en_US: Site Gateway
|
||||||
tagline:
|
tagline:
|
||||||
@@ -93,6 +93,6 @@ x-casaos:
|
|||||||
architectures: ["amd64", "arm64"]
|
architectures: ["amd64", "arm64"]
|
||||||
version: "0.16.58"
|
version: "0.16.58"
|
||||||
update_at: "2026-09-20"
|
update_at: "2026-09-20"
|
||||||
website: https://github.com/mfwadejr/site-gateway2
|
website: https://git.us2plus2.com/marvin/site-gateway
|
||||||
repo: https://github.com/mfwadejr/site-gateway2
|
repo: https://git.us2plus2.com/marvin/site-gateway
|
||||||
support: https://github.com/mfwadejr/site-gateway2/issues
|
support: https://git.us2plus2.com/marvin/site-gateway/issues
|
||||||
|
|||||||
Reference in New Issue
Block a user