summaryrefslogtreecommitdiff
path: root/scripts/README.rst
blob: fdd1d6427a2fa6820bf1af3d89622a11c1f30fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Soledad Scripts
===============

The scripts in this directory are meant to be used for development purposes.

Currently, the scripts are:

  * server-side-db.py: Gives access to server-side soledad user database,
    based on the configuration in /etc/leap/soledad-server.conf. One should
    use it as:

      python -i server-side-db.py <uuid>

  * client-side-db.py: Gives access to client-side soledad user database,
    based on data stored in ~/.config/leap/soledad. One should use it as:

      python -i client-side-db.py <uuid> <passphrase>