Merge pull request #207 from jamescarppe/master

Add warnings to 1.23.2 documentation, fixed 1.23.2 htpasswd command, fixed minor link issue
pull/210/head
James Carppe 2021-09-06 11:08:17 +12:00 committed by GitHub
commit 27e86c052f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 37 additions and 2 deletions

View File

@ -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.

View File

@ -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
-------

View File

@ -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:
<pre><code>$ htpasswd -nb -B admin <password> | cut -d ":" -f 2</code></pre>
<pre><code>$ htpasswd -nbB admin "password" | cut -d ":" -f 2</code></pre>
or if your system does not provide htpasswd you can use a docker
container with the command:

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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?
-------------------------------------

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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