Skip to content

BaltoRepo/authelia-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authelia-debian

This repository contains the source to build a Debian package for authelia.

Usage

On Mac? Install prerequisites: brew install findutils coreutils

If you have Docker installed locally, just run the following:

user@hostname$ ./build.sh

By default this will build authelia v4.29.0 on Debian Buster.

If you want to customize the build at runtime, use the following:

user@hostname$ ./build.sh -i golang:1.16-3-stretch -v 4.28.0

Don't forget to update debian/changelog so your package is generated with the correct version.

Release

To publish a new package version to Github, follow these steps:

  • update the VERSION variable in build.sh
  • add a new entry in debian/changelog
  • create a new tag with the Debian package version

References

About

Debian package for authelia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%