Move container image references to Gitea registry
Publish container / publish (push) Failing after 10s
Publish container / publish (push) Failing after 10s
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
FROM node:22-alpine
|
FROM node:22-alpine
|
||||||
LABEL org.opencontainers.image.source="https://github.com/mfwadejr/vboxstock"
|
LABEL org.opencontainers.image.source="https://git.us2plus2.com/marvin/vboxstock"
|
||||||
LABEL org.opencontainers.image.description="Self-contained vSeeBox inventory and sales tracker"
|
LABEL org.opencontainers.image.description="Self-contained vSeeBox inventory and sales tracker"
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json server.mjs ./
|
COPY package.json server.mjs ./
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ name: vboxstock
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
vboxstock:
|
vboxstock:
|
||||||
image: ghcr.io/mfwadejr/vboxstock:latest
|
image: git.us2plus2.com/marvin/vboxstock:latest
|
||||||
container_name: vboxstock
|
container_name: vboxstock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: vboxstock
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
vboxstock:
|
vboxstock:
|
||||||
image: ghcr.io/mfwadejr/vboxstock:latest
|
image: git.us2plus2.com/marvin/vboxstock:latest
|
||||||
container_name: vboxstock
|
container_name: vboxstock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
@@ -24,7 +24,7 @@ x-casaos:
|
|||||||
index: /
|
index: /
|
||||||
port_map: "8269"
|
port_map: "8269"
|
||||||
scheme: http
|
scheme: http
|
||||||
icon: https://raw.githubusercontent.com/mfwadejr/vboxstock/main/public/assets/vboxstock-icon-512.png
|
icon: https://git.us2plus2.com/marvin/vboxstock/raw/branch/main/public/assets/vboxstock-icon-512.png
|
||||||
title:
|
title:
|
||||||
en_US: vBoxStock
|
en_US: vBoxStock
|
||||||
tagline:
|
tagline:
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<Container version="2">
|
<Container version="2">
|
||||||
<Name>vBoxStock</Name><Repository>ghcr.io/mfwadejr/vboxstock:latest</Repository><Registry>https://github.com/mfwadejr/vboxstock/pkgs/container/vboxstock</Registry>
|
<Name>vBoxStock</Name><Repository>git.us2plus2.com/marvin/vboxstock:latest</Repository><Registry>https://git.us2plus2.com/marvin/vboxstock</Registry>
|
||||||
<Network>bridge</Network><Shell>sh</Shell><Privileged>false</Privileged>
|
<Network>bridge</Network><Shell>sh</Shell><Privileged>false</Privileged>
|
||||||
<Support>https://github.com/mfwadejr/vboxstock/issues</Support><Project>https://github.com/mfwadejr/vboxstock</Project><Overview>Self-contained vSeeBox inventory and sales tracker with an embedded SQLite database.</Overview>
|
<Support>https://git.us2plus2.com/marvin/vboxstock/issues</Support><Project>https://git.us2plus2.com/marvin/vboxstock</Project><Overview>Self-contained vSeeBox inventory and sales tracker with an embedded SQLite database.</Overview>
|
||||||
<Category>Tools:</Category><WebUI>http://[IP]:[PORT:3000]/</WebUI><TemplateURL>https://raw.githubusercontent.com/mfwadejr/vboxstock/main/vboxstock-unraid.xml</TemplateURL><Icon>https://raw.githubusercontent.com/mfwadejr/vboxstock/main/public/assets/vboxstock-icon-512.png</Icon>
|
<Category>Tools:</Category><WebUI>http://[IP]:[PORT:3000]/</WebUI><TemplateURL>https://git.us2plus2.com/marvin/vboxstock/raw/branch/main/vboxstock-unraid.xml</TemplateURL><Icon>https://git.us2plus2.com/marvin/vboxstock/raw/branch/main/public/assets/vboxstock-icon-512.png</Icon>
|
||||||
<Config Name="Web UI Port" Target="3000" Default="8269" Mode="tcp" Description="Recommended vBoxStock host port; maps to container port 3000" Type="Port" Display="always" Required="true" Mask="false">8269</Config>
|
<Config Name="Web UI Port" Target="3000" Default="8269" Mode="tcp" Description="Recommended vBoxStock host port; maps to container port 3000" Type="Port" Display="always" Required="true" Mask="false">8269</Config>
|
||||||
<Config Name="App Data" Target="/data" Default="/mnt/user/appdata/vboxstock" Mode="rw" Description="SQLite database and durable application data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vboxstock</Config>
|
<Config Name="App Data" Target="/data" Default="/mnt/user/appdata/vboxstock" Mode="rw" Description="SQLite database and durable application data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vboxstock</Config>
|
||||||
<Config Name="User ID" Target="PUID" Default="99" Mode="" Description="Host user ID used to own and write application data. Unraid default is 99 (nobody)." Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
|
<Config Name="User ID" Target="PUID" Default="99" Mode="" Description="Host user ID used to own and write application data. Unraid default is 99 (nobody)." Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
|
||||||
|
|||||||
Reference in New Issue
Block a user