Versions in this module Expand all Collapse all v1 v1.0.1 Nov 22, 2024 v1.0.0 Nov 15, 2024 v0 v0.4.2 Oct 17, 2024 Changes in this version type FileServer + func (fs *FileServer) PrintInfoUseBasicAuth(mux *mux.Router, what string) + func (fs *FileServer) SetupMux(mux *mux.Router, what string) string + func (fs *FileServer) StartListener(server http.Server, what string, listener net.Listener) v0.4.1 Jul 11, 2024 Changes in this version type FileServer + CACert string + func (files *FileServer) AddCertAuth(server *http.Server) v0.4.0 Jul 5, 2024 Changes in this version type FileServer + MyP12 string v0.3.9 Jun 27, 2024 Changes in this version type FileServer + Embedded bool + func (files *FileServer) PrintEmbeddedFiles() v0.3.8 Apr 30, 2024 Changes in this version type FileServer + LetsEncrypt bool v0.3.7 Apr 10, 2024 v0.3.6 Sep 1, 2023 v0.3.5 Jun 21, 2023 v0.3.4 Jun 1, 2023 Changes in this version type FileServer + CLI bool v0.3.3 May 31, 2023 v0.3.2 May 26, 2023 Changes in this version type FileServer + DropUser string v0.3.1 May 8, 2023 v0.3.0 Feb 28, 2023 Changes in this version + type FileServer struct + Clipboard *clipboard.Clipboard + Fingerprint1 string + Fingerprint256 string + Hub *ws.Hub + IP string + MyCert string + MyKey string + Pass string + Port int + ReadOnly bool + SSL bool + SelfSigned bool + Silent bool + UploadOnly bool + User string + Verbose bool + Version string + WebdavPort int + Webroot string + func (fs *FileServer) BasicAuthMiddleware(next http.Handler) http.Handler + func (fs *FileServer) Start(what string)