Navigation Menu

Skip to content

dernasherbrezon/apt-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apt-html Build Status Quality Gate Status

Render nice html page showing APT repository packages and versions.

How to use

  1. Edit the template at src/main/resources/index.html.ftl.

  2. Build:

mvn package
  1. Run:
java -jar ./target/apt-html.jar --help

Configuration

Parameter Description
--url Url of APT repository. For example, http://s3.amazonaws.com/r2cloud
--include-arch Comma separated list of archs to include into the search. Example: amd64,armhf
--include-component Comma separated list of components to include into the search. Example: stable,unstable,main
--include-codename Comma separated list of codenames to include into the search. Example: stretch,bionic
--include-package Comma separated list of packages to include into the search. Example: sdr-server,r2cloud
--output-dir Output directory for the generated web site. For example, target/generated
--timeout Timeout while querying APT repository in milliseconds. Example: 10000

About

Render nice html pages based on APT repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published