{"id":17909082,"url":"https://github.com/mback2k/simple-file-server","last_synced_at":"2025-07-30T07:04:49.499Z","repository":{"id":61840030,"uuid":"176695611","full_name":"mback2k/simple-file-server","owner":"mback2k","description":"A simple file server to host static files.","archived":false,"fork":false,"pushed_at":"2021-09-26T18:20:55.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T04:40:07.688Z","etag":null,"topics":["file","golang-application","http-server","simple","static"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mback2k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-20T09:08:33.000Z","updated_at":"2021-09-26T18:20:58.000Z","dependencies_parsed_at":"2022-10-22T05:15:19.972Z","dependency_job_id":null,"html_url":"https://github.com/mback2k/simple-file-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mback2k/simple-file-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-file-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-file-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-file-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-file-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mback2k","download_url":"https://codeload.github.com/mback2k/simple-file-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mback2k%2Fsimple-file-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267827400,"owners_count":24150345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file","golang-application","http-server","simple","static"],"created_at":"2024-10-28T19:19:57.329Z","updated_at":"2025-07-30T07:04:49.427Z","avatar_url":"https://github.com/mback2k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple-file-server\n==================\nThis Go program is a simple file server to host static files.\nThis server is intended to be running behind a reverse proxy or\nloadbalancer, like [traefik](https://traefik.io/).\n\n[![Build Status](https://travis-ci.org/mback2k/simple-file-server.svg?branch=master)](https://travis-ci.org/mback2k/simple-file-server)\n[![GoDoc](https://godoc.org/github.com/mback2k/simple-file-server?status.svg)](https://godoc.org/github.com/mback2k/simple-file-server)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mback2k/simple-file-server)](https://goreportcard.com/report/github.com/mback2k/simple-file-server)\n\nDependencies\n------------\nThe following awesome Go libraries are dependencies:\n\n- https://github.com/sirupsen/logrus\n- https://github.com/spf13/viper\n\nInstallation\n------------\nYou basically have two options to install this Go program package:\n\n1. If you have Go installed and configured on your PATH, just do the following go get inside your GOPATH to get the latest version:\n\n```\ngo get -u github.com/mback2k/simple-file-server\n```\n\n2. If you do not have Go installed and just want to use a released binary,\nthen you can just go ahead and download a pre-compiled Linux amd64 binary from the [Github releases](https://github.com/mback2k/simple-file-server/releases).\n\nFinally put the simple-file-server binary onto your PATH and make sure it is executable.\n\nConfiguration\n-------------\nThe following YAML file is an example configuration to serve browsable static files:\n\n```\nAddress: \"localhost:8080\"\nDirectoryListing: true\nLogging:\n  Level: info\n```\n\nSave this file in one of the following locations and run `./simple-file-server`:\n\n- /etc/simple-file-server/simple-file-server.yaml\n- $HOME/.simple-file-server.yaml\n- $PWD/simple-file-server.yaml\n\nLicense\n-------\nCopyright (C) 2019  Marc Hoersken \u003cinfo@marc-hoersken.de\u003e\n\nThis software is licensed as described in the file LICENSE, which\nyou should have received as part of this software distribution.\n\nAll trademarks are the property of their respective owners.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fsimple-file-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmback2k%2Fsimple-file-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmback2k%2Fsimple-file-server/lists"}