grafana/pkg/components/imguploader
Daniel Lee 33a32df47b
imagestorage: fix templating of public_url option for webdav (#74885)
* spelling in error message

* imguploader: fix template for webdav url

Since a few years ago, when loading the config file, the  template gets replaced in the expanding
env var phase (see ##25075) and introduced a bug in the webdav public_url config option. This commit
changes the template syntax to be {{file}}. This doesn't get expanded and removed when the config file
is loaded.

* devenv: add a block for a WebDAV server

* Adding alerting as codeowners for webdav

---------

Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2023-09-28 00:35:10 +03:00
..
gcs
azureblobuploader.go
azureblobuploader_test.go
imguploader.go
imguploader_test.go
localuploader.go
localuploader_test.go
mock.go
s3uploader.go
s3uploader_test.go
webdavuploader.go
webdavuploader_test.go