Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
cli
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

File Server

Multi-source file server, actually this is for my private use, i need to serve from 15TB+ files and google storage public url on single link

Go Report Card CodeFactor

Installation

We provide serveral installation method

Using TJ's gobinaries.com

curl -sf https://gobinaries.com/codenoid/file-server/cmd/file-server | sh

Using Go

go get github.com/codenoid/file-server/cmd/file-server

Config Example

identity_type: uri-segment
identity_source: last

sources:
  -
    type: fs
    source: /var/app/master
  -
    type: url
    source: https://storage.googleapis.com/awg3igbab/

Usage

take a look at master branch for config.yml file example

$ file-server --help
  -bind string
    	bind addr (default ":8080")
  -config string
    	path to config file (default "config.yml")

after the server are running, you can access http://localhost:8080/identity-or-file-name.jpg, then file-server will read one by one from source, will return 404 and empty body if file not found

Assets

Project logo are taken from http://clipart-library.com/clip-art/books-transparent-background-10.htm

About

Multi-source file server [πŸ’Ύ | πŸ’½ | πŸ’Ώ] 🧐

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.