heavybullets8

Results 12 comments of heavybullets8

My applications are running fine with that setup. But, if yours isn't I'm sure I can help. Can you either open a support ticket on the Tube archivist Discord and...

Issue was resolved, and my documentation has been updated. See the issue, and solution here: https://discord.com/channels/920056098122248193/1007346611451596911

I have been having the same issue. I have checked the logs on my cluster, as well as on TrueNAS, and cannot find anything useful. I also don't have an...

For what it is worth, I switched Volsync's `ReplicationSource` `restic.copyMethod` to `Clone` and the issue is gone, it is much faster and unless you have a specific need for snapshots,...

Thank You! ### Custom Apps do Receive Updates as shown here: ![image](https://github.com/Heavybullets8/heavy_script/assets/20793231/8283b647-5d6a-4a3d-9ac3-7b35c41ac5a7) 1. There is no version change, since the helm chart for the app, nor the custom-app app version...

https://github.com/Heavybullets8/heavy_script?tab=readme-ov-file#archived-repository-notice

I was able to get this working by using an existing claim: pvc.yaml ```yaml --- apiVersion: v1 kind: PersistentVolume metadata: name: nextcloud-pv spec: storageClassName: nextcloud-nfs capacity: storage: 300Gi accessModes: -...

> Maybe there can be a new field called `syncPolicy` that accepts `Always` or `Once` as options, with `Always` being the default. I think this would be really helpful. Alternatively,...

> Which image is this? Lite or latest etc? I first saw the issue in my [Kubernetes Helm deployment](https://github.com/Heavybullets8/heavy-ops/blob/main/kubernetes/apps/default/stirling-pdf/app/helmrelease.yaml) using: ```yaml repository: ghcr.io/stirling-tools/s-pdf tag: 0.44.0@sha256:d315d6fcc03da60e939d4924335fa7fa8ad6b990bac99a7a17ebfacc37f6a88f ``` Locally on NixOS, I...

I agree, since the Dockerfile should be setup in a way that handles the paths, since its what is installing everything needed to run. I can open a PR with...