mirrorbits 0.5.1+git20240203.4e34d9b+ds1-1 source package in Ubuntu

Changelog

mirrorbits (0.5.1+git20240203.4e34d9b+ds1-1) unstable; urgency=medium

  * Add copyright information for the geoip contrib script
  * Prepend a 'v' to mirrorbits version
  * Fix templates path
  * Add systemd services, drop example from contrib
  * Add a logrotate config file
  * Create the directory /etc/mirrorbits
  * Update README.Debian
  * Add NEWS entry
  * Add basic autopkgtests
  * Install bash completion from contrib
  * Build-Depends: Switch to golang-gopkg-yaml.v3-dev
  * Install a sysusers.d(5) fragment to set up the system user
  * Finalize the NEWS file

 -- Arnaud Rebillout <email address hidden>  Mon, 05 Feb 2024 17:13:24 +0700

Upload details

Uploaded by:
Mirrorbits Maintainers
Uploaded to:
Sid
Original maintainer:
Mirrorbits Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
mirrorbits_0.5.1+git20240203.4e34d9b+ds1-1.dsc 2.6 KiB c0965fb95b759fc101d229118c034f7a98ab405365c29f29f9ea7ebb9ff48e51
mirrorbits_0.5.1+git20240203.4e34d9b+ds1.orig.tar.xz 104.3 KiB b418af6d6b199bde7475459cfc4c0b93f1aed66ea3ea5674094c2d2c17795b08
mirrorbits_0.5.1+git20240203.4e34d9b+ds1-1.debian.tar.xz 10.0 KiB 156898416f1ae6f844c110937345558cff1bf3a2e198ca31d2301d4610273e1e

No changes file available.

Binary packages built by this source

mirrorbits: geographical download redirector

 Mirrorbits is a geographical download redirector written in Go for
 distributing files efficiently across a set of mirrors. It offers a simple and
 economic way to create a Content Delivery Network layer using a pure software
 stack. It is primarily designed for the distribution of large-scale
 Open-Source projects with a lot of traffic.
 .
 Main Features:
  * Blazing fast, can reach 8K QPS on a single laptop
  * Easy to deploy and maintain, everything is packed in a single binary
  * Automatic synchronization with the mirrors over rsync or FTP
  * Response can be either JSON or HTTP redirect
  * Support partial repositories
  * Complete checksum / size control
  * Realtime monitoring and reports
  * Disable misbehaving mirrors without human intervention
  * Realtime decision making based on location, AS number and defined rules
  * Smart load-balancing over multiple mirrors in the same area to avoid
    hotspots
  * Ability to adjust the weight of each mirror
  * Limit access to a country, region or ASN for any mirror
  * Clustering (multiple mirrorbits instances)
  * High-availability using redis-sentinel
  * Automatically fix timezone offsets for broken mirrors
  * Realtime statistics per file / mirror / date
  * Realtime reconfiguration
  * Seamless binary upgrade (aka zero downtime upgrade)
  * Mirmon support
  * Full IPv6 support
  * more...

mirrorbits-dbgsym: debug symbols for mirrorbits