PrivateBin App
About
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- Questions? Ask in the Cloudron Forum - PrivateBin
- PrivateBin Website
- PrivateBin issue tracker
Customizations
Various PrivateBin settings can be configured by editing /app/data/conf.php
using
the File manager.
Custom template
You can set a custom template as follows:
-
Create the template in
/app/data/custom_template/custom.php
. The namecustom.php
is hardcoded in the package. -
Change the template name in
/app/data/conf/conf.php
to becustom
. -
You can save additional js/css/img in
/app/data/custom_template/
and access them from the php script asjs/custom/..
,css/custom/...
,img/custom/...
.