Files
helm-pixelfed/README.md
T
Jesse Hitch e17115da77 Update README.md
add some basic install docs and a badge
2024-12-29 18:54:49 +01:00

746 B

Pixelfed helm chart


A helm chart to setup Pixelfed. Uses matt's docker image for now.

TLDR

# add the chart repo to your helm repos
helm repo add pixelfed https://small-hack.github.io/pixelfed-chart

# download the values.yaml and edit it with your own values such as YOUR hostname
helm show values pixelfed/pixelfed > values.yaml

# install the chart
helm install --namespace pixelfed --create-namespace pixelfed/pixelfed --values values.yaml