portal

Landing page for your homelab
git clone https://git.woozle.org/neale/portal.git

commit
c5214ca
parent
3e53a81
author
Neale Pickett
date
2023-03-11 14:02:15 -0700 MST
Rename webstat to portal
2 files changed,  +1, -1
M Dockerfile
+1, -1
1@@ -12,4 +12,4 @@ COPY --from=build /go/bin/ .
2 
3 FROM scratch
4 COPY --from=target /target /
5-ENTRYPOINT ["/webstat"]
6+ENTRYPOINT ["/portal"]
R cmd/webstat/main.go => cmd/portal/main.go
+0, -0