summaryrefslogtreecommitdiff
path: root/cmd/authelia-scripts/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/authelia-scripts/const.go')
-rw-r--r--cmd/authelia-scripts/const.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/authelia-scripts/const.go b/cmd/authelia-scripts/const.go
index bfe712d7d..0a884f89e 100644
--- a/cmd/authelia-scripts/const.go
+++ b/cmd/authelia-scripts/const.go
@@ -9,14 +9,11 @@ var DockerImageName = "authelia/authelia"
// IntermediateDockerImageName local name of the docker image.
var IntermediateDockerImageName = "authelia:dist"
-var registries = []string{"docker.io", "ghcr.io"}
-
const dockerhub = "docker.io"
const ghcr = "ghcr.io"
const masterTag = "master"
const stringFalse = "false"
-const stringTrue = "true"
const webDirectory = "web"
const fmtLDFLAGSX = "-X 'github.com/authelia/authelia/v4/internal/utils.%s=%s'"