You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Pomf/Uguu clone that uses PGP encyrption for file uploads and pastes.
This project was started as an exercise in Web Dev and to learn PHP.
Setup
To setup the development environment you will needdocker anddocker-compose, example configuration files are provided to assist with the setup.
PHP-GnuPG
This extension is used on the backend for any PGP/GPG requirements. It can be sort of a pain to setup as it expects thewww-data user to control the keychain. Scripts have been provided but you will need to run these commands asroot user in order to setup the keychain.
Additionally you should set the environment variableGNUPGHOME to wherever youwould like to store the keychain and rungpg commands as the webserver user with the--homedir parameter set.