[[Category:Services]]
__TOC__
== Information ==
* https://pad.fixme.ch/
* Deployed on [[Kubernetes]]
* https://status.fixme.ch/pads/ (private list of pads mentionned in [[Mattermost]])
* Pads are semi-public, as there's no authentication on the service, please be warned !
=== TODO ===
* Install etherdraw !
* Migrate to CodiMD/HackMD
** Example: https://md.chaospott.de/IICpTztRThGUwyiEkV-lrA
** Copy pads https://github.com/hackmdio/codimd/blob/master/docs/guides/migrate-etherpad.md
** We should keep pad.fixme.ch in readonly with etherpad
** Add md.fixme.ch with CodiMD and an import of etherpad
== Legacy ==
* Installed on [[Internal_Server]], uses [[MySQL]] and [[Apache]].
* Etherpad lite installed by hand in /home/etherpadlite and run by /etc/init.d/etherpad-lite
* https://pad.fixme.ch/padId is redirected to https://pad.fixme.ch/p/padId
=== Known pads ===
* Script in /home/sysadmin/scripts/etherpad.sh lists all pads
* https://pad.fixme.ch/p/acta* https://pad.fixme.ch/p/burgers* https://pad.fixme.ch/p/game5* https://pad.fixme.ch/p/game* https://pad.fixme.ch/p/dotlink* https://pad.fixme.ch/p/ndh2012-prequals
=== IPv6 and SSL ===
* Here is a reverse proxy configuration for apache. It then supports IPv6 and SSL
* /etc/apache2/sites-available/1_Etherpad
</syntaxhighlight>
=== Cosmetic ===
* Modification of the file ''/home/etherpadlite/etherpad-lite/static/js/pad.js'' 96-102 so it's Monospace font by default (didn't find a better working way), editing ''static/custom/pad.js'' with ''pad.changeViewOption('useMonospaceFont', true);'' doesn't work.
<syntaxhighlight lang="diff">