File Server is a simple file server that allows you to save files on the server and share them with other users.
${API_URL}/metrics
${API_URL}/openapi
go mod vendor
cp .env.example .env
Note: Update an environment variable file with your own values.
bash ./public_key.sh
Note: You have to update constant variables inside crypto/const.go
file. By default it is set to use ECDSA (ES256).
docker-compose up --build -d
Note: Base path in docker environment is /app
path.
go run main.go