From 8cea4a46d03dec1deb90b056bc0bf2c6ec5b6548 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 3 Dec 2024 00:03:01 +0200 Subject: Make giphyproxy destination configurable --- giphyproxy/example-config.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'giphyproxy/example-config.yaml') diff --git a/giphyproxy/example-config.yaml b/giphyproxy/example-config.yaml index 3bed981..0d7e226 100644 --- a/giphyproxy/example-config.yaml +++ b/giphyproxy/example-config.yaml @@ -15,3 +15,6 @@ server_key: CHANGE ME hostname: 0.0.0.0 # Port where the proxy should listen on port: 8008 + +# Redirect destination. This can be changed to serve a different format. +destination: https://i.giphy.com/%s.webp -- cgit v1.2.3