Update and remove latest
Former-commit-id: 2585617bb0654bb6cfc32b7a64ebc8bf9a576ff0 [formerly 03a73d6f0ed0118e205e50ecab8d3bfc31a655b5] [formerly dddf658817bc25630be32647248d5e5533bcbc33 [formerly dac92eec8b
]]
Former-commit-id: 77f85c483bf64ddc36013dd474100d459a6d599e [formerly ee7c07d1532d9bbd4c2d8e1428bb8a909f1f90b0]
Former-commit-id: b5b9dafcecc6990c70dfa0fffa071698736106b8
This commit is contained in:
parent
5d2e8864e5
commit
afb10cc02c
|
@ -9,7 +9,6 @@ env:
|
||||||
install:
|
install:
|
||||||
- go get ./...
|
- go get ./...
|
||||||
- go get github.com/mitchellh/gox
|
- go get github.com/mitchellh/gox
|
||||||
- go get github.com/tcnksm/ghr
|
|
||||||
# Install gometalinter and certain linters
|
# Install gometalinter and certain linters
|
||||||
- go get github.com/alecthomas/gometalinter
|
- go get github.com/alecthomas/gometalinter
|
||||||
- go get github.com/client9/misspell/cmd/misspell
|
- go get github.com/client9/misspell/cmd/misspell
|
||||||
|
@ -27,15 +26,10 @@ before_deploy:
|
||||||
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
|
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: releases
|
provider: releases
|
||||||
api_key: $GITHUB_TOKEN
|
api_key: $GITHUB_TOKEN
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: dist/*
|
file: dist/*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
- provider: script
|
|
||||||
skip_cleanup: true
|
|
||||||
script: ghr --username hacdias --token $GITHUB_TOKEN --replace --prerelease --debug latest dist/
|
|
||||||
on:
|
|
||||||
branch: master
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ The easiest way to get started is using this with Caddy web server. You just nee
|
||||||
|
|
||||||
## Standalone
|
## Standalone
|
||||||
|
|
||||||
You can use filemanager as a standalone executable. You just need to download it from the [releases page](https://github.com/hacdias/filemanager/releases), where you can find multiple releases. The 'latest' always corresponds to the latest commit made to the master branch so it might not be stable.
|
You can use filemanager as a standalone executable. You just need to download it from the [releases page](https://github.com/hacdias/filemanager/releases), where you can find multiple releases.
|
||||||
|
|
||||||
You can either use flags or a JSON configuration file, which should have the following appearance:
|
You can either use flags or a JSON configuration file, which should have the following appearance:
|
||||||
|
|
||||||
|
@ -77,6 +77,10 @@ Otherwise, you may not want to use a configuration file, which can be done using
|
||||||
Default scope for new users (default ".")
|
Default scope for new users (default ".")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
(TODO)
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
Easy login system.
|
Easy login system.
|
||||||
|
|
Loading…
Reference in New Issue