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

Invalid plugins? filebrowser integration #124

Open
IvanTurgenev opened this issue Jun 27, 2018 · 5 comments
Open

Invalid plugins? filebrowser integration #124

IvanTurgenev opened this issue Jun 27, 2018 · 5 comments

Comments

@IvanTurgenev
Copy link

IvanTurgenev commented Jun 27, 2018

Inside builder folder

docker build . -t caddybuilder; docker run --rm -v $(pwd):/install -v /root/src/cabby-docker/builder/go/:/go/ -e PLUGINS=git,filemanager,cors,realip,expires,cache caddybuilder

from

https://github.com/abiosoft/caddy-docker/tree/master/builder

when i check

/root/src/cabby-docker/builder/go/src/github.com/mholt/caddy/caddyhttp/filemanager.go

its contents dont point to anything

package caddyhttp

import _ "github.com/hacdias/filemanager/caddy/filemanager"

I am trying to integrate this docker image with

https://github.com/filebrowser/filebrowser

how should i do this? should i replace .go files with these on /caddyhttp/?

https://github.com/filebrowser/filebrowser/tree/master/caddy

@IvanTurgenev IvanTurgenev changed the title Unvalid plugins? Invalid plugins? filebrowser integration Jun 27, 2018
@IvanTurgenev
Copy link
Author

@hacdias

@hacdias
Copy link

hacdias commented Jun 27, 2018

Hey @IvanTurgenev! I just created this PR. It is the only place where that path is mentioned, although I find it strange to be getting the link from a comment.

@IvanTurgenev
Copy link
Author

thanks

@abiosoft
Copy link
Owner

@hacdias well, that's the easiest way out and it works 😉

although I find it strange to be getting the link from a comment.

@hacdias
Copy link

hacdias commented Jun 28, 2018

@abiosoft 😮

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants