项目作者: a1comms

项目描述 :
Read-only TFTP Server with backing storage via Google Cloud Storage (GCS)
高级语言: Go
项目地址: git://github.com/a1comms/gcs-tftp-server.git
创建时间: 2019-06-13T13:13:05Z
项目社区:https://github.com/a1comms/gcs-tftp-server

开源协议:

下载


TFTP Server with Google Cloud Storage backend

Runs an isolated, sandboxed TFTP server that only interacts with virtual backing storage on Google Cloud Storage (GCS).

Also runs a HTTP server from the same bucket, for faster netboots.

Set the following environment variables, e.g.

  1. TFTP_ENABLE_HTTP=true
  2. GCS_CREDENTIALS_FILE=/credentials.json
  3. GCS_BUCKET=my-tftp-bucket

Read-only operations are supported.