Skip to content

Instantly share code, notes, and snippets.

View kulmann's full-sized avatar

Benedikt Kulmann kulmann

View GitHub Profile
---
###############################################################
# Authelia configuration #
###############################################################
identity_validation:
reset_password:
jwt_secret: {{ secret "/config/secrets/identity_validation_reset_password_jwt_secret" }}
default_redirection_url: https://public.example.com
<template>
<span :is="tag">
<template v-for="(fragments, lineIndex) in lines">
<template v-for="(fragment, fragmentIndex) in fragments">
<span
:is="fragment.tag"
:key="'line-' + lineIndex + '-fragment-' + fragmentIndex"
:style="{
'--background-color': highlightedColor,
display: fragment.value.startsWith(' ') || fragment.value.endsWith(' ') ? 'inline' : 'inline-block'