You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I cannot find any references to Caddyserver any more, let alone Caddyserver v2.0, am I assuming correctly that Caddyserver is no longer supported? I'm already using Caddyserver v2.X in my project and it'd be great if I could directly integrate file uploading into the Caddyfile instead of using a completely independent executable.
Thanks for answering and have a nice week,
Konstantin
The text was updated successfully, but these errors were encountered:
Version 3 of this is the last version to come with integrations into Caddyserver v1 out-of-the-box. Specifically, your imports would need to read:
import"blitznote.com/src/http.upload/v3"
Please peruse the “tags” tab here on Github to browse through the latest v3 sources, especially the contrib folder and doc.go, for more details.
Issues filed regarding Caddyserver won't be entertained, and I will not merge any such PRs unless they're trivial, i. e. changing import paths or the like.
http.upload implements Go's conventional http.Handler, and you could integrate it through a (provided?) adapter that way any time. Please note though that until Caddyserver starts respecting licenses, like reproducing copyright notices, you won't be permitted to redistribute any resulting artifacts.
‘Caddy’ is a registered trademark here, therefore I kindly ask to use ‘Caddyserver.’
As I cannot find any references to Caddyserver any more, let alone Caddyserver v2.0, am I assuming correctly that Caddyserver is no longer supported? I'm already using Caddyserver v2.X in my project and it'd be great if I could directly integrate file uploading into the Caddyfile instead of using a completely independent executable.
Thanks for answering and have a nice week,
Konstantin
The text was updated successfully, but these errors were encountered: