cryptpad/customize.dist
2023-12-13 14:19:43 +01:00
..
favicon Apply headers 2023-10-20 15:35:26 +01:00
fonts Apply headers 2023-10-20 15:35:26 +01:00
images Apply headers 2023-10-20 15:35:26 +01:00
pages Fix browser autocomplete issues 2023-12-12 16:22:26 +01:00
src Merge branch 'staging' into toolbar 2023-12-13 14:19:43 +01:00
translations Apply headers 2023-10-20 15:35:26 +01:00
404.html Apply headers 2023-10-20 15:35:26 +01:00
500.html Apply headers 2023-10-20 15:35:26 +01:00
application_config.js Apply headers 2023-10-20 15:35:26 +01:00
ckeditor-config.js Merge branch 'REUSE-license-info' into staging 2023-11-22 17:21:09 +01:00
ckeditor-contents.css Apply headers 2023-10-20 15:35:26 +01:00
contact.html Apply headers 2023-10-20 15:35:26 +01:00
CryptPad_logo.svg Index page logo and app grid 2020-10-22 16:17:15 +01:00
CryptPad_logo.svg.license Apply headers 2023-10-20 15:35:26 +01:00
CryptPad_logo_grey.svg Update grey logo and use in empty Code and Slides 2021-02-09 21:08:19 +00:00
CryptPad_logo_grey.svg.license Apply headers 2023-10-20 15:35:26 +01:00
CryptPad_logo_hero.svg Add image for home page logo 2022-07-08 14:52:43 +01:00
CryptPad_logo_hero.svg.license Apply headers 2023-10-20 15:35:26 +01:00
delta-words.js Apply headers 2023-10-20 15:35:26 +01:00
down.html Apply headers 2023-10-20 15:35:26 +01:00
favicon.ico create a script to convert images to ico; convert pngs to icos 2023-06-29 08:32:51 +08:00
favicon.ico.license Apply headers 2023-10-20 15:35:26 +01:00
features.html Apply headers 2023-10-20 15:35:26 +01:00
four-oh-four.js Apply headers 2023-10-20 15:35:26 +01:00
index.html Apply headers 2023-10-20 15:35:26 +01:00
loading.js Apply headers 2023-10-20 15:35:26 +01:00
login.js Apply headers 2023-10-20 15:35:26 +01:00
main-favicon.png Use new logo for favicon 2020-11-06 16:20:25 +00:00
main-favicon.png.license Apply headers 2023-10-20 15:35:26 +01:00
main.js Apply headers 2023-10-20 15:35:26 +01:00
messages.js Correct Chinese translation from simplified to traditional 2023-12-05 11:25:58 +01:00
pages.js Apply headers 2023-10-20 15:35:26 +01:00
pre-loading.js Apply headers 2023-10-20 15:35:26 +01:00
readme.md Apply headers 2023-10-20 15:35:26 +01:00
template.js Apply headers 2023-10-20 15:35:26 +01:00

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.