Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caddyserver still supported? #41

Closed
SydoxX opened this issue Aug 24, 2020 · 1 comment
Closed

Caddyserver still supported? #41

SydoxX opened this issue Aug 24, 2020 · 1 comment

Comments

@SydoxX
Copy link

SydoxX commented Aug 24, 2020

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

@mark-kubacki
Copy link
Owner

mark-kubacki commented Aug 24, 2020

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.’

@mark-kubacki mark-kubacki pinned this issue Aug 24, 2020
@mark-kubacki mark-kubacki changed the title Caddy still supported? Caddyserver still supported? Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants