Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
synnefo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
synnefo
Commits
72a1fc6b
Commit
72a1fc6b
authored
11 years ago
by
Stratos Psomadakis
Browse files
Options
Downloads
Patches
Plain Diff
docs: Add vncauthproxy setup in installation guide
parent
9adf06d2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/quick-install-admin-guide.rst
+23
-2
23 additions, 2 deletions
docs/quick-install-admin-guide.rst
with
23 additions
and
2 deletions
docs/quick-install-admin-guide.rst
+
23
−
2
View file @
72a1fc6b
...
...
@@ -2013,11 +2013,32 @@ Edit ``/etc/synnefo/20-snf-cyclades-app-vmapi.conf``:
VMAPI_CACHE_BACKEND = "memcached://127.0.0.1:11211/?timeout=3600"
Edit ``/etc/default/
vncauthproxy
``
:
Add a
vncauthproxy
user
:
.. code-block:: console
CHUID="nobody:www-data"
# vncauthproxy-passwd /var/lib/vncauthproxy/users synnefo
# /etc/init.d/vncauthproxy restart
Configure the vncauthproxy settings in
``/etc/synnefo/20/snf-cyclades-app-api.conf``:
.. code-block:: console
CYCLADES_VNCAUTHPROXY_OPTS = {
'auth_user': 'synnefo',
'auth_password': 'secret_password',
'server_address': '127.0.0.1',
'server_port': 24999,
'enable_ssl': False,
'ca_cert': None,
'strict': False,
}
Depending on your snf-vncauthproxy setup, you might want to tweak the above
settings. Check the `documentation
<http://www.synnefo.org/docs/snf-vncauthproxy/latest/index.html>`_ of
snf-vncauthproxy for more information.
We have now finished with the basic Cyclades configuration.
...
...
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