Update and remove latest
This commit is contained in:
parent
97365f0e16
commit
dac92eec8b
20
.travis.yml
20
.travis.yml
|
@ -9,7 +9,6 @@ env:
|
|||
install:
|
||||
- go get ./...
|
||||
- go get github.com/mitchellh/gox
|
||||
- go get github.com/tcnksm/ghr
|
||||
# Install gometalinter and certain linters
|
||||
- go get github.com/alecthomas/gometalinter
|
||||
- go get github.com/client9/misspell/cmd/misspell
|
||||
|
@ -27,15 +26,10 @@ before_deploy:
|
|||
- gox -output "dist/{{.OS}}-{{.Arch}}-{{.Dir}}"
|
||||
|
||||
deploy:
|
||||
- provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: dist/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: ghr --username hacdias --token $GITHUB_TOKEN --replace --prerelease --debug latest dist/
|
||||
on:
|
||||
branch: master
|
||||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: dist/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
|
@ -34,7 +34,7 @@ The easiest way to get started is using this with Caddy web server. You just nee
|
|||
|
||||
## 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:
|
||||
|
||||
|
@ -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 ".")
|
||||
```
|
||||
|
||||
## Docker
|
||||
|
||||
(TODO)
|
||||
|
||||
# Features
|
||||
|
||||
Easy login system.
|
||||
|
|
Loading…
Reference in New Issue