Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
0
ressources/authelia/rootfs/DEBIAN/changelog
Normal file
0
ressources/authelia/rootfs/DEBIAN/changelog
Normal file
1
ressources/authelia/rootfs/DEBIAN/conffiles
Normal file
1
ressources/authelia/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/authelia/configuration.yml
|
7
ressources/authelia/rootfs/DEBIAN/control
Normal file
7
ressources/authelia/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Package: authelia
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: authelia
|
4
ressources/authelia/rootfs/DEBIAN/postinst
Executable file
4
ressources/authelia/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id authelia &> /dev/null || useradd authelia -r -s /bin/false
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Authelia authentication and authorization server
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
User=authelia
|
||||
Group=authelia
|
||||
ExecStart=/usr/lib/authelia/authelia --config /etc/authelia/configuration.yml
|
||||
SyslogIdentifier=authelia
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue