root: add utm_source

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-20 16:31:10 +02:00
parent 61fab497cf
commit 02b4173d30
14 changed files with 22 additions and 17 deletions

View File

@ -131,7 +131,7 @@ When you are creating an enhancement suggestion, please fill in [the template](h
authentik can be run locally, all though depending on which part you want to work on, different pre-requisites are required. authentik can be run locally, all though depending on which part you want to work on, different pre-requisites are required.
This is documented in the [developer docs](https://goauthentik.io/developer-docs/) This is documented in the [developer docs](https://goauthentik.io/developer-docs/?utm_source=github)
### Pull Requests ### Pull Requests

View File

@ -20,9 +20,9 @@ authentik is an open-source Identity Provider focused on flexibility and versati
## Installation ## Installation
For small/test setups it is recommended to use docker-compose, see the [documentation](https://goauthentik.io/docs/installation/docker-compose/) For small/test setups it is recommended to use docker-compose, see the [documentation](https://goauthentik.io/docs/installation/docker-compose/?utm_source=github)
For bigger setups, there is a Helm Chart [here](https://github.com/goauthentik/helm). This is documented [here](https://goauthentik.io/docs/installation/kubernetes/) For bigger setups, there is a Helm Chart [here](https://github.com/goauthentik/helm). This is documented [here](https://goauthentik.io/docs/installation/kubernetes/?utm_source=github)
## Screenshots ## Screenshots
@ -33,7 +33,7 @@ Light | Dark
## Development ## Development
See [Development Documentation](https://goauthentik.io/developer-docs/) See [Development Documentation](https://goauthentik.io/developer-docs/?utm_source=github)
## Security ## Security

View File

@ -61,7 +61,7 @@
{% endfor %} {% endfor %}
{% if tenant.branding_title != "authentik" %} {% if tenant.branding_title != "authentik" %}
<li> <li>
<a href="https://goauthentik.io"> <a href="https://goauthentik.io?utm_source=authentik">
{% trans 'Powered by authentik' %} {% trans 'Powered by authentik' %}
</a> </a>
</li> </li>

View File

@ -21,7 +21,7 @@
<div class="footer"> <div class="footer">
<table width="100%"> <table width="100%">
<tr> <tr>
<td class="aligncenter content-block">Powered by <a href="https://goauthentik.io">authentik</a>.</td> <td class="aligncenter content-block">Powered by <a href="https://goauthentik.io?utm_source=authentik&utm_medium=email">authentik</a>.</td>
</tr> </tr>
</table> </table>
</div> </div>

View File

@ -52,7 +52,7 @@
<p></p> <p></p>
<ul class="pf-c-list pf-m-inline"> <ul class="pf-c-list pf-m-inline">
<li> <li>
<a href="https://goauthentik.io"> <a href="https://goauthentik.io?utm_source=authentik_outpost&utm_campaign=proxy_error">
Powered by authentik Powered by authentik
</a> </a>
</li> </li>

View File

@ -1,6 +1,6 @@
## @goauthentik/api ## @goauthentik/api
This package provides a generated API Client for [authentik](https://goauthentik.io). This package provides a generated API Client for [authentik](https://goauthentik.io?utm_source=npm-api-package).
### Building ### Building

View File

@ -406,7 +406,8 @@ export class FlowExecutor extends LitElement implements StageHost {
${this.tenant?.brandingTitle != "authentik" ${this.tenant?.brandingTitle != "authentik"
? html` ? html`
<li> <li>
<a href="https://goauthentik.io" <a
href="https://goauthentik.io?utm_source=authentik&amp;utm_medium=flow"
>${t`Powered by authentik`}</a >${t`Powered by authentik`}</a
> >
</li> </li>

View File

@ -20,7 +20,9 @@ export class OutpostDeploymentModal extends ModalButton {
</div> </div>
<div class="pf-c-modal-box__body"> <div class="pf-c-modal-box__body">
<p> <p>
<a target="_blank" href="https://goauthentik.io/docs/outposts/outposts/#deploy" <a
target="_blank"
href="https://goauthentik.io/docs/outposts/outposts/?utm_source=authentik#deploy"
>${t`View deployment documentation`}</a >${t`View deployment documentation`}</a
> >
</p> </p>

View File

@ -165,7 +165,9 @@ export class OutpostForm extends ModelForm<Outpost, string> {
</p> </p>
<p class="pf-c-form__helper-text"> <p class="pf-c-form__helper-text">
See See
<a target="_blank" href="https://goauthentik.io/docs/outposts/outposts" <a
target="_blank"
href="https://goauthentik.io/docs/outposts/outposts?utm_source=authentik"
>documentation</a >documentation</a
>. >.
</p> </p>
@ -208,7 +210,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
See See
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/outposts/outposts#configuration" href="https://goauthentik.io/docs/outposts/outposts?utm_source=authentik#configuration"
>documentation</a >documentation</a
>. >.
</p> </p>

View File

@ -85,7 +85,7 @@ export class ExpressionPolicyForm extends ModelForm<ExpressionPolicy, string> {
${t`Expression using Python.`} ${t`Expression using Python.`}
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/policies/expression" href="https://goauthentik.io/docs/policies/expression?utm_source=authentik"
> >
${t`See documentation for a list of all variables.`} ${t`See documentation for a list of all variables.`}
</a> </a>

View File

@ -72,7 +72,7 @@ export class PropertyMappingLDAPForm extends ModelForm<LDAPPropertyMapping, stri
${t`Expression using Python.`} ${t`Expression using Python.`}
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/property-mappings/expression/" href="https://goauthentik.io/docs/property-mappings/expression?utm_source=authentik"
> >
${t`See documentation for a list of all variables.`} ${t`See documentation for a list of all variables.`}
</a> </a>

View File

@ -57,7 +57,7 @@ export class PropertyMappingNotification extends ModelForm<NotificationWebhookMa
${t`Expression using Python.`} ${t`Expression using Python.`}
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/property-mappings/expression/" href="https://goauthentik.io/docs/property-mappings/expression?utm_source=authentik"
> >
${t`See documentation for a list of all variables.`} ${t`See documentation for a list of all variables.`}
</a> </a>

View File

@ -82,7 +82,7 @@ export class PropertyMappingLDAPForm extends ModelForm<SAMLPropertyMapping, stri
${t`Expression using Python.`} ${t`Expression using Python.`}
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/property-mappings/expression/" href="https://goauthentik.io/docs/property-mappings/expression?utm_source=authentik"
> >
${t`See documentation for a list of all variables.`} ${t`See documentation for a list of all variables.`}
</a> </a>

View File

@ -78,7 +78,7 @@ export class PropertyMappingScopeForm extends ModelForm<ScopeMapping, string> {
${t`Expression using Python.`} ${t`Expression using Python.`}
<a <a
target="_blank" target="_blank"
href="https://goauthentik.io/docs/property-mappings/expression/" href="https://goauthentik.io/docs/property-mappings/expression?utm_source=authentik"
> >
${t`See documentation for a list of all variables.`} ${t`See documentation for a list of all variables.`}
</a> </a>