aboutsummaryrefslogtreecommitdiffstats
path: root/giphyproxy/main.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2024-06-19 12:20:07 +0300
committerTulir Asokan <tulir@maunium.net>2024-06-19 12:21:04 +0300
commit850668a9f6615dd9eddfbf21d907332dcb10f3e6 (patch)
tree24abcac9776a95fc55a636a79414276879d7ec96 /giphyproxy/main.go
parent804014f3b490192e90bf1dc9a60431d2310fc450 (diff)
Update giphyproxy /version response
Diffstat (limited to 'giphyproxy/main.go')
-rw-r--r--giphyproxy/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/giphyproxy/main.go b/giphyproxy/main.go
index 8954a46..98ac929 100644
--- a/giphyproxy/main.go
+++ b/giphyproxy/main.go
@@ -49,6 +49,7 @@ func main() {
var cfg Config
exerrors.PanicIfNotNil(yaml.Unmarshal(cfgFile, &cfg))
mp := exerrors.Must(mediaproxy.NewFromConfig(cfg.BasicConfig, getMedia))
+ mp.KeyServer.Version.Name = "maunium-stickerpicker giphy proxy"
exerrors.PanicIfNotNil(mp.Listen(cfg.ServerConfig))
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage