a2f331e52620da1173a2a09a98d7f3bfda3c7f33
Build and Push Container / build-and-push (push) Successful in 11s
Introduce .agents/ (PLAN.md with locked architectural anchors, phase roadmap under phases/todo/) and AGENTS.md rules for agents working in the repo. Queues the pending phases: fix history XSS, simulate fetch commands, and nginx security headers.
Developer Homepage
A static portfolio site packaged for deployment with Podman quadlets.
Build & Run with Podman
Build the image
podman build -t homepage:latest .
Run the container
podman run --rm -p 0.0.0.0:8080:8080 -v ./src:/usr/share/nginx/html:z homepage:latest
Visit http://localhost:8080 in your browser.
Deploy with Quadlet
- Copy the container definition to systemd:
mkdir -p ~/.config/containers/systemd
cp homepage.container ~/.config/containers/systemd/
- Reload systemd and start the service:
systemctl --user daemon-reload
systemctl --user start homepage.container
- Enable auto-start on boot:
systemctl --user enable homepage.container
Development
Source files are in the src/ directory. Edit index.html, style.css, and script.js directly. Rebuild the image after making changes.
Languages
JavaScript
52.7%
HTML
26.6%
CSS
19.8%
Shell
0.6%
Dockerfile
0.3%