Spencer Hachmeister
Spencer Hachmeister
@Morgy93 I had a similar use case. My workaround was to create a script that would generate the .gitmodules. Still have to kick it off manually, but WAY easier than...
I ran into this issue too. Just thought I'd mention the issue only happens if the drop down selection is outside of the "window" that pops up. If you scroll...
Yeah, that would be sweet! Let me know if there is anything I can do to help. Mattermost would be my first choice too.
Great! I pointed chat.scifi.farm to that server, so you should be able to use certbot to verify that address. I also set up an SMTP account and sent the credentials...
Also, if you want help funding the server, let me know. I'm running a couple of other servers, so it's not a big deal for me to cover it.
Perhaps the [specs](https://yaml.org/type/merge.html) can lend some insight as to how to make it work. [This stackoverflow](https://stackoverflow.com/questions/24090177/how-to-merge-yaml-arrays) might be helpful as well.
[Here](https://medium.com/@DazWilkin/docker-swarm-and-prometheus-fd19462f1bf8) is an example of a project that builds for multiple architecture.
I noticed that linuxserver's [grocy](https://github.com/linuxserver/docker-grocy) repo had multiple Dockerfiles, and didn't use any templates. Without templates it's 3 places to keep in sync, which is a hassle, but maybe not...
Another place I've found building images is the way [sanic](https://github.com/distributed-containers-inc/sanic) utilizes [moby/buildkit](https://github.com/moby/buildkitH).
It makes sense to try and use the same code for testing as for health checks: #7