abiosoft / abiosoft/caddy-docker

Invalid plugins? filebrowser integration

Open
#124 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
787
Forks
303
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.