diff --git a/docs/archive/1.23.2/API.md b/docs/archive/1.23.2/API.md index 6dffe83..b99ab31 100644 --- a/docs/archive/1.23.2/API.md +++ b/docs/archive/1.23.2/API.md @@ -1,6 +1,9 @@ API === +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/api/api-schema-ce/). + Portainer exposes an HTTP API that you can use to automate everything you do via the Portainer UI. diff --git a/docs/archive/1.23.2/agent.md b/docs/archive/1.23.2/agent.md index c88a984..bfe3e58 100644 --- a/docs/archive/1.23.2/agent.md +++ b/docs/archive/1.23.2/agent.md @@ -1,6 +1,9 @@ Agent ===== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/ceinstalldocker/). + Purpose ------- diff --git a/docs/archive/1.23.2/configuration.md b/docs/archive/1.23.2/configuration.md index b5de44f..f00f4c1 100644 --- a/docs/archive/1.23.2/configuration.md +++ b/docs/archive/1.23.2/configuration.md @@ -1,6 +1,9 @@ Configuration ============= +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/initial/). + Portainer can be easily tuned using CLI flags. Admin password @@ -14,7 +17,7 @@ encrypted password first. You can generate the encrypted password with the following command: -
$ htpasswd -nb -B admin  | cut -d ":" -f 2
+
$ htpasswd -nbB admin "password" | cut -d ":" -f 2
or if your system does not provide htpasswd you can use a docker container with the command: diff --git a/docs/archive/1.23.2/contribute.md b/docs/archive/1.23.2/contribute.md index 819e5fb..f31dfa8 100644 --- a/docs/archive/1.23.2/contribute.md +++ b/docs/archive/1.23.2/contribute.md @@ -1,6 +1,9 @@ Contribute ========== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/contributing/instructions/). + Use the following instructions and guidelines to contribute to the Portainer project. diff --git a/docs/archive/1.23.2/deployment.md b/docs/archive/1.23.2/deployment.md index 42acf3b..fcf96cc 100644 --- a/docs/archive/1.23.2/deployment.md +++ b/docs/archive/1.23.2/deployment.md @@ -1,6 +1,10 @@ Deployment ========== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/ceinstalldocker/). + + Portainer is built to run on Docker and is really simple to deploy. Portainer deployment scenarios can be executed on any platform unless specified. diff --git a/docs/archive/1.23.2/external_endpoints.md b/docs/archive/1.23.2/external_endpoints.md index 2110fe4..2b145c9 100644 --- a/docs/archive/1.23.2/external_endpoints.md +++ b/docs/archive/1.23.2/external_endpoints.md @@ -1,6 +1,9 @@ External endpoints ================== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/quickstart/). + External endpoint definitions are written in JSON. It must consist of an array with every endpoint definition consisting of diff --git a/docs/archive/1.23.2/faq.md b/docs/archive/1.23.2/faq.md index ec34ec1..4d58f24 100644 --- a/docs/archive/1.23.2/faq.md +++ b/docs/archive/1.23.2/faq.md @@ -1,6 +1,9 @@ FAQ === +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](https://support.portainer.io). + How do I reset my Portainer password? ------------------------------------- diff --git a/docs/archive/1.23.2/limitations.md b/docs/archive/1.23.2/limitations.md index a46fb87..801dae9 100644 --- a/docs/archive/1.23.2/limitations.md +++ b/docs/archive/1.23.2/limitations.md @@ -1,6 +1,10 @@ Limitations =========== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/requirements/). + + Information about supported platforms and Docker versions. Docker diff --git a/docs/archive/1.23.2/templates.md b/docs/archive/1.23.2/templates.md index 17561ae..13f1784 100644 --- a/docs/archive/1.23.2/templates.md +++ b/docs/archive/1.23.2/templates.md @@ -1,6 +1,9 @@ Templates ========= +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/settings/apps/). + Template definitions are written in JSON. It must consist of an array with every template definition consisting of diff --git a/docs/archive/1.23.2/troubleshooting.md b/docs/archive/1.23.2/troubleshooting.md index 19fda44..8ef1115 100644 --- a/docs/archive/1.23.2/troubleshooting.md +++ b/docs/archive/1.23.2/troubleshooting.md @@ -1,6 +1,9 @@ Troubleshooting =============== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/quickstart/). + Portainer is built to run on Docker. If Docker is not configured correctly, then this can cause issues that appear to be coming from Portainer. diff --git a/docs/archive/1.23.2/userguide.md b/docs/archive/1.23.2/userguide.md index 8ad61f8..0757a0d 100644 --- a/docs/archive/1.23.2/userguide.md +++ b/docs/archive/1.23.2/userguide.md @@ -1,4 +1,7 @@ User guide ========== +!!! warning + This documentation is for an older release of Portainer (1.23.2) and may be out of date. For up to date information please refer to the [most recent documentation](/v2.0/deploy/initial/). + WIP diff --git a/docs/v2.0/templates/deploy_stack.md b/docs/v2.0/templates/deploy_stack.md index 236c56a..171bd8b 100644 --- a/docs/v2.0/templates/deploy_stack.md +++ b/docs/v2.0/templates/deploy_stack.md @@ -1,6 +1,6 @@ # How to deploy a stack from a template -Portainer allows you to deploy an entire stack from a template from the template list which includes default and custom templates. Also see [creating a template from a Stack](/v2.0/stacks/template). +Portainer allows you to deploy an entire stack from a template from the template list which includes default and custom templates. Also see [creating a template from a Stack](/v2.0/stacks/template/). ## Deploying an Stack