github Cogitri/charts dawarich-0.7.0

latest releases: dawarich-0.8.10, dawarich-0.8.9, dawarich-0.8.8...
3 months ago

Self-hosted alternative to Google Location History

  • Remove redis & sidekiq - dawarich uses SolidQueue&SolidCache now. Feel free to remove the relevant keys from your values.yaml.
  • Add PVC for solid
  • Don't grant the DB user superuser rights - simply create the postgis extension now. I didn't want to mess with your DBs, so please manually remove superuser access for the dawarich user if you desire so:
kubectl exec -it dawarich-postgresql-0 -- psql -U postgres

ALTER USER dawarich WITH nosuperuser;

Don't miss a new charts release

NewReleases is sending notifications on new releases.