portal

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

commit
1202f3a
parent
cbdaa90
author
Neale Pickett
date
2025-11-10 11:22:30 -0700 MST
Move onto ghcr
2 files changed,  +7, -0
M README.md
+6, -0
 1@@ -8,6 +8,12 @@ like they all work together somehow.
 2 
 3 ![Screen Shot](docs/screenshot.png)
 4 
 5+```sh
 6+$ docker run \
 7+  -v $(pwd)/portal.json:/web/portal.json:ro \
 8+  -p 8080:8080 \
 9+  ghcr.io/nealey/portal:latest
10+```
11 
12 # portal.json
13 
M build.sh
+1, -0
1@@ -3,5 +3,6 @@
2 set -e
3 
4 tag=git.woozle.org/neale/portal:latest
5+tag=ghcr.io/nealey/portal:latest
6 
7 docker buildx build --push --tag $tag $(dirname $0)/.