The successor to my homepage. Hold on to your butts.
Go to file
2024-01-03 17:11:45 -05:00
cgi-bin New guestbook 2022-01-11 20:59:27 -05:00
public New resume 2023-05-04 11:11:54 -04:00
t Add favicon 2022-07-21 20:38:40 -04:00
templates Verification for link 2022-11-20 14:28:42 -05:00
.gitignore Implement session cookie 2021-03-12 23:22:50 -05:00
cpanfile Add dependency to make v5.36 work 2022-10-06 00:38:08 -04:00
Dockerfile Whoopsie podman stuff 2024-01-03 17:11:45 -05:00
LICENSE Fixed LICENSE and un-broke a thing in the guestbook CGI script 2021-05-11 23:05:35 -04:00
README.md Update docs 2023-08-25 12:16:10 -04:00
www-swagg.pl Don't need this anymore yay 2022-07-17 21:17:51 -04:00

www2.0

The successor to my homepage. Hold on to your butts.

Building/Testing

Build the container locally

podman build -t www-swagg .

Tests are performed during the build process

Tagging/Pushing

Tag the image

podman tag www-swagg git.minimally.online/swaggboi_priv/www-swagg

Send it

podman push git.minimally.online/swaggboi_priv/www-swagg

Pull it

podman pull git.minimally.online/swaggboi_priv/www-swagg

Run it

podman run -dt --rm --name www-swagg -p 3000:3000 www-swagg:latest

Create unit file

podman generate systemd --files --new --name www-swagg