feat: environment configuration

Environment variables can now be used to configure any
config property including the feeds list.

This makes it easier to use in environments without access
to config files like GCR. Some may prefer not to have a separate
config file as well.

Also added build metadata to the docker image and binaries.
This commit is contained in:
Evan Buss
2024-08-11 18:47:46 +00:00
parent d8d35b6cef
commit 9da7ea1bbc
10 changed files with 239 additions and 39 deletions

View File

@@ -13,4 +13,5 @@ cp kindlegen/kindlegen /usr/local/bin/kindlegen
chmod +x /usr/local/bin/kindlegen
rm -rf kindlegen kindlegen_linux_2.6_i386_v2_9.tar.gz
go install github.com/air-verse/air@latest
go install github.com/air-verse/air@latest
go install github.com/goreleaser/goreleaser/v2@latest