diff --git a/website/docs/installation/docker-compose.md b/website/docs/installation/docker-compose.md index 22bf204de..84963c9ba 100644 --- a/website/docs/installation/docker-compose.md +++ b/website/docs/installation/docker-compose.md @@ -12,7 +12,7 @@ This installation method is for test-setups and small-scale productive setups. ## Preparation -Download the latest `docker-compose.yml` from [here](https://raw.githubusercontent.com/goauthentik/authentik/version/2021.9.8/docker-compose.yml). Place it in a directory of your choice. +Download the latest `docker-compose.yml` from [here](https://goauthentik.io/docker-compose.yml). Place it in a directory of your choice. To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.9.8 >> .env` diff --git a/website/docs/releases/v0.10.md b/website/docs/releases/v0.10.md index f69e13938..780af2c4b 100644 --- a/website/docs/releases/v0.10.md +++ b/website/docs/releases/v0.10.md @@ -37,7 +37,7 @@ This update brings a lot of big features, such as: ### docker-compose -The docker-compose file has been updated, please download the latest from `https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml`. +The docker-compose file has been updated, please download the latest from `https://goauthentik.io/docker-compose.yml`. By default, the new compose file uses a fixed version to prevent unintended updates. Before updating the file, stop all containers. Then download the file, pull the new containers and start the database. diff --git a/website/docs/releases/v0.11.md b/website/docs/releases/v0.11.md index 585262b1c..1b13e4d20 100644 --- a/website/docs/releases/v0.11.md +++ b/website/docs/releases/v0.11.md @@ -20,6 +20,6 @@ This update brings these headline features: ## Upgrading -This upgrade can be done as any other patch upgrade, the only external change is the new docker-compose file, which enabled the Docker Integration for Outposts. To use this feature, please download the latest docker-compose from [here](https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml). +This upgrade can be done as any other patch upgrade, the only external change is the new docker-compose file, which enabled the Docker Integration for Outposts. To use this feature, please download the latest docker-compose from [here](https://goauthentik.io/docker-compose.yml). Afterwards, you can simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate`. diff --git a/website/docs/releases/v0.12.md b/website/docs/releases/v0.12.md index bfdfff105..de89d6be5 100644 --- a/website/docs/releases/v0.12.md +++ b/website/docs/releases/v0.12.md @@ -21,7 +21,7 @@ Fixes: ### docker-compose -Docker-compose users should download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml). This includes the new traefik 2.3. +Docker-compose users should download the latest docker-compose file from [here](https://goauthentik.io/docker-compose.yml). This includes the new traefik 2.3. Afterwards, you can simply run `docker-compose up -d` and then the normal upgrade command of `docker-compose run --rm server migrate`. diff --git a/website/docs/releases/v0.13.md b/website/docs/releases/v0.13.md index 1617a7d0f..7007952f0 100644 --- a/website/docs/releases/v0.13.md +++ b/website/docs/releases/v0.13.md @@ -25,7 +25,7 @@ After a long back and forth, we've finally switched to a more permanent name. Wh ### docker-compose -Docker-compose users should download the latest docker-compose file from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-0.13/docker-compose.yml). +Docker-compose users should download the latest docker-compose file from [here](https://goauthentik.io/version/0.13/docker-compose.yml). :::caution If you decided to rename the folder you're running the docker-compose file from, be aware that this will also change the name, that docker-compose will give the database volume. To mitigate this, either diff --git a/website/docs/releases/v0.14.md b/website/docs/releases/v0.14.md index 78a20c70f..88e475601 100644 --- a/website/docs/releases/v0.14.md +++ b/website/docs/releases/v0.14.md @@ -51,7 +51,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 0.14 fromĀ  [here](https://raw.githubusercontent.com/goauthentik/authentik/version-0.14/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 0.14 fromĀ  [here](https://goauthentik.io/version/0.14/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.1.md b/website/docs/releases/v2021.1.md index 98cfafb36..7061f9ba2 100644 --- a/website/docs/releases/v2021.1.md +++ b/website/docs/releases/v2021.1.md @@ -60,7 +60,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.1 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.1/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.1 from [here](https://goauthentik.io/version/2021.1/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.2.md b/website/docs/releases/v2021.2.md index 44e6ec65c..558d2a70b 100644 --- a/website/docs/releases/v2021.2.md +++ b/website/docs/releases/v2021.2.md @@ -124,7 +124,7 @@ The integrations affected are: ### docker-compose -Download the docker-compose file for 2021.2 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.2/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.2 from [here](https://goauthentik.io/version/2021.2/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.3.md b/website/docs/releases/v2021.3.md index 402511925..d517a50e1 100644 --- a/website/docs/releases/v2021.3.md +++ b/website/docs/releases/v2021.3.md @@ -87,7 +87,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.3 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.3/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. +Download the docker-compose file for 2021.3 from [here](https://goauthentik.io/version/2021.3/docker-compose.yml). Afterwards, simply run `docker-compose up -d` and then the standard upgrade command of `docker-compose run --rm server migrate`. ### Kubernetes diff --git a/website/docs/releases/v2021.4.md b/website/docs/releases/v2021.4.md index 05828f216..552b4a2f0 100644 --- a/website/docs/releases/v2021.4.md +++ b/website/docs/releases/v2021.4.md @@ -133,7 +133,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.4 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.4/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.4 from [here](https://goauthentik.io/version/2021.4/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/docs/releases/v2021.5.md b/website/docs/releases/v2021.5.md index 24eaaec7a..4ff939bdc 100644 --- a/website/docs/releases/v2021.5.md +++ b/website/docs/releases/v2021.5.md @@ -103,7 +103,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.5 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.5/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.5 from [here](https://goauthentik.io/version/2021.5/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. :::warning The public port of the compose stack has been changed from 443 to 9000 and 9443 to prevent port contention. diff --git a/website/docs/releases/v2021.6.md b/website/docs/releases/v2021.6.md index dab310e0f..1a856e19f 100644 --- a/website/docs/releases/v2021.6.md +++ b/website/docs/releases/v2021.6.md @@ -167,7 +167,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.6 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.6/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.6 from [here](https://goauthentik.io/version/2021.6/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/docs/releases/v2021.7.md b/website/docs/releases/v2021.7.md index 2a842c9b2..b302f4efe 100644 --- a/website/docs/releases/v2021.7.md +++ b/website/docs/releases/v2021.7.md @@ -113,7 +113,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.7 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.7/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.7 from [here](https://goauthentik.io/version/2021.7/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/docs/releases/v2021.8.md b/website/docs/releases/v2021.8.md index 0100f01be..bf080f968 100644 --- a/website/docs/releases/v2021.8.md +++ b/website/docs/releases/v2021.8.md @@ -143,7 +143,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.8 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.8/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.8 from [here](https://goauthentik.io/version/2021.8/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/docs/releases/v2021.9.md b/website/docs/releases/v2021.9.md index 1b5965812..d897e0291 100644 --- a/website/docs/releases/v2021.9.md +++ b/website/docs/releases/v2021.9.md @@ -198,7 +198,7 @@ This release does not introduce any new requirements. ### docker-compose -Download the docker-compose file for 2021.9 from [here](https://raw.githubusercontent.com/goauthentik/authentik/version-2021.9/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. +Download the docker-compose file for 2021.9 from [here](https://goauthentik.io/version/2021.9/docker-compose.yml). Afterwards, simply run `docker-compose up -d`. ### Kubernetes diff --git a/website/static/docker-compose.yml b/website/static/docker-compose.yml new file mode 120000 index 000000000..b3774a09e --- /dev/null +++ b/website/static/docker-compose.yml @@ -0,0 +1 @@ +../../docker-compose.yml \ No newline at end of file