Skip to content

Instantly share code, notes, and snippets.

@oofnikj
oofnikj / answerfile
Last active December 19, 2024 03:33
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
@james-d-elliott
james-d-elliott / configuration.yml
Last active October 6, 2024 10:12
Authelia Sample Configuration
###############################################################
# Authelia minimal configuration #
###############################################################
port: 9091
logs_level: info
jwt_secret: insecure_secret
authentication_backend:
file:
path: /etc/authelia/users.yml
totp: