Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gofs_go1.18.3_amd64_windows_v0.4.2.zip | 2022-06-05 | 17.8 MB | |
gofs_go1.18.3_amd64_linux_v0.4.2.tar.gz | 2022-06-05 | 9.0 MB | |
README.md | 2022-06-03 | 979 Bytes | |
v0.4.2.tar.gz | 2022-06-03 | 98.5 kB | |
v0.4.2.zip | 2022-06-03 | 159.1 kB | |
Totals: 5 Items | 27.1 MB | 0 |
Fixed
- Fix the program not exiting correctly when the file web server fails to start.
Enhancements
- Add the
tls_insecure_skip_verify
flag to control whether a client verifies the server's certificate chain and host name. - Add the
httputil.NewTLSConfig
function to reduce repeat code. - Update docker example scripts, add the
WORKDIR
environment variable and use theGOFS_SERVER_ADDR
environment variable as the host of the generate cert. - Add the
session_mode
andsession_connection
flags to support switching session store mode, currently supportsmemory[1]
andredis[2]
, default ismemory[1]
. - Add the
Run
function and keep themain
function clean. - Add more optional hash algorithms, and add the
checksum_algorithm
flag to set the default hash algorithm. - Update README docs, add
relay
section. - Update dependency, github.com/gin-gonic/gin v1.7.7 => v1.8.0.
- Add docker image repository address for the
about
flag.