EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
53ea6c9d
Commit
53ea6c9d
authored
4 years ago
by
Lubomir Dolezal
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
f609bd92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!36
Staging to master to prepare 1.0.0 release
,
!32
Registrar modularization
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
documentation/operator-guide/configuration.rst
+1
-1
1 addition, 1 deletion
documentation/operator-guide/configuration.rst
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
53ea6c9d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
documentation/operator-guide/configuration.rst
+
1
−
1
View file @
53ea6c9d
...
...
@@ -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 :
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment