From a0bb698c02f594e93895ab5d2482dfa2124fd595 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Thu, 27 Oct 2022 15:04:26 +0200 Subject: [PATCH] Add authelia stuff with descriptions to --sample. --- dup.rb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dup.rb b/dup.rb index 892749f..c2bddc7 100755 --- a/dup.rb +++ b/dup.rb @@ -70,14 +70,26 @@ def get_sample(name="container") - "/etc/localtime:/etc/localtime:ro" labels: + # Syntax: + # : Uses the given hostname and the default cert (*.schle.nz) + # @: Uses the given hostname and the cert with the same name + # @: Uses the given hostname and cert nginx_virtual_host: container.home.schle.nz nginx_port: 80 nginx_additional_ports: "443, 5050" - nginx_allow: fabian # "user" or "@group" or "user, user, @group" or "all" nginx_no_robots: true nginx_public_paths: "/public, /api" nginx_type: # "http" (default), "https", "fastcgi", "skip" (doesn't create any entries) nginx_client_max_body_size: "25M" + # Syntax: + # user: + # group: + authelia_allow: "user:fabian" + # Policies: + # one_factor + # two_factor + # bypass + authelia_policy: one_factor networks: - "nginx"