ducoterra 5004b68817
Build and Push Container / build-and-push (push) Successful in 36s
fix mobile keyboard
2026-05-28 11:40:41 -04:00
2026-05-27 21:52:36 -04:00
2026-05-28 11:40:41 -04:00
2026-05-27 21:52:36 -04:00
2026-05-27 23:03:08 -04:00
2026-05-27 21:52:36 -04:00
2026-05-27 21:52:36 -04:00

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 8080:8080 -v ./src:/usr/share/nginx/html:z homepage:latest

Visit http://localhost:8080 in your browser.

Deploy with Quadlet

  1. Copy the container definition to systemd:
mkdir -p ~/.config/containers/systemd
cp homepage.container ~/.config/containers/systemd/
  1. Reload systemd and start the service:
systemctl --user daemon-reload
systemctl --user start homepage.container
  1. 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.

S
Description
No description provided
Readme
2.3 MiB
Languages
JavaScript 54.7%
HTML 25.8%
CSS 18.7%
Shell 0.6%
Dockerfile 0.2%