EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 53ea6c9d authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

minor

parent f609bd92
No related branches found
No related tags found
2 merge requests!36Staging to master to prepare 1.0.0 release,!32Registrar modularization
......@@ -224,7 +224,7 @@ printf "<DJANGO_PASSWORD>" | docker secret create DJANGO_PASSWORD -
printf "<OS_PASSWORD>" | docker secret create OS_PASSWORD -
# configs creation
printf "<user>:<password>:<UID>:<GID>" | docker config create sftp-users -
printf "<user>:<password>:<UID>:<GID>" | docker config create sftp_users_<name> -
# for production base stack deployment, additional basic authentication credentials list need to be created
# format of such a list used by traefik are username:hashedpassword (MD5, SHA1, BCrypt)
sudo apt-get install apache2-utils
......
......@@ -516,7 +516,7 @@ An example of creating configurations for sftp image using the following command
.. code-block:: bash
printf "<user>:<password>:<UID>:<GID>" | docker config create sftp-users -
printf "<user>:<password>:<UID>:<GID>" | docker config create sftp-users-<name> -
An example of creating ``OS_PASSWORD`` as secret using the following command :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment