hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
6.5k stars 236 forks source link

[Feature Request] Helm Chart Support #468

Open aaronfs07 opened 1 month ago

aaronfs07 commented 1 month ago

Are you at all opposed to be taking the kustomize you have and building an official helm chart?

MohamedBassem commented 1 month ago

@aaronfs07 I don't mind. Would you be interested in contributing the helm chart?

aaronfs07 commented 1 month ago

No issues with that at all, I will submit a pull request when it is ready for merge

samholton commented 1 month ago

Just started playing with this tonight, could consider using https://bjw-s.github.io/helm-charts/docs/app-template/ as a base rather than maintaining a separate Helm chart. Here is an example values using the app template: https://github.com/samholton/homelab/blob/main/apps/hoarder/helm-release.yaml#L17

omegaatt36 commented 3 weeks ago

Hi @samholton, I'm glad to see your solution! I used your approach and modified a few parameters, and now I have my own instance as well. :+1: I'm also happy to have learned how to use the app-template provided by bjw-s to standardize Helm charts.