Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
/ strawberry Public archive

A fast reverse proxy server with automatic HTTPS, written in Go.

License

Notifications You must be signed in to change notification settings

berrybyte-net/strawberry

Repository files navigation

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

About

A fast reverse proxy server with automatic HTTPS, written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages