Skip to content
/ downlink Public
forked from agc93/downlink

Downlink is a simple and flexible API gateway for software releases

License

Notifications You must be signed in to change notification settings

bubdm/downlink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downlink

Introduction

Downlink is a simple API used to create predictable, stable and consistent download links for software releases/projects.

In short, Downlink lets you give a link to your end user like http://myapp.com/v1.2/windows/x64 and Downlink will return version 1.2 of your app for 64-bit Windows, regardless of where your app binaries/packages/installers/images/artifacts are actually stored.

Downlink is an abstraction over your chosen release storage platform so your links are always dependable and predictable, even if you (or your chosen platform) change how you store your app.

Out of the box, Downlink supports serving packages from GitHub Releases (with a naming convention), Azure Storage, AWS S3 Storage, or the local filesystem of the Downlink server.

Technology

Downlink is built entirely using ASP.NET Core and is supported on Windows, Linux and macOS, including a pre-built Docker image.

Documentation

Complete documentation, including user and developer guides, are available on GitHub.

About

Downlink is a simple and flexible API gateway for software releases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.0%
  • PowerShell 6.4%
  • Shell 2.6%