Skip to content

Instantly share code, notes, and snippets.

@oofnikj
oofnikj / answerfile
Last active December 5, 2025 18:17
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 November 17, 2025 18:58
Authelia Sample Configuration
###############################################################
# Authelia minimal configuration #
###############################################################
port: 9091
logs_level: info
jwt_secret: insecure_secret
authentication_backend:
file:
path: /etc/authelia/users.yml
totp: