This repository contains the source to build a Debian package for authelia.
If you have Docker installed locally, just run the following:
user@hostname$ ./build.shBy 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.0Don't forget to update debian/changelog so your package is generated with the correct version.