Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

updater-listing-page

A Single Page Application (SPA) that loads Duplicati release data and displays a filterable table of available downloads.

This page is used to show the contents on https://updates.duplicati.com/stable/

Overview

This application fetches release information and presents it in an interactive interface where users can filter by:

  • Operating System: Windows, macOS, Linux, or All
  • Package Type: GUI, CLI, Agent, or All
  • Architecture: x64, x86, ARM64, ARMv7, or All

Files

Main Application

  • loader-v3-index.html - The current version (v3) of the download listing page. This is the main entry point that provides the modern, responsive interface with filtering capabilities.

  • loader-v2-index.html - The original version (v2) of the listing page. This was the initial implementation.

Testing Assets

  • latest-v2.json - Sample release data file used for local testing purposes.

  • duplicati-logo.png - The Duplicati logo included for easier local testing when running the page directly.

Usage

The page can be accessed directly via URL parameters:

  • ?channel=stable - Select release channel (stable, beta, canary, experimental, debug)
  • ?version=latest - Select specific version or "latest"

When running locally (via file:// protocol or localhost), the application will automatically use latest-v2.json for testing.

Features

  • Dark-themed responsive design
  • Tab-based OS filtering
  • Type and architecture filtering
  • Download links with file size display
  • MD5 and SHA256 hash verification
  • One-click hash copying to clipboard
  • Direct links to Docker images and source code

About

The page listing all releases

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages