authelia/docs/content/en/integration/deployment/bare-metal.md

56 lines
1.6 KiB
Markdown
Raw Normal View History

---
title: "Bare-Metal"
description: "Deploying Authelia on Bare-Metal."
lead: "Authelia can be deployed on Bare-Metal as long as it sits behind a proxy."
2022-06-28 05:27:14 +00:00
date: 2022-06-15T17:51:47+10:00
draft: false
images: []
menu:
integration:
parent: "deployment"
weight: 250
toc: true
---
There are several ways to achieve this, as *Authelia* runs as a daemon. We do not provide specific examples for running
*Authelia* as a service excluding the [systemd unit](#systemd) files.
## Get Started
It's __*strongly recommended*__ that users setting up *Authelia* for the first time take a look at our
[Get Started](../prologue/get-started.md) guide. This takes you through various steps which are essential to
bootstrapping *Authelia*.
## systemd
We publish two example [systemd] unit files:
* [authelia.service](https://github.com/authelia/authelia/blob/master/authelia.service)
* [authelia@.service](https://github.com/authelia/authelia/blob/master/authelia%40.service)
## Arch Linux
In addition to the [binaries](#binaries) we publish, we also publish an
[AUR Package](https://aur.archlinux.org/packages/authelia).
## Debian
We publish `.deb` packages with our [releases] which can be installed
on most Debian based operating systems.
### APT Repository
In addition to the `.deb` packages we also have an [APT Repository](https://apt.authelia.com).
## FreeBSD
In addition to the [binaries](#binaries) we publish, [FreshPorts](https://www.freshports.org/www/authelia/) offer a
package.
## Binaries
We publish binaries with our [releases] which can be installed on many operating systems.
[releases]: https://github.com/authelia/authelia/releases
[systemd]: https://systemd.io/