Replies: 4 comments 2 replies
-
Both this and #1015 sound to me like you should look into some devops setup. |
Beta Was this translation helpful? Give feedback.
-
I do it in my homelab: https://github.com/buroa/k8s-gitops https://github.com/buroa/k8s-gitops/tree/master/kubernetes/apps/networking/blocky/app |
Beta Was this translation helpful? Give feedback.
-
Thanks for sharing. I don't use kubernetes (yet) so I am trying to translate this back to docker-compose files. |
Beta Was this translation helpful? Give feedback.
-
Had a similar issue when I added a fallback server to my home network. In my case, I simply build my own blocky image via Github actions and publish the image via Github's container registry. Said image has my config already included. The repo itself is private and so is the image, but this is basically what I use: https://gist.github.com/sn0opy/9472fff1c119a424c591b9068e80c421 |
Beta Was this translation helpful? Give feedback.
-
I would like to store my config.yml in a GitHub (self hosted or not). Since I run block on two machines with the same config.yml. It would be nice to point both at the GitHub and have them pull config on start. There could be cache version local, if for some reason the git or url was not responding.
Beta Was this translation helpful? Give feedback.
All reactions