cryptpad/customize.dist
yflory dba2cb1860 Improve allow list UI 2020-03-06 13:52:46 +01:00
..
fonts Update icons 2019-07-17 12:00:55 +02:00
images work around adblock plus removing our self-hosted twitter icon 2019-04-09 11:50:13 +02:00
pages Add links to the CryptPad survey and to the crowdfunding page 2019-10-03 18:09:20 +02:00
src Improve allow list UI 2020-03-06 13:52:46 +01:00
translations Add finnish translation files 2019-11-28 12:46:12 +01:00
404.html
CryptPad-white-logo.svg
CryptPad_logo_color.svg
CryptPadlogo_op5.svg
about.html
alt-favicon.png
application_config.js Add an example in application_config.js (#458) 2019-10-29 14:40:22 +01:00
bg14.jpg
bkabout.jpg
bkregister.jpg
bkwhat.jpg
ckeditor-config.js ckeditor wordcount 2019-11-22 12:20:07 +01:00
ckeditor-contents.css Cursor improvements in pad, code and slide 2018-12-17 11:44:08 +01:00
code.svg
contact.html
cryptofist_mini.png
cryptofist_small.png
cryptpad-new-logo-colors-logoonly.png
delta-words.js
faq.html
features.html
four-oh-four.js
index.html
loading-logo.png
loading.js Fix freeze effect after typing a wrong password in login/register 2020-02-11 14:03:06 +01:00
login.js remove log statements from login process 2020-02-27 12:53:14 -05:00
main-favicon.png
main.js lint compliance 2018-11-05 17:33:04 +01:00
maintenance.html Add a maintenance page 2019-04-09 16:29:52 +02:00
messages.js Add finnish translation 2020-01-10 16:16:11 +01:00
pages.js update footer and package version for next release 2020-03-02 12:48:10 -05:00
privacy.html
readme.md
source-branch.svg
template.js Use new application icons 2018-11-05 12:02:27 +01:00
terms.html
testimonial.svg
what-is-cryptpad.html

readme.md

Customizing CryptPad

In order allow a variety of features to be changed and to allow site-specific changes to CryptPad apps while still keeping the git repository pristine, this directory exists to allow a set of hooks to be run.

The server is configured to load files from the /customize/ path preferentially from cryptpad/customize/, and to fall back to cryptpad/customize.dist/ if they are not found

If you wish to customize cryptpad, please copy /customize.dist/ to /customize and then edit it there, this way you will still be able to pull from (and make pull requests to (!) the git repository.

Files you may be interested in

  • index.html is the main page
  • main.js contains javascript for the home page
  • application_config.js allows you to modify settings used by the various applications
  • messages.js contains functions for applying translations to various pages
    • look inside /translations/ for the rest of the files which contain translated strings
  • /share/ implements an iframe RPC which allows multiple domains to access the same localStorage
  • /src/ contains source files for html and css (in the form of html templates and .less stylesheets)

All other content which is placed in this directory will be referencable at the /customize/ URL location.