1 Commits

Author SHA1 Message Date
mfwadejr 8ffcf30e97 Move container image references to Gitea registry
Publish container / publish (push) Failing after 10s
2026-09-21 11:45:27 -04:00
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
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"
WORKDIR /app
COPY package.json server.mjs ./
+1 -1
View File
@@ -2,7 +2,7 @@ name: vboxstock
services:
vboxstock:
image: ghcr.io/mfwadejr/vboxstock:latest
image: git.us2plus2.com/marvin/vboxstock:latest
container_name: vboxstock
restart: unless-stopped
ports:
+2 -2
View File
@@ -2,7 +2,7 @@ name: vboxstock
services:
vboxstock:
image: ghcr.io/mfwadejr/vboxstock:latest
image: git.us2plus2.com/marvin/vboxstock:latest
container_name: vboxstock
restart: unless-stopped
ports:
@@ -24,7 +24,7 @@ x-casaos:
index: /
port_map: "8269"
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:
en_US: vBoxStock
tagline:
+3 -3
View File
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<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>
<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>
<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>
<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://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="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>