Go to file
Kevin C. Coram 6aeb4836a2
Make media storage optional
If generating the SelectedMediaStorage configuration results in an
error (because there is no MediaUrl or Bunny CDN is not configured)
then don't configure the `/media` end-point, and make sure that the
`/micropub?q=config` query does not return a media-endpoint URL.
2020-01-04 21:58:48 -05:00
.gitignore Ignore `hugo-micropub` binary file 2020-01-04 21:13:50 -05:00
Dockerfile Update Dockerfile 2019-12-22 19:35:10 +01:00
cdn.go Add some testing 2019-12-24 12:29:14 +01:00
cdn_test.go Add some testing 2019-12-24 12:29:14 +01:00
config.go Make media storage optional 2020-01-04 21:58:48 -05:00
entry.go Better support for Quill's "favorite" request 2020-01-04 21:58:35 -05:00
go.mod Add Media Endpoint support 2020-01-01 14:21:56 +01:00
go.sum Add Media Endpoint support 2020-01-01 14:21:56 +01:00
main.go Make media storage optional 2020-01-04 21:58:48 -05:00
mediaendpoint.go Make media storage optional 2020-01-04 21:58:48 -05:00
mediastorage.go Add Media Endpoint support 2020-01-01 14:21:56 +01:00
microformat.go Add support for bookmark-of 2020-01-01 20:39:16 +01:00
micropub.go Make media storage optional 2020-01-04 21:58:48 -05:00
notification.go Add Telegram notification for webmentions 2019-12-23 10:21:21 +01:00
post.go Add support for syndication 2019-12-22 13:58:50 +01:00
query.go Refactoring, small fix, added creating posts using JSON 2019-12-22 08:26:38 +01:00
social.go Refactor Socials 2019-12-22 20:27:12 +01:00
storage.go More refactoring 2019-12-22 21:17:11 +01:00
validation.go Add Media Endpoint support 2020-01-01 14:21:56 +01:00
validation_test.go Add some testing 2019-12-24 12:29:14 +01:00
webmention.go Add Telegram notification for webmentions 2019-12-23 10:21:21 +01:00
webmention_test.go Add some testing 2019-12-24 12:29:14 +01:00