https://github.com/chadnpc/fileserver

A file server backend build using Go + Gin

https://github.com/chadnpc/fileserver

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

A file server backend build using Go + Gin

Basic Info
  • Host: GitHub
  • Owner: chadnpc
  • License: gpl-3.0
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 1.09 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 10
  • Releases: 0
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Funding License

README.md



FileServer backend

Self-hosted file management system with muilt-cloud support.

GitHub Test Workflow

HomepageDemoDiscussionDocumentsDownloadTelegram GroupLicense

Screenshot

Features

  • :cloud: Support storing files into Local storage, Remote storage, Qiniu, Aliyun OSS, Tencent COS, Upyun, OneDrive, S3 compatible API.
  • :outbox_tray: Upload/Download in directly transmission with speed limiting support.
  • 💾 Integrate with Aria2 to download files offline, use multiple download nodes to share the load.
  • 📚 Compress/Extract files, download files in batch.
  • 💻 WebDAV support covering all storage providers.
  • :zap:Drag&Drop to upload files or folders, with streaming upload processing.
  • :cardfilebox: Drag & Drop to manage your files.
  • :familywomangirl_boy: Multi-users with multi-groups.
  • :link: Create share links for files and folders with expiration date.
  • :eyespeechbubble: Preview videos, images, audios, ePub files online; edit texts, Office documents online.
  • :art: Customize theme colors, dark mode, PWA application, SPA, i18n.
  • :rocket: All-In-One packing, with all features out-of-the-box.
  • 🌈 ... ...

:hammerandwrench: Deploy

Download the main binary for your target machine OS, CPU architecture and run it directly.

```shell

Extract FileServer binary

tar -zxvf FileServerVERSIONOS_ARCH.tar.gz

Grant execute permission

chmod +x ./FileServer

Start FileServer

./FileServer ```

The above is a minimum deploy example, you can refer to Getting started for a completed deployment.

:gear: Build

You need to have Go >= 1.18, node.js, yarn, zip, goreleaser and other necessary dependencies before you can build it yourself.

Install goreleaser

shell go install github.com/goreleaser/goreleaser@latest

Clone the code

shell git clone --recurse-submodules https://github.com/alainQtec/FileServer.git

Compile

shell goreleaser build --clean --single-target --snapshot

:alembic: Stacks

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the GPLv3 License.

Owner

  • Name: alain
  • Login: chadnpc
  • Kind: user

GitHub Events

Total
  • Delete event: 2
  • Issue comment event: 7
  • Pull request event: 7
  • Create event: 6
Last Year
  • Delete event: 2
  • Issue comment event: 7
  • Pull request event: 7
  • Create event: 6

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Alain Herve a****v@o****m 8

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.18
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (16)
Top Labels
Issue Labels
Pull Request Labels
dependencies (16) go (6)

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • goreleaser/goreleaser-action v4 composite
.github/workflows/docker-release.yml actions
  • actions/checkout v2 composite
  • docker/build-push-action v2 composite
  • docker/login-action v1 composite
  • docker/setup-buildx-action master composite
  • docker/setup-qemu-action master composite
  • peter-evans/dockerhub-description v3 composite
.github/workflows/test.yml actions
  • actions/checkout v2 composite
  • actions/setup-go v2 composite
  • codecov/codecov-action v2 composite
Dockerfile docker
  • alpine latest build
docker-compose.yml docker
  • FileServer/FileServer latest
  • bitnami/redis latest
  • p3terx/aria2-pro latest
go.mod go
  • cloud.google.com/go v0.81.0
  • github.com/DATA-DOG/go-sqlmock v1.3.3
  • github.com/HFO4/aliyun-oss-go-sdk v2.2.3+incompatible
  • github.com/andybalholm/brotli v1.0.4
  • github.com/aws/aws-sdk-go v1.31.5
  • github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f
  • github.com/beorn7/perks v1.0.1
  • github.com/bgentry/speakeasy v0.1.0
  • github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
  • github.com/census-instrumentation/opencensus-proto v0.3.0
  • github.com/cespare/xxhash/v2 v2.1.1
  • github.com/cloudflare/cfssl v1.6.1
  • github.com/cncf/udpa/go v0.0.0-20210322005330-6414d713912e
  • github.com/coreos/go-semver v0.3.0
  • github.com/coreos/go-systemd/v22 v22.3.2
  • github.com/cpuguy83/go-md2man/v2 v2.0.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3
  • github.com/dsnet/compress v0.0.1
  • github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499
  • github.com/dustin/go-humanize v1.0.1
  • github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d
  • github.com/envoyproxy/protoc-gen-validate v0.6.1
  • github.com/fatih/color v1.9.0
  • github.com/form3tech-oss/jwt-go v3.2.3+incompatible
  • github.com/fullstorydev/grpcurl v1.8.1
  • github.com/fxamacker/cbor/v2 v2.4.0
  • github.com/gin-contrib/cors v1.3.0
  • github.com/gin-contrib/gzip v0.0.2-0.20200226035851-25bef2ef21e8
  • github.com/gin-contrib/sessions v0.0.5
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
  • github.com/gin-gonic/gin v1.8.1
  • github.com/glebarez/go-sqlite v1.20.3
  • github.com/go-ini/ini v1.50.0
  • github.com/go-mail/mail v2.3.1+incompatible
  • github.com/go-playground/locales v0.14.0
  • github.com/go-playground/universal-translator v0.18.0
  • github.com/go-playground/validator/v10 v10.11.0
  • github.com/go-sql-driver/mysql v1.6.0
  • github.com/goccy/go-json v0.9.8
  • github.com/gofrs/uuid v4.0.0+incompatible
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang-jwt/jwt/v4 v4.1.0
  • github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
  • github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
  • github.com/golang/mock v1.5.0
  • github.com/golang/protobuf v1.5.2
  • github.com/golang/snappy v0.0.4
  • github.com/gomodule/redigo v1.8.9
  • github.com/google/btree v1.0.1
  • github.com/google/certificate-transparency-go v1.1.2-0.20210511102531-373a877eec92
  • github.com/google/go-cmp v0.5.9
  • github.com/google/go-querystring v1.0.0
  • github.com/google/uuid v1.3.0
  • github.com/googleapis/gax-go/v2 v2.0.5
  • github.com/gorilla/context v1.1.1
  • github.com/gorilla/securecookie v1.1.1
  • github.com/gorilla/sessions v1.2.1
  • github.com/gorilla/websocket v1.4.2
  • github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
  • github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
  • github.com/grpc-ecosystem/grpc-gateway v1.16.0
  • github.com/hashicorp/go-version v1.3.0
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/jhump/protoreflect v1.8.2
  • github.com/jinzhu/gorm v1.9.11
  • github.com/jinzhu/inflection v1.0.0
  • github.com/jmespath/go-jmespath v0.3.0
  • github.com/jonboulle/clockwork v0.2.2
  • github.com/json-iterator/go v1.1.12
  • github.com/juju/ratelimit v1.0.1
  • github.com/klauspost/compress v1.15.1
  • github.com/klauspost/pgzip v1.2.5
  • github.com/leodido/go-urn v1.2.1
  • github.com/lib/pq v1.10.3
  • github.com/mattn/go-colorable v0.1.4
  • github.com/mattn/go-isatty v0.0.17
  • github.com/mattn/go-runewidth v0.0.12
  • github.com/matttproud/golang_protobuf_extensions v1.0.1
  • github.com/mholt/archiver/v4 v4.0.0-alpha.6
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/mojocn/base64Captcha v0.0.0-20190801020520-752b1cd608b2
  • github.com/mozillazg/go-httpheader v0.2.1
  • github.com/nwaples/rardecode/v2 v2.0.0-beta.2
  • github.com/olekukonko/tablewriter v0.0.5
  • github.com/pelletier/go-toml/v2 v2.0.2
  • github.com/pierrec/lz4/v4 v4.1.14
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/pquerna/otp v1.2.0
  • github.com/prometheus/client_golang v1.10.0
  • github.com/prometheus/client_model v0.2.0
  • github.com/prometheus/common v0.24.0
  • github.com/prometheus/procfs v0.6.0
  • github.com/qiniu/go-sdk/v7 v7.11.1
  • github.com/rafaeljusto/redigomock v0.0.0-20191117212112-00b2509252a1
  • github.com/remyoudompheng/bigfft v0.0.0-20230126093431-47fa9a501578
  • github.com/rivo/uniseg v0.2.0
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/samber/lo v1.38.1
  • github.com/satori/go.uuid v1.2.0
  • github.com/sirupsen/logrus v1.8.1
  • github.com/soheilhy/cmux v0.1.5
  • github.com/speps/go-hashids v2.0.0+incompatible
  • github.com/spf13/cobra v1.1.3
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/objx v0.2.0
  • github.com/stretchr/testify v1.7.2
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/captcha v1.0.393
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.393
  • github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf v1.0.393
  • github.com/tencentyun/cos-go-sdk-v5 v0.0.0-20200120023323-87ff3bc489ac
  • github.com/therootcompany/xz v1.0.1
  • github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802
  • github.com/ugorji/go/codec v1.2.7
  • github.com/ulikunitz/xz v0.5.10
  • github.com/upyun/go-sdk v2.1.0+incompatible
  • github.com/urfave/cli v1.22.5
  • github.com/x448/float16 v0.8.4
  • github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
  • go.etcd.io/bbolt v1.3.5
  • go.etcd.io/etcd/api/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/client/v2 v2.305.0-alpha.0
  • go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/etcdctl/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/raft/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/server/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/tests/v3 v3.5.0-alpha.0
  • go.etcd.io/etcd/v3 v3.5.0-alpha.0
  • go.opencensus.io v0.23.0
  • go.uber.org/atomic v1.7.0
  • go.uber.org/multierr v1.7.0
  • go.uber.org/zap v1.16.0
  • golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
  • golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17
  • golang.org/x/image v0.0.0-20211028202545-6944b10bf410
  • golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57
  • golang.org/x/net v0.0.0-20220630215102-69896b714898
  • golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.4.0
  • golang.org/x/text v0.3.7
  • golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
  • golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • google.golang.org/api v0.45.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a
  • google.golang.org/grpc v1.37.0
  • google.golang.org/protobuf v1.28.0
  • gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
  • gopkg.in/cheggaaa/pb.v1 v1.0.28
  • gopkg.in/mail.v2 v2.3.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • modernc.org/libc v1.22.2
  • modernc.org/mathutil v1.5.0
  • modernc.org/memory v1.5.0
  • modernc.org/sqlite v1.20.3
  • sigs.k8s.io/yaml v1.2.0
go.sum go
  • 1280 dependencies