mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
255fd4b12b
- removed duplicate content - clarified what is signed and since which release - updated verification sample output (also in wiki) using the output of https://github.com/PrivateBin/docker-nginx-fpm-alpine/actions/runs/7228527399/job/19698112056#step:7:156 - Corrected release process - we trigger the release on the push of the tag, not a branch (fixed point in time instead of a moving target) |
||
---|---|---|
.. | ||
Generating Source Code Documentation.md | ||
Installation.md | ||
README.md | ||
Release.md | ||
Running Unit Tests.md |
PrivateBin Documentation
Frequently Asked Questions
Please have a look at these questions before opening an issue in this repo.
Installation guide
Minimal requirements, hardening and securing your installation and initial configuration.
Configuration guide
Detailed guide on each configuration option and their effects.
Templates
How to change an existing template or create your own, as well as an overview of the currently included templates.
Translation guide
How to help translate PrivateBin and technical background on it's implementation.
Developer guide
Know how for participating in PrivateBins development.
Generating Source Code Documentation
How to generate the source code API documentation, as found on the project website for PHP and JS
[Running Unit Tests](https://github.com/PrivateBin/PrivateBin/blob/master/doc/Running Unit Tests.md#running-all-unit-tests)
How to run the PHP & JS unit tests, including a brief introduction to property based unit testing.