Categorygithub.com/tullo/backblaze-server
module
0.0.0-20240828160854-d60bcede96d9
Repository: https://github.com/tullo/backblaze-server.git
Documentation: pkg.go.dev

# README

Simple Backblaze File Server

A simple web server that retrives & saves files in B2 Cloud Storage.

It can be accessed at http://files.127.0.0.1.nip.io:9090/ for testing in local dev environment.

Or add a mapping to the hosts file:

# /etc/hosts
127.0.0.1       files.example.com

Firefox DOH settings may need an update as the hosts file might be ignored when resolving via DNS over HTTPS.

# firefox: 1 - Race native against TRR.
about:config
network.trr.mode = 1

Overwrite the default config with these environment variables:

export B2SERVER_BACKBLAZE_APPLICATION_KEY=
export B2SERVER_BACKBLAZE_KEY_ID=
export B2SERVER_DOMAIN=

Or with commandline options:

OPTIONS
  --backblaze-application-key
  --backblaze-key-id

Run make help for a listing of available options.

# Packages

No description provided by the author