randomcoww / repos

Package hosting repo for homelab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm Charts

https://randomcoww.github.io/repos/helm/

helm package <chart_path> -d helm/
helm repo index --url https://randomcoww.github.io/repos/helm helm/

New chart should appear in https://randomcoww.github.io/repos/helm/index.yaml

Reference: https://github.com/technosophos/tscharts

RPM Packages

https://randomcoww.github.io/repos/fedora/$releasever/$basearch/

Add packages under fedora/

FEDORA_VERSION=39

podman run --rm -v $(pwd)/fedora:/fedora fedora:$FEDORA_VERSION bash -c "dnf install -y createrepo && createrepo /fedora/$FEDORA_VERSION/x86_64"

About

Package hosting repo for homelab


Languages

Language:Dockerfile 100.0%