Skip to content

Releases: benliao/bws

BWS v0.4.1

30 Aug 09:02

Choose a tag to compare

BWS Multi-Site Web Server v0.4.1

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration with --dry-run validation
  • 🔄 Hot reload functionality
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.4.1

Installation Options

From crates.io:

cargo install bws-web-server --version v0.4.1

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.4.1

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Validate your configuration: ./bws --config config.toml --dry-run
  4. Create static directories for your sites
  5. Run: ./bws --config config.toml (Linux/macOS) or bws.exe --config config.toml (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.4.0

26 Aug 18:20

Choose a tag to compare

BWS Multi-Site Web Server v0.4.0

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration with --dry-run validation
  • 🔄 Hot reload functionality
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.4.0

Installation Options

From crates.io:

cargo install bws-web-server --version v0.4.0

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.4.0

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Validate your configuration: ./bws --config config.toml --dry-run
  4. Create static directories for your sites
  5. Run: ./bws --config config.toml (Linux/macOS) or bws.exe --config config.toml (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.3.4

26 Aug 16:40

Choose a tag to compare

BWS Multi-Site Web Server v0.3.4

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration with --dry-run validation
  • 🔄 Hot reload functionality
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.3.4

Installation Options

From crates.io:

cargo install bws-web-server --version v0.3.4

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.3.4

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Validate your configuration: ./bws --config config.toml --dry-run
  4. Create static directories for your sites
  5. Run: ./bws --config config.toml (Linux/macOS) or bws.exe --config config.toml (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.3.3

25 Aug 19:04

Choose a tag to compare

BWS Multi-Site Web Server v0.3.3

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.3.3

Installation Options

From crates.io:

cargo install bws-web-server --version v0.3.3

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.3.3

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.3.2

25 Aug 18:46

Choose a tag to compare

BWS Multi-Site Web Server v0.3.2

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.3.2

Installation Options

From crates.io:

cargo install bws-web-server --version v0.3.2

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.3.2

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.3.0

24 Aug 16:13

Choose a tag to compare

BWS Multi-Site Web Server v0.3.0

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.3.0

Installation Options

From crates.io:

cargo install bws-web-server --version v0.3.0

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.3.0

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.2.1

24 Aug 01:21

Choose a tag to compare

BWS Multi-Site Web Server v0.2.1

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.2.1

Installation Options

From crates.io:

cargo install bws-web-server --version v0.2.1

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.2.1

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.2.0

23 Aug 19:34

Choose a tag to compare

BWS Multi-Site Web Server v0.2.0

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.2.0

Installation Options

From crates.io:

cargo install bws-web-server --version v0.2.0

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.2.0

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.1.9

23 Aug 19:29

Choose a tag to compare

BWS Multi-Site Web Server v0.1.9

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.1.9

Installation Options

From crates.io:

cargo install bws-web-server --version v0.1.9

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.1.9

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws (Linux/macOS) or bws.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.

BWS v0.1.5

23 Aug 13:35

Choose a tag to compare

BWS Multi-Site Web Server v0.1.5

Features

  • 🌐 Multi-site hosting with configurable headers
  • 📁 Static file serving with MIME type detection
  • 🚀 High-performance Pingora framework
  • 📊 REST API endpoints
  • 🔧 TOML configuration
  • 🐳 Docker images available at ghcr.io/benliao/bws:v0.1.5

Installation Options

From crates.io:

cargo install bws-web-server --version v0.1.5

From Docker:

docker run -p 8080:8080 ghcr.io/benliao/bws:v0.1.5

From Binary:
Download the appropriate binary for your platform below.

Usage

  1. Download the binary for your platform
  2. Create a config.toml file (see README for examples)
  3. Create static directories for your sites
  4. Run: ./bws-web-server (Linux/macOS) or bws-web-server.exe (Windows)

Platform Support

  • Linux: x86_64 (glibc and musl)
  • macOS: x86_64 and ARM64 (Apple Silicon)
  • Windows: x86_64 (foreground mode only - no daemon support)

For detailed documentation, see the README.