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
This could also be committed to the repo but I would recommend adding the cgo build tag //go:build cgo. This would allow filestash to be installed with cgo disabled
If you are interested in these changes I can open PRs
There are only three things stopping filestash from being easily go installable.
server/plugin/plg_handler_console/srcare missing.go generatewhich breaks the web ui. See [Feature Request] Use stdlib mime package #955server/plugin/plg_image_cdownloads stb_image.h from https://github.com/nothings/stb//go:build cgo. This would allow filestash to be installed with cgo disabledIf you are interested in these changes I can open PRs
This is all an attempt to make it easier for me to deploy using https://github.com/gokrazy/gokrazy