PLEASE NOTE, THAT THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED
Pssst is a simple and secure way to exchange information. We do not provide services by our self, but we provide you with the tools to start your own service. These tools build upon open-source software and use strong end-to-end encryption.
This repository contains our maintenance and utility scripts.
This folder contains CLI build scripts:
build.sh
builds an DebianDEB
package of theCLI
.
build.sh
builds an Mac OS XAPP
file of theCLI
.
build.cmd
builds an WindowsEXE
file of theCLI
.
This folder contains CLI example scripts:
p.sh
shortcut script for pulling/pushing messages (uses~/.id_pssst
).pssst-box.sh
shows and persists the latest messages topssst.<username>
.pssst-file-pull.py
shows how to pull a file via the derivedCLI
.pssst-file-push.py
shows how to push a file via the derivedCLI
.
This folder contains other useful scripts:
pssst-install.sh
installs theCLI
(w/o root permission).pssst-iso.sh
creates a bootableISO
image of theCLI
.
This folder contains server docker files:
Dockerfile
is a docker container for Amazon Web Services.
Dockerfile
is a docker container based on Debian stable.
This folder contains server setup scripts:
bootstrap.sh
starts a server instance on JiffyBox.
bootstrap.sh
starts a server instance on Heroku.
update-pssst.sh
runs our endpoints on Uberspace.
This folder contains other useful scripts:
shell.js
server shell for manipulating database entities directly.
Released under the terms of the GPLv3 license.