content
stringlengths
1
103k
path
stringlengths
8
216
filename
stringlengths
2
179
language
stringclasses
15 values
size_bytes
int64
2
189k
quality_score
float64
0.5
0.95
complexity
float64
0
1
documentation_ratio
float64
0
1
repository
stringclasses
5 values
stars
int64
0
1k
created_date
stringdate
2023-07-10 19:21:08
2025-07-09 19:11:45
license
stringclasses
4 values
is_test
bool
2 classes
file_hash
stringlengths
32
32
version: 2\nformats: all\nmkdocs:\n fail_on_warning: false\n configuration: mkdocs.yml\npython:\n install:\n - requirements: docs/requirements.txt\nbuild:\n os: "ubuntu-22.04"\n tools:\n python: "3.12"\n
dataset_sample\yaml\argoproj_argo-workflows\.readthedocs.yml
.readthedocs.yml
YAML
202
0.85
0
0
awesome-app
736
2025-04-26T15:21:06.376830
BSD-3-Clause
false
a5eed05f722cab769aae945f0fbce7e2
site_name: Argo Workflows - The workflow engine for Kubernetes\nsite_url: !ENV [READTHEDOCS_CANONICAL_URL, https://argo-workflows.readthedocs.io/en/latest/] # https://docs.readthedocs.io/en/stable/canonical-urls.html#how-to-specify-the-canonical-url, https://www.mkdocs.org/user-guide/configuration/#environment-variable...
dataset_sample\yaml\argoproj_argo-workflows\mkdocs.yml
mkdocs.yml
YAML
10,438
0.95
0.013793
0.038062
node-utils
745
2024-09-27T07:16:20.574616
BSD-3-Clause
false
3b1a91e374e7b2d80adfca6e5cd01c44
# ------------------------------------------------------------------------------\n# <auto-generated>\n#\n# This code was generated.\n#\n# - To turn off auto-generation set:\n#\n# [AzurePipelines (AutoGenerate = false)]\n#\n# - To trigger manual generation invoke:\n#\n# nuke --generate-config...
dataset_sample\yaml\aspnetboilerplate_aspnetboilerplate\azure-pipelines.yml
azure-pipelines.yml
YAML
1,062
0.8
0
0.416667
python-kit
444
2023-11-30T00:25:54.378704
MIT
false
4f63ebe742c2f7893d19a60182489794
# Configuration for Lock Threads - https://github.com/dessant/lock-threads-app\n\n# Number of days of inactivity before a closed issue or pull request is locked\ndaysUntilLock: 30\n\n# Skip issues and pull requests created before a given timestamp. Timestamp must\n# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to dis...
dataset_sample\yaml\aspnetboilerplate_aspnetboilerplate\.github\lock.yml
lock.yml
YAML
1,153
0.8
0.108108
0.678571
react-lib
219
2024-02-28T18:15:10.389292
GPL-3.0
false
a9bec34f3213c79adb1a4ca1118dc566
# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 60\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Set to true to ignore issues in a milestone (defaults to false)\nexemptMilestones: true\n# Label to use when marking an issue as stale\nstaleLabel: wontfi...
dataset_sample\yaml\aspnetboilerplate_aspnetboilerplate\.github\stale.yml
stale.yml
YAML
677
0.8
0.133333
0.4
awesome-app
730
2023-12-31T18:35:07.687413
BSD-3-Clause
false
e6d33847852f02be9a031a078bf16163
init:\n- git config --global core.autocrlf true\nbranches:\n only:\n - master\n - /^release\/.*$/\n - /^(.*\/)?ci-.*$/\nbuild_script:\n- ps: .\run.ps1 -CI default-build\nclone_depth: 1\ntest: 'off'\ndeploy: 'off'\nimage: Visual Studio 2017\n
dataset_sample\yaml\aspnet_Mvc\.appveyor.yml
.appveyor.yml
YAML
232
0.7
0
0
python-kit
422
2025-03-09T04:01:31.214177
BSD-3-Clause
false
29ddef549b89d5c381a35ec2a2e88195
language: csharp\nsudo: required\ndist: trusty\naddons:\n apt:\n packages:\n - libunwind8\nmono: none\nos:\n- linux\n- osx\nosx_image: xcode8.2\nbranches:\n only:\n - master\n - /^release\/.*$/\n - /^(.*\/)?ci-.*$/\nbefore_install:\n- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl...
dataset_sample\yaml\aspnet_Mvc\.travis.yml
.travis.yml
YAML
478
0.85
0.043478
0
node-utils
551
2024-04-07T11:43:58.826801
BSD-3-Clause
false
ee18c11a3c13934d0e0eb885e0cdaff3
trigger:\n- master\n- release/*\n\nresources:\n repositories:\n - repository: buildtools\n type: git\n name: aspnet-BuildTools\n ref: refs/heads/master\n\nphases:\n- template: .vsts-pipelines/templates/project-ci.yml@buildtools\n
dataset_sample\yaml\aspnet_Mvc\.vsts-pipelines\builds\ci-internal.yml
ci-internal.yml
YAML
227
0.8
0
0
python-kit
672
2024-01-14T14:38:39.609295
MIT
false
5922875e25ce8dc93d22e64aa10e1b44
#\n# Obsolete! New projects should use .azure/templates/project-ci.yml instead\n#\n# TODO: remove this once templated projects have referenced the new location.\n#\n#\n# Description: Runs build.cmd/sh on macOS, Linux, and Windows\n# Parameters:\n# buildArgs: string\n# Additional arguments to pass to the build.s...
dataset_sample\yaml\aspnet_Mvc\.vsts-pipelines\templates\project-ci.yml
project-ci.yml
YAML
1,744
0.8
0
0.351852
python-kit
797
2025-01-03T13:44:21.214392
BSD-3-Clause
false
e82e6e4e62e59327c9c46ed3a024a787
#\n# Obsolete! New projects should use .azure/templates/jobs/default-build.yml instead\n#\n# TODO: remove this once templated projects have referenced the new location.\n#\n# default-build.yml\n# Description: Defines a build phase for invoking build.sh/cmd\n# Parameters:\n# phaseName: string\n# The name of the ...
dataset_sample\yaml\aspnet_Mvc\.vsts-pipelines\templates\phases\default-build.yml
default-build.yml
YAML
4,990
0.8
0.118644
0.373913
react-lib
945
2024-08-03T13:05:09.327483
GPL-3.0
false
c80235337179cb5758a10c15127f0d59
INHERIT: mkdocs.generated.yml\n# Omit the `typeset` plugin which is only available in the Insiders version.\nplugins:\n - search\nwatch:\n - mkdocs.generated.yml\n
dataset_sample\yaml\astral-sh_ruff\mkdocs.public.yml
mkdocs.public.yml
YAML
159
0.8
0
0.166667
node-utils
474
2025-03-13T08:21:54.642269
Apache-2.0
false
f56bbbe6603ca6e10bd14c79e1d1fdce
# NOTE: Usually, you should edit the template instead.\n# This file is used for forks and contributors, production uses `mkdocs.insiders.yml`.\nINHERIT: mkdocs.template.yml\n\nwatch:\n - mkdocs.template.yml\n
dataset_sample\yaml\astral-sh_uv\mkdocs.public.yml
mkdocs.public.yml
YAML
203
0.8
0.166667
0.4
react-lib
870
2024-08-25T11:34:08.997949
BSD-3-Clause
false
d850c7e5fa2453ce165c81a8efc8d338
blank_issues_enabled: true\ncontact_links:\n - name: Documentation\n url: https://docs.astral.sh/uv\n about: Please consult the documentation before creating an issue.\n - name: Community\n url: https://discord.com/invite/astral-sh\n about: Join our Discord community to ask questions and collaborate.\n
dataset_sample\yaml\astral-sh_uv\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
309
0.8
0
0
node-utils
115
2025-03-24T18:55:42.351854
GPL-3.0
false
ff2ee2bf3925a26033d40b9ef967928c
# Build uv on all platforms.\n#\n# Generates both wheels (for PyPI) and archived binaries (for GitHub releases).\n#\n# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local\n# artifacts job within `cargo-dist`.\nname: "Build release binaries"\n\non:\n workflow_call:\n inputs:\n ...
dataset_sample\yaml\astral-sh_uv\.github\workflows\build-binaries.yml
build-binaries.yml
YAML
38,475
0.95
0.034973
0.120829
python-kit
687
2024-12-10T07:29:42.864877
GPL-3.0
false
7a7f5684cd0f2324d44ddc82acef0695
# Build and publish a Docker image.\n#\n# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local\n# artifacts job within `cargo-dist`.\n#\n# TODO(charlie): Ideally, the publish step would happen as a publish job within `cargo-dist`, but\n# sharing the built image as an artifact betwe...
dataset_sample\yaml\astral-sh_uv\.github\workflows\build-docker.yml
build-docker.yml
YAML
17,442
0.95
0.056701
0.163793
react-lib
460
2024-02-27T18:08:57.708772
MIT
false
58f515885f713747887be7be65075d03
name: CI\n\non:\n push:\n branches: [main]\n pull_request:\n workflow_dispatch:\n\nconcurrency:\n group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}\n cancel-in-progress: true\n\nenv:\n CARGO_INCREMENTAL: 0\n CARGO_NET_RETRY: 10\n CARGO_TERM_COLOR: alwa...
dataset_sample\yaml\astral-sh_uv\.github\workflows\ci.yml
ci.yml
YAML
79,017
0.75
0.032618
0.029908
python-kit
304
2024-03-30T07:55:33.663055
Apache-2.0
false
a5d12595f14dc637a86fe0eccd62683b
# Publish the uv documentation.\n#\n# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a post-announce\n# job within `cargo-dist`.\nname: mkdocs\n\non:\n workflow_dispatch:\n inputs:\n ref:\n description: "The commit SHA, tag, or branch to publish. Uses the default bran...
dataset_sample\yaml\astral-sh_uv\.github\workflows\publish-docs.yml
publish-docs.yml
YAML
5,165
0.95
0.104895
0.136752
awesome-app
796
2024-08-09T05:04:23.908695
Apache-2.0
false
49b12ae9ca4caa87d6c2e262bd8b336e
# Publish a release to PyPI.\n#\n# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a publish job\n# within `cargo-dist`.\nname: "Publish to PyPI"\n\non:\n workflow_call:\n inputs:\n plan:\n required: true\n type: string\n\njobs:\n pypi-publish-uv:\n name: Up...
dataset_sample\yaml\astral-sh_uv\.github\workflows\publish-pypi.yml
publish-pypi.yml
YAML
1,447
0.95
0
0.125
awesome-app
769
2024-01-27T14:19:04.515970
BSD-3-Clause
false
bfe83393fee902b077ff2691bb528ebe
# This file was autogenerated by dist: https://github.com/astral-sh/cargo-dist\n#\n# Copyright 2022-2024, axodotdev\n# Copyright 2025 Astral Software Inc.\n# SPDX-License-Identifier: MIT or Apache-2.0\n#\n# CI that:\n#\n# * checks for a Git Tag that looks like a release\n# * builds artifacts with dist (archives, instal...
dataset_sample\yaml\astral-sh_uv\.github\workflows\release.yml
release.yml
YAML
11,426
0.95
0.094891
0.229008
vue-tools
251
2023-12-30T15:13:02.402789
BSD-3-Clause
false
25c6ed1116445b945063c81b34f3a9ea
# Sync Python releases and create a pull request.\n#\n# Based on: https://github.com/astral-sh/rye/blob/57b7c089e494138aae29a130afb2e17f447970bf/.github/workflows/sync-python-releases.yml\nname: "Sync Python downloads"\non:\n workflow_dispatch:\n schedule:\n - cron: "0 0 * * *"\n\npermissions:\n contents: write\n...
dataset_sample\yaml\astral-sh_uv\.github\workflows\sync-python-releases.yml
sync-python-releases.yml
YAML
1,430
0.8
0.047619
0.076923
react-lib
385
2024-05-03T05:54:20.624742
GPL-3.0
false
28f728adf86c65f9646ce5d0f01bc3d7
---\ncodecov:\n require_ci_to_pass: true\n\ncomment:\n layout: "reach, diff, flags, files"\n behavior: default\n require_changes: false\n\ncoverage:\n precision: 2\n round: down\n range: "70...100"\n status:\n project:\n default: false\n backend:\n base: auto\n threshold: 0.15%\n ...
dataset_sample\yaml\authelia_authelia\.codecov.yml
.codecov.yml
YAML
778
0.85
0
0
node-utils
354
2024-11-29T17:54:24.877560
Apache-2.0
false
dab458c4c3a07131d9539a504ef689cd
---\nrun:\n timeout: 3m\n\nlinters-settings:\n forbidigo:\n forbid:\n - p: ^print.*$\n msg: Do not commit print statements.\n - p: ^fmt\.Print.*$\n pkg: ^fmt$\n msg: Do not commit print statements.\n analyze-types: true\n goconst:\n min-len: 2\n min-occurrences: 2\n gocycl...
dataset_sample\yaml\authelia_authelia\.golangci.yml
.golangci.yml
YAML
1,636
0.95
0
0
awesome-app
825
2024-05-30T09:25:19.590363
Apache-2.0
false
10b01560cb3d8e7bc97939937d358d19
---\nrunner:\n golangci:\n cmd: golangci-lint run\n errorformat:\n - '%E%f:%l:%c: %m'\n - '%E%f:%l: %m'\n - '%C%.%#'\n level: error\n eslint:\n cmd: cd web && eslint -f rdjson '*/**/*.{js,ts,tsx}'\n format: rdjson\n level: error\n yamllint:\n cmd: yamllint --format parsable .\n ...
dataset_sample\yaml\authelia_authelia\.reviewdog.yml
.reviewdog.yml
YAML
365
0.8
0
0
node-utils
316
2024-02-07T13:15:30.920512
Apache-2.0
false
c3a51dff3650c486a83f576dadeb5613
---\nextends: default\n\nlocale: en_US.UTF-8\n\nyaml-files:\n - '*.yaml'\n - '*.yml'\n - '.yamllint'\n\nignore: |\n api/openapi.yml\n docs/pnpm-lock.yaml\n docs/node_modules/\n internal/configuration/test_resources/config_bad_quoting.yml\n internal/templates/src/pnpm-lock.yaml\n web/pnpm-lock.yaml\n web/node_...
dataset_sample\yaml\authelia_authelia\.yamllint.yml
.yamllint.yml
YAML
612
0.7
0
0
react-lib
245
2025-04-15T12:00:38.699517
Apache-2.0
false
73a8844c726e66d210a3942ec4284025
---\npull_request_title: 'i18n: update translations'\ncommit_message: 'i18n: update translation for %original_file_name% (%language%)'\nappend_commit_message: false\nfiles:\n - source: '/internal/server/locales/en/*'\n translation: '/internal/server/locales/%locale%/%original_file_name%'\n skip_untranslated_file...
dataset_sample\yaml\authelia_authelia\crowdin.yml
crowdin.yml
YAML
325
0.8
0.111111
0
node-utils
697
2025-03-24T23:10:33.945809
BSD-3-Clause
false
aaeaffb81b216cc50388d1c4da53a826
---\n# This represents the hardcoded pipeline set in Buildkite interface which executes the repo provided dynamic pipeline.\n# It is used to ensure that insecure code from external PR cannot be executed before a maintainers approval, to avoid\n# secret leaks.\nsteps:\n # Blocking pipeline for master branch deployments...
dataset_sample\yaml\authelia_authelia\.buildkite\pipeline.yml
pipeline.yml
YAML
2,247
0.95
0.297872
0.225
python-kit
382
2023-07-31T17:44:46.004840
MIT
false
d4d257d7d2d05352b40070b2e5454d33
---\nversion: 2\nupdates:\n - package-ecosystem: github-actions\n directory: /\n schedule:\n interval: daily\n...\n
dataset_sample\yaml\authelia_authelia\.github\dependabot.yml
dependabot.yml
YAML
119
0.7
0
0
python-kit
112
2025-05-11T06:22:31.570392
MIT
false
9baf7a6c96c7f693f992ebea1e595557
---\n# These are supported funding model platforms\n\n# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n# patreon: # Replace with a single Patreon username\nopen_collective: 'authelia-sponsors'\n# ko_fi: # Replace with a single Ko-fi username\n# tidelift: # Replace with a single T...
dataset_sample\yaml\authelia_authelia\.github\FUNDING.yml
FUNDING.yml
YAML
708
0.8
0
0.769231
awesome-app
417
2023-10-11T11:44:10.643818
MIT
false
6e1bd101016692d9d541718e40746c72
---\nname: 'Bug Report'\ndescription: 'Report a bug'\nlabels:\n - 'type/bug/unconfirmed'\n - 'status/needs-triage'\n - 'priority/4/normal'\nbody:\n - type: 'markdown'\n attributes:\n value: |\n Thanks for taking the time to fill out this bug report. If you are unsure if this is actually a bug and you...
dataset_sample\yaml\authelia_authelia\.github\ISSUE_TEMPLATE\bug-report.yml
bug-report.yml
YAML
9,248
0.95
0.066148
0
vue-tools
365
2025-03-30T14:10:58.873284
MIT
false
41b4d755902bb85adc3aae2fd216e736
---\nblank_issues_enabled: false\ncontact_links:\n - name: 'Documentation Feedback'\n url: 'https://github.com/authelia/authelia/discussions/new?category=documentation-feedback'\n about: 'Submit feedback about the documentation such as issues/mistakes or ideas'\n - name: 'Idea'\n url: 'https://github.com/aut...
dataset_sample\yaml\authelia_authelia\.github\ISSUE_TEMPLATE\config.yml
config.yml
YAML
1,128
0.8
0.04
0
react-lib
383
2024-05-27T19:23:28.560202
BSD-3-Clause
false
5379575443f81b80f5c5de62e1889583
---\nname: 'Feature Request'\ndescription: 'Submit a Feature Request'\nlabels:\n - 'type/feature'\n - 'status/needs-design'\n - 'priority/4/normal'\nbody:\n - type: 'markdown'\n attributes:\n value: |\n Thanks for taking the time to fill out this feature request. A feature request is created as issue...
dataset_sample\yaml\authelia_authelia\.github\ISSUE_TEMPLATE\feature-request.yml
feature-request.yml
YAML
2,339
0.95
0.074074
0
python-kit
643
2024-09-30T23:35:00.752242
MIT
false
93ea1485ab3ea113842731e555924cfe
---\n# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# You may wish to alter this file to override the set of languages analyzed,\n# or to provide custom queries or build logic.\n#\n# ******** NOTE ********\n# We have attempted to detect the langua...
dataset_sample\yaml\authelia_authelia\.github\workflows\codeql-analysis.yml
codeql-analysis.yml
YAML
3,162
0.8
0.019048
0.311828
python-kit
404
2024-03-26T08:49:57.096331
BSD-3-Clause
false
f98341c733219014a75c62919332b321
---\nnetworks:\n net:\n driver: 'bridge'\n\nservices:\n authelia:\n image: 'authelia/authelia'\n container_name: 'authelia'\n volumes:\n - './authelia:/config'\n networks:\n net: {}\n labels:\n traefik.enable: 'true'\n traefik.http.routers.authelia.rule: 'Host(`authelia.example.c...
dataset_sample\yaml\authelia_authelia\examples\compose\lite\compose.yml
compose.yml
YAML
3,538
0.8
0
0.010204
node-utils
537
2024-01-07T07:28:32.960066
Apache-2.0
false
8f4be03125c14a622b7575a6fed58bc1
---\n###############################################################\n# Authelia configuration #\n###############################################################\n\nserver:\n address: 'tcp://:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nidentity_validation:...
dataset_sample\yaml\authelia_authelia\examples\compose\lite\authelia\configuration.yml
configuration.yml
YAML
1,906
0.95
0
0.213115
node-utils
624
2025-06-08T13:38:49.430889
BSD-3-Clause
false
f2104c1bb5f21b9a19a89f9c7f98f713
---\n###############################################################\n# Users Database #\n###############################################################\n\n# This file can be used if you do not have an LDAP set up.\n\n# List of users\nusers:\n authelia:\n disabled: fals...
dataset_sample\yaml\authelia_authelia\examples\compose\lite\authelia\users_database.yml
users_database.yml
YAML
632
0.8
0.052632
0.352941
python-kit
709
2024-04-28T11:49:54.048025
Apache-2.0
false
bca9db9db0016266fb60954d97c82626
---\nnetworks:\n net:\n driver: 'bridge'\n\nservices:\n authelia:\n image: 'authelia/authelia'\n container_name: authelia\n volumes:\n - './authelia:/config'\n networks:\n net: {}\n labels:\n traefik.enable: 'true'\n traefik.http.routers.authelia.rule: 'Host(`authelia.example.com...
dataset_sample\yaml\authelia_authelia\examples\compose\local\compose.yml
compose.yml
YAML
3,141
0.8
0
0.011494
vue-tools
26
2023-08-02T01:56:27.506874
Apache-2.0
false
f605d9d8ec18e033d1bb560dddfd350c
---\n###############################################################\n# Authelia configuration #\n###############################################################\n\nserver:\n address: 'tcp://:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nidentity_validation:...
dataset_sample\yaml\authelia_authelia\examples\compose\local\authelia\configuration.yml
configuration.yml
YAML
1,334
0.95
0
0.065217
python-kit
127
2025-04-27T03:58:21.396857
GPL-3.0
false
7ad6d22733a1959cab580d13391c1301
---\n###############################################################\n# Users Database #\n###############################################################\n\n# This file can be used if you do not have an LDAP set up.\n\n# List of users\nusers:\n <USERNAME>:\n disabled: fa...
dataset_sample\yaml\authelia_authelia\examples\compose\local\authelia\users_database.yml
users_database.yml
YAML
457
0.8
0.055556
0.3125
node-utils
158
2025-01-21T05:00:38.747480
BSD-3-Clause
false
ea8561d646bd9712ba1bb6f7bd3ebb4f
---\ntls:\n certificates:\n - certFile: '/etc/traefik/certs/cert.pem'\n keyFile: '/etc/traefik/certs/key.pem'\n...\n
dataset_sample\yaml\authelia_authelia\examples\compose\local\traefik\certificates.yml
certificates.yml
YAML
119
0.7
0
0
awesome-app
380
2024-10-25T04:34:50.186460
BSD-3-Clause
false
e9992bd3a5cb9592af6dae65f030f48c
---\nnetworks:\n net:\n driver: 'bridge'\n\nservices:\n authelia:\n image: 'authelia/authelia'\n container_name: 'authelia'\n volumes:\n - './authelia:/config'\n networks:\n net: {}\n labels:\n traefik.enable: 'true'\n traefik.http.routers.authelia.rule: 'Host(`authelia.example.c...
dataset_sample\yaml\authelia_authelia\examples\compose\production\compose.yml
compose.yml
YAML
3,113
0.8
0
0.011628
node-utils
751
2023-09-08T16:19:53.025435
BSD-3-Clause
false
03f3aa0eb0f59466654f55ffc520df40
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config.durations.yml
config.durations.yml
YAML
5,388
0.95
0.00578
0.051948
react-lib
695
2024-02-22T21:00:21.598678
MIT
true
12001a8cc19a13868e83420aa9b810de
---\ndefault_redirection_url: 'https://home.{{ env "ROOT_DOMAIN" }}:8080/'\n\nserver:\n address: 'tcp://{{ env "SERVICES_SERVER" }}:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.{{ env "ROOT_DOMAIN" }}'\n integration_key: 'ABCDEF'\n\nauthentication_backend:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config.filtered.yml
config.filtered.yml
YAML
4,239
0.95
0.005814
0.059211
node-utils
777
2023-10-14T14:26:58.533737
GPL-3.0
true
348cea6ab99e47a87f4750cbe08579d3
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config.no-refresh.yml
config.no-refresh.yml
YAML
5,345
0.95
0.005814
0.052288
python-kit
412
2024-02-06T11:57:05.085486
BSD-3-Clause
true
4f2eee9bb5dbb848ee2e54796d71e7e9
---\nwebauthn:\n selection_criteria:\n discoverability: ''\n attachment: ''\n user_verification: ''\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config.webauthn.yml
config.webauthn.yml
YAML
109
0.7
0
0
node-utils
845
2024-11-05T18:57:55.331278
GPL-3.0
true
b554df6933269d9a045153dc45f60dbf
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config.yml
config.yml
YAML
5,375
0.95
0.00578
0.051948
vue-tools
116
2024-06-16T12:58:28.015950
MIT
true
2b1a02eabcfbb30c78bd44d285bca7fd
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n refresh_interval: 'always'\n ldap:\n ...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_alt.yml
config_alt.yml
YAML
2,863
0.95
0.008
0.07619
vue-tools
990
2024-01-21T19:17:56.288468
GPL-3.0
true
a08975ca4933d30e323ac8e20b9ef5ee
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_authz_subpath.yml
config_authz_subpath.yml
YAML
5,555
0.95
0.005618
0.050314
node-utils
654
2024-05-23T00:08:23.075850
BSD-3-Clause
true
8759846fa289d0d69ab2298c378c7fe9
---\nloggy_file: '/config/svc.log'\n\nlogs_level: 'debug'\n\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n ...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_bad_keys.yml
config_bad_keys.yml
YAML
2,833
0.95
0.00813
0.07767
vue-tools
925
2025-05-06T10:35:27.988231
GPL-3.0
true
18f2e5f94ad951c34110786bb2275d93
---\ndefault_redirection_url: 'example.com'\n\nserver:\n address: 'tcp://:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'example.com'\n period: 30\n skew: 1\n\nauthentication_backend:\n file:\n path: '/config/users_database.yml'\n\naccess_control:\n default_policy: 'deny'\n rules:\n - domain: 'example...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_bad_quoting.yml
config_bad_quoting.yml
YAML
1,035
0.8
0
0
react-lib
342
2025-02-18T00:18:38.933101
BSD-3-Clause
true
3fabc4a65def515e9a3b89d8ccf266ba
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_domain_bad_regex.yml
config_domain_bad_regex.yml
YAML
2,875
0.95
0.008065
0.07619
react-lib
318
2025-07-05T03:09:01.256351
BSD-3-Clause
true
17afda41b26eb5c8de1b8506909fc118
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_domain_regex.yml
config_domain_regex.yml
YAML
3,092
0.95
0.007634
0.073394
awesome-app
420
2024-01-09T22:28:18.028888
BSD-3-Clause
true
7a54d7cd80c20c61527f9684edc2fe6d
# yamllint disable-file\n---\n{{- range (glob "./test_resources/config_walk/*.yml") }}\n{{ fileContent . }}\n{{- end }}\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_glob.yml
config_glob.yml
YAML
120
0.8
0
0.166667
node-utils
872
2023-12-12T08:01:28.639536
GPL-3.0
true
429478045cae467fdb7d9cd15b784b58
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_nolog.yml
config_nolog.yml
YAML
5,352
0.95
0.005882
0.052632
vue-tools
468
2025-02-03T04:33:43.858173
MIT
true
9f37f0bd472ac889a322612f2be7ac00
---\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:\n implementation: 'ExtAuthz'\n authn_strategie...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_no_address_mysql.yml
config_no_address_mysql.yml
YAML
5,324
0.95
0.005988
0.053333
python-kit
56
2025-04-09T08:13:29.865148
BSD-3-Clause
true
a8352356cdea4df42e498a9a74691675
---\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:\n implementation: 'ExtAuthz'\n authn_strategie...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_no_address_postgres.yml
config_no_address_postgres.yml
YAML
5,327
0.95
0.005988
0.053333
awesome-app
962
2023-07-20T12:47:49.472968
BSD-3-Clause
true
f984742ddd2d06d72a8f209c1f18e072
---\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:\n implementation: 'ExtAuthz'\n authn_strategie...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_no_address_smtp.yml
config_no_address_smtp.yml
YAML
5,323
0.95
0.005988
0.053333
awesome-app
669
2025-04-11T13:55:03.496769
Apache-2.0
true
e1bdcb430c744773d4952b828704d3d0
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_oidc.yml
config_oidc.yml
YAML
3,284
0.95
0.007042
0.065574
awesome-app
845
2023-07-23T03:21:56.052187
BSD-3-Clause
true
7b9f0ed3d91448956e9910b8212c35e3
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n host: 127.0.0.1\n port: 9091\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'\n...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_oidc_claims.yml
config_oidc_claims.yml
YAML
11,765
0.95
0.003623
0.031373
awesome-app
217
2023-11-16T23:49:12.035509
GPL-3.0
true
a5eeab16944dd7ef449ab9ee45a9a721
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_oidc_disable_entropy.yml
config_oidc_disable_entropy.yml
YAML
3,159
0.95
0.007299
0.068376
python-kit
693
2024-04-04T00:21:44.383626
BSD-3-Clause
true
6d2f3965b19812ab48869ccecb2225e8
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_oidc_empty_jwk_key.yml
config_oidc_empty_jwk_key.yml
YAML
3,288
0.95
0.006944
0.064516
vue-tools
667
2024-01-01T22:57:21.918517
MIT
true
3a26373059f8380791f1ebb2405f16b7
---\nserver:\n host: 127.0.0.1\n port: 9091\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nidentity_validation:\n reset_password:\n jwt_secret: 'insecure_secret'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'\n base_dn: 'dc=example,dc=com'\n additional_users_dn: 'ou=us...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_oidc_modern.yml
config_oidc_modern.yml
YAML
12,115
0.95
0.003597
0.031008
vue-tools
66
2024-08-21T04:47:00.443348
MIT
true
04eeade2a84fc08f73b65d87c218bbec
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_smtp_sender_blank.yml
config_smtp_sender_blank.yml
YAML
2,838
0.95
0.008065
0.07619
react-lib
71
2024-04-23T20:11:21.481341
Apache-2.0
true
2c315a4353a836e5ae6e4c8a6c76f977
---\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n ldap:\n address: 'ldap://127.0.0.1'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_smtp_sender_invalid.yml
config_smtp_sender_invalid.yml
YAML
2,843
0.95
0.008065
0.07619
awesome-app
92
2024-04-15T09:06:31.169386
Apache-2.0
true
caa4e07badaa1be15513344d9994e898
# yamllint disable-file\n---\n{{- range (walk "./test_resources/config_walk/" "" false) }}\n {{ if not .IsDir }}\n{{ fileContent .Path }}\n {{- end }}\n{{- end }}\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_walk.yml
config_walk.yml
YAML
163
0.8
0.125
0.125
node-utils
936
2023-12-31T23:13:13.781282
Apache-2.0
true
576b563d6c9415ea61eaaedb92e5e2f1
---\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:\n implementation: 'ExtAuthz'\n authn_strategie...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_with_definitions.yml
config_with_definitions.yml
YAML
5,727
0.95
0.005291
0.046784
vue-tools
264
2024-10-08T17:24:28.044262
Apache-2.0
true
4ad21a2dc03b42b5aaca4e3b5264d2a2
---\nidentity_validation:\n reset_password:\n jwt_secret: 'secret_from_config'\n\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nserver:\n address: 'tcp://127.0.0.1:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_k...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_with_secret.yml
config_with_secret.yml
YAML
2,882
0.95
0.007874
0.075472
awesome-app
942
2025-03-26T05:27:05.891115
Apache-2.0
true
508c46f34cb41ee8a5180a00c25e8eb6
---\ndefinitions:\n network:\n single: '192.168.0.1'\n example:\n - '192.168.1.20'\n - '192.168.2.0/24'\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\decode_networks.yml
decode_networks.yml
YAML
119
0.7
0
0
awesome-app
929
2024-05-12T21:24:35.933660
MIT
true
740ccd3b23cc50103d809b1cb2c37078
---\ndefinitions:\n network:\n example:\n - '192.168.1.20'\n - '192.168.2.0/24'\n - 'abc'\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\decode_networks_abc.yml
decode_networks_abc.yml
YAML
107
0.7
0
0
node-utils
64
2023-10-08T07:12:34.380482
BSD-3-Clause
true
5f31d894e862e8229eb77d8370a3fd15
---\naccess_control:\n default_policy: 'deny'\n\n rules:\n # Rules applied to everyone\n - domain:\n - 'public.{{ env "ROOT_DOMAIN" }}'\n policy: 'bypass'\n\n - domain:\n - 'secure.{{ env "ROOT_DOMAIN" }}'\n policy: 'one_factor'\n # Network based rule, if not provided any network...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\access-control.yml
access-control.yml
YAML
2,028
0.8
0.011364
0.101266
awesome-app
571
2024-02-23T10:10:10.030060
Apache-2.0
true
70549b0d131a1bdee160d7fba0afc5c5
---\nauthentication_backend:\n ldap:\n address: 'ldap://{{ env "SERVICES_SERVER" }}'\n tls:\n private_key: |\n {{- secret "./test_resources/example_filter_rsa_private_key" | nindent 8 }}\n base_dn: 'dc=example,dc=com'\n additional_users_dn: 'ou=users'\n users_filter: '(&({username_attribute}...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\authentication-backend.yml
authentication-backend.yml
YAML
589
0.8
0
0
react-lib
774
2024-04-04T21:00:18.668943
MIT
true
98228a89ab8c0928df677ea5ca4a0a97
---\ndefault_redirection_url: 'https://home.{{ env "ROOT_DOMAIN" }}:8080/'\n\nserver:\n address: 'tcp://{{ env "SERVICES_SERVER" }}:9091'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.{{ env "ROOT_DOMAIN" }}'\n integration_key: 'ABCDEF'\n\nregulation:\n max_retr...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\general.yml
general.yml
YAML
363
0.8
0
0
python-kit
372
2024-02-03T03:14:25.470443
GPL-3.0
true
05e29ef7082c3c20d5b24043fbf59be7
---\nidentity_providers:\n oidc:\n jwks:\n # yamllint disable-line rule:braces\n - key: {{ secret "./test_resources/crypto/rsa.2048.pem" | mindent 10 "|" | msquote }}\n cors:\n allowed_origins:\n - 'https://google.com'\n - 'https://example.com'\n clients:\n - client_id: 'abc'...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\identity-providers.yml
identity-providers.yml
YAML
760
0.8
0
0.041667
react-lib
242
2023-07-24T19:43:13.016490
BSD-3-Clause
true
2610330559035dd73e257cebef821578
---\nnotifier:\n smtp:\n username: 'test'\n address: 'smtp://{{ env "SERVICES_SERVER" }}:1025'\n sender: 'admin@{{ env "ROOT_DOMAIN" }}'\n disable_require_tls: true\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\notifier.yml
notifier.yml
YAML
176
0.95
0
0
python-kit
624
2024-08-14T05:28:49.485790
GPL-3.0
true
8c35c7611f7d7d5b39f1b3ecaf3acb8e
---\nsession:\n name: 'authelia_session'\n expiration: '1 hour'\n inactivity: '5 minutes'\n domain: '{{ env "ROOT_DOMAIN" }}'\n redis:\n host: '${SERVICES_SERVER}'\n port: 6379\n high_availability:\n sentinel_name: 'test'\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\session.yml
session.yml
YAML
235
0.7
0
0
awesome-app
683
2024-04-12T19:22:29.496667
GPL-3.0
true
1d3e65e59f3eb0a40b93cb71a5fc46bd
---\nstorage:\n mysql:\n address: 'tcp://{{ env "SERVICES_SERVER" }}:3306'\n database: 'authelia'\n username: 'authelia'\n...\n
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config-dir\filtered\storage.yml
storage.yml
YAML
130
0.8
0
0
node-utils
404
2025-01-27T15:45:59.511782
Apache-2.0
true
83892b7d990e7bbfe50a747c9ae85251
# yamllint disable rule:document-start rule:document-end\ndefault_redirection_url: 'https://home.example.com:8080/'\n\nlog:\n level: 'debug'\n\ntotp:\n issuer: 'authelia.com'\n\nduo_api:\n hostname: 'api-123456789.example.com'\n integration_key: 'ABCDEF'\n\nauthentication_backend:\n refresh_interval: 'disable'\n ...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_walk\general.yml
general.yml
YAML
4,816
0.95
0.006667
0.068182
awesome-app
753
2025-04-12T23:09:33.990409
BSD-3-Clause
true
e64127c08d78b4273887682b0b32a10a
# yamllint disable rule:document-start rule:document-end\nserver:\n address: 'tcp://127.0.0.1:9091'\n endpoints:\n authz:\n forward-auth:\n implementation: 'ForwardAuth'\n authn_strategies:\n - name: 'HeaderProxyAuthorization'\n - name: 'CookieSession'\n ext-authz:\n ...
dataset_sample\yaml\authelia_authelia\internal\configuration\test_resources\config_walk\server.yml
server.yml
YAML
664
0.8
0
0.045455
vue-tools
681
2024-03-04T02:36:00.250944
MIT
true
f3cfd077117e29cb621d497eef7286f8
---\nnetworks:\n authelianet:\n driver: bridge\n ipam:\n config:\n - subnet: 192.168.240.0/24\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\compose.yml
compose.yml
YAML
111
0.7
0
0
awesome-app
304
2024-09-26T14:26:05.042661
MIT
false
d22951f8beb41f7929670db6cfc3e978
---\nservices:\n authelia-backend:\n depends_on:\n sambaldap:\n condition: service_healthy\n volumes:\n - './ActiveDirectory/configuration.yml:/config/configuration.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\ActiveDirectory\compose.yml
compose.yml
YAML
271
0.7
0
0
awesome-app
204
2024-04-10T07:01:11.027157
MIT
false
ddeb8c617f009e6df37a160328d10d2c
---\ncertificates_directory: '/certs/'\ntheme: 'grey'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n endpoints:\n rate_limits:\n reset_password_start:\n buckets:\n - period: '2 minutes'\n requests: 20\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\ActiveDirectory\configuration.yml
configuration.yml
YAML
2,548
0.95
0
0
react-lib
495
2023-11-10T08:44:39.796713
Apache-2.0
false
3344f56cc82c2f23dc37d7ded10004c0
---\nservices:\n authelia-backend:\n volumes:\n - './BypassAll/configuration.yml:/config/configuration.yml'\n - './BypassAll/users.yml:/config/users.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\BypassAll\compose.yml
compose.yml
YAML
247
0.7
0
0
react-lib
647
2024-02-25T04:26:56.562998
GPL-3.0
false
09d7602080868db2cd28ab108da766e8
---\ncertificates_directory: '/certs/'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n\nlog:\n level: 'debug'\n\nstorage:\n encryption_key: 'a_not_so_secure_encryption_key'\n local:\n path: '/config/db.sqlite'\n\nnotifier:\n smtp:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\BypassAll\configuration.yml
configuration.yml
YAML
1,687
0.95
0
0
python-kit
954
2024-04-20T12:48:43.673044
GPL-3.0
false
a675d640207e0281ca4dfe148364a09e
---\nusers:\n john:\n displayname: "John Doe"\n password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/" # yamllint disable-line rule:line-length\n email: john.doe@authelia.com\n groups:\n - admins\n - dev\n\n harry:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\BypassAll\users.yml
users.yml
YAML
1,103
0.8
0
0
awesome-app
537
2025-06-17T20:31:27.453317
MIT
false
f776ae223ecd0228e03175588a362930
---\nservices:\n authelia-backend:\n volumes:\n - './Caddy/configuration.yml:/config/configuration.yml'\n - './Caddy/users.yml:/config/users.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\Caddy\compose.yml
compose.yml
YAML
239
0.7
0
0
react-lib
937
2024-11-09T22:05:49.237165
MIT
false
3d55ab850061a1f65a49e16ca6aeff83
---\ncertificates_directory: '/certs/'\n\nidentity_validation:\n reset_password:\n jwt_secret: 'a_very_important_secret'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n endpoints:\n authz:\n caddy:\n implementation: 'For...
dataset_sample\yaml\authelia_authelia\internal\suites\Caddy\configuration.yml
configuration.yml
YAML
2,301
0.95
0
0
node-utils
251
2024-08-25T13:27:05.913938
GPL-3.0
false
3d1be89c3b2f8dd69fad5719688dd278
users:\n bob:\n password: $6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/\n displayname: Bob Dylan\n email: bob.dylan@authelia.com\n groups:\n - dev\n disabled: false\n harry:\n password: ...
dataset_sample\yaml\authelia_authelia\internal\suites\Caddy\users.yml
users.yml
YAML
1,086
0.7
0
0
python-kit
369
2025-01-11T04:42:46.994893
Apache-2.0
false
9a984817b90df3c5c7137613169b3ceb
---\nservices:\n authelia-backend:\n volumes:\n - './CLI/configuration.yml:/config/configuration.yml'\n - './CLI/configuration.nocerts.yml:/config/configuration.nocerts.yml'\n - './CLI/storage.yml:/config/configuration.storage.yml'\n - './CLI/users.yml:/config/users.yml'\n - './CLI/exports:...
dataset_sample\yaml\authelia_authelia\internal\suites\CLI\compose.yml
compose.yml
YAML
522
0.7
0
0
vue-tools
160
2024-11-19T06:15:47.732492
GPL-3.0
false
5ed01b97b1948cdbf4b3cad5407d87a8
---\ncertificates_directory: ''\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n\nlog:\n level: 'trace'\n\nstorage:\n encryption_key: 'a_not_so_secure_encryption_key'\n local:\n path: '/tmp/db.sqlite'\n\nnotifier:\n filesystem:\n f...
dataset_sample\yaml\authelia_authelia\internal\suites\CLI\configuration.nocerts.yml
configuration.nocerts.yml
YAML
2,144
0.95
0
0
vue-tools
403
2023-08-04T10:07:36.460581
GPL-3.0
false
9c901fabae561136ff6268ce1e5e283c
---\ncertificates_directory: '/certs/'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n\nlog:\n level: 'trace'\n\nstorage:\n encryption_key: 'a_not_so_secure_encryption_key'\n local:\n path: '/tmp/db.sqlite'\n\nnotifier:\n filesystem:...
dataset_sample\yaml\authelia_authelia\internal\suites\CLI\configuration.yml
configuration.yml
YAML
2,151
0.95
0
0
awesome-app
474
2024-06-05T11:20:14.534235
BSD-3-Clause
false
cc8367af868b4f583ec82f6fea9ceb45
---\nstorage:\n encryption_key: a_not_so_secure_encryption_key\n local:\n path: /tmp/db.sqlite3\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\CLI\storage.yml
storage.yml
YAML
101
0.7
0
0
python-kit
873
2023-09-19T17:32:14.133459
MIT
false
d63005e3a242af499d7c000c8e7e11e0
---\nusers:\n john:\n displayname: "John Doe"\n password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/" # yamllint disable-line rule:line-length\n email: john.doe@authelia.com\n groups:\n - admins\n - dev\n\n harry:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\CLI\users.yml
users.yml
YAML
1,103
0.8
0
0
react-lib
775
2024-02-08T05:15:05.259658
GPL-3.0
false
f776ae223ecd0228e03175588a362930
---\nservices:\n authelia-backend:\n volumes:\n - './Docker/configuration.yml:/config/configuration.yml'\n - './Docker/users.yml:/config/users.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\Docker\compose.yml
compose.yml
YAML
241
0.7
0
0
node-utils
902
2023-08-11T23:42:53.973833
MIT
false
d74632b1752e6d40e6b71a865bd57b0f
---\ncertificates_directory: '/certs/'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n\nlog:\n level: 'debug'\n\nstorage:\n encryption_key: 'a_not_so_secure_encryption_key'\n local:\n path: '/config/db.sqlite3'\n\nnotifier:\n smtp:\n...
dataset_sample\yaml\authelia_authelia\internal\suites\Docker\configuration.yml
configuration.yml
YAML
1,935
0.95
0
0
vue-tools
35
2025-03-31T22:38:30.966376
MIT
false
6d1ceb914d3484723d66ac49f9807244
---\nusers:\n john:\n displayname: "John Doe"\n password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/" # yamllint disable-line rule:line-length\n email: john.doe@authelia.com\n groups:\n - admins\n - dev\n\n harry:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\Docker\users.yml
users.yml
YAML
1,103
0.8
0
0
vue-tools
966
2024-05-04T22:29:07.913956
Apache-2.0
false
f776ae223ecd0228e03175588a362930
---\nservices:\n authelia-backend:\n volumes:\n - './DuoPush/configuration.yml:/config/configuration.yml'\n - './DuoPush/users.yml:/config/users.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n - '/tmp:/tmp'\n user: ${USER_ID}:${GROUP_ID}\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\DuoPush\compose.yml
compose.yml
YAML
296
0.7
0
0
python-kit
296
2023-07-10T19:40:48.741607
GPL-3.0
false
5952045d010166bc815c3fdf45e81944
---\ncertificates_directory: '/certs/'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n endpoints:\n rate_limits:\n second_factor_duo:\n buckets:\n - period: '20 seconds'\n requests: 20\n - period...
dataset_sample\yaml\authelia_authelia\internal\suites\DuoPush\configuration.yml
configuration.yml
YAML
2,690
0.95
0
0
python-kit
631
2024-08-16T23:09:38.740832
GPL-3.0
false
6c41f8321fee1823878ad9370412f079
---\nusers:\n john:\n displayname: "John Doe"\n password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/" # yamllint disable-line rule:line-length\n email: john.doe@authelia.com\n groups:\n - admins\n - dev\n\n harry:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\DuoPush\users.yml
users.yml
YAML
1,103
0.8
0
0
vue-tools
571
2024-08-09T15:29:21.206471
GPL-3.0
false
f776ae223ecd0228e03175588a362930
---\nservices:\n authelia-backend:\n volumes:\n - './Envoy/configuration.yml:/config/configuration.yml'\n - './Envoy/users.yml:/config/users.yml'\n - './common/pki:/pki'\n - './common/pki/public.crt:/certs/public.crt'\n...\n
dataset_sample\yaml\authelia_authelia\internal\suites\Envoy\compose.yml
compose.yml
YAML
239
0.7
0
0
react-lib
605
2023-11-19T21:48:28.465256
Apache-2.0
false
e316706df51f5f738d6b8d88371bf171
---\ncertificates_directory: '/certs/'\n\nserver:\n address: 'tcp://:9091'\n tls:\n certificate: '/pki/public.backend.crt'\n key: '/pki/private.backend.pem'\n endpoints:\n authz:\n ext-authz:\n implementation: 'ExtAuthz'\n authn_strategies: []\n rate_limits:\n reset_password_start...
dataset_sample\yaml\authelia_authelia\internal\suites\Envoy\configuration.yml
configuration.yml
YAML
2,336
0.95
0
0
react-lib
984
2024-03-02T07:05:36.732585
Apache-2.0
false
f06b6ed5686acd11d6305f5c49f1f72f
---\nusers:\n john:\n displayname: "John Doe"\n password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/" # yamllint disable-line rule:line-length\n email: john.doe@authelia.com\n groups:\n - admins\n - dev\n\n harry:\n ...
dataset_sample\yaml\authelia_authelia\internal\suites\Envoy\users.yml
users.yml
YAML
1,103
0.8
0
0
node-utils
278
2025-02-24T14:53:27.343195
MIT
false
f776ae223ecd0228e03175588a362930