Categorygithub.com/berrybyte-net/strawberry
module
0.0.0-20220803140604-8cd5d0d9cb9e
Repository: https://github.com/berrybyte-net/strawberry.git
Documentation: pkg.go.dev

# README

Strawberry

Go Report Card GitHub

Strawberry is a fast reverse proxy server with automatic HTTPS, written in Go. It is designed for use for BerryByte's backend systems.

Installation

Build from source

Requirements:

  • Go 1.18, or newer.

Download the source code for Strawberry from GitHub.

git clone https://github.com/berrybyte-net/strawberry.git
cd strawberry

Build the source code using Go compiler.

CGO_ENABLED=0 go build -v -ldflags="-s -w" -o strawberry cmd/strawberry/main.go

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author