Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/6ec73362f24c7d2fa1748891f216e30bebca9f2c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -1,7 +1,7 @@
# syntax = docker/dockerfile:latest
# Install dependencies only when needed
FROM node: lates t-alpine AS deps
FROM node: curren t-alpine AS deps
WORKDIR /app
@ -19,7 +19,7 @@ RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm f
RUN --mount= type = cache,id= pnpm-store,target= /root/.local/share/pnpm/store pnpm install -r --offline
# Rebuild the source code only when needed
FROM node: lates t-alpine AS builder
FROM node: curren t-alpine AS builder
WORKDIR /app
COPY --link --from= deps /app/node_modules ./node_modules/
@ -32,7 +32,7 @@ RUN <<EOF
EOF
# Production image, copy all the files and run next
FROM node: lates t-alpine AS runner
FROM node: curren t-alpine AS runner
LABEL org.opencontainers.image.title "Homepage"
LABEL org.opencontainers.image.description "A self-hosted services landing page, with docker and service integrations."
LABEL org.opencontainers.image.url= "https://github.com/benphelps/homepage"