Skip to content
Snippets Groups Projects
Commit 6d96be8f authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

doc: couchDB SSH tunnel command

parent aaced6af
No related branches found
No related tags found
No related merge requests found
Pipeline #48171 passed
......@@ -15,6 +15,13 @@ You need to install an ssh tool like Putty or [MobaXterm](https://mobaxterm.moba
Connection to the server is made using ssh key, you need to generate your own and ask administrator to allow your ssh key.
Once done, you should be able to connect to the server using your private key.
#### CouchDB
To connect to the database from your local computer, you can run the following command to create a SSH tunnel with local port forwarding :
```console
ssh root@51.158.104.84 -L 8082:localhost:5984
```
Then you can browse to [http://localhost:8082/_utils/](http://localhost:8082/_utils/) and enter the credentials specified in the file easy-cozy/docker-compose.yml
### Cozy stack
It is based on the easy-cozy project available on [Gitlab](https://forge.grandlyon.com/pocs/cozy/easy-cozy)
......
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