added a simple panel

This commit is contained in:
yusing
2024-03-01 16:50:26 +08:00
parent 47733ec05f
commit 12e23c3517
11 changed files with 342 additions and 113 deletions

View File

@@ -1,8 +1,9 @@
FROM alpine:latest
MAINTAINER yusing@6uo.me
LABEL maintainer="yusing@6uo.me"
COPY bin/go-proxy /usr/bin
COPY templates/ /app/templates
RUN chmod +rx /usr/bin/go-proxy
ENV DOCKER_HOST unix:///var/run/docker.sock