Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Pomf/Uguu clone that uses PGP encryption for file uploads and pastes.

NotificationsYou must be signed in to change notification settings

superswan/yamero-php

Repository files navigation

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.

sudo mkdir -p /home/www-data/.gnupgsudo chown -R www-data:www-data /home/www-data/.gnupgsudo chmod -R 700 /home/www-data/.gnupg

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.

export GNUPGHOMEDIR=/var/www/.gnupgsudo -u www-data gpg --full-gen-key --pinentry=loopback --homedir=$GNUPGHOMEDIR

About

Pomf/Uguu clone that uses PGP encryption for file uploads and pastes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp