Rewrite share path to current URL /p/ to / for non read only and do a str.replace for read only pads -- Useful for people doing reverse proxying, team & pro pads
Installation
Install from the Etherpad admin UI (Admin → Manage Plugins,
search for ep_rewrite_share_paths and click Install), or from the Etherpad
root directory:
pnpm run plugins install ep_rewrite_share_paths
Don't run
npm i/npm installyourself from the Etherpad source tree — Etherpad tracks installed plugins through its own plugin-manager, and hand-editingpackage.jsoncan leave the server unable to start.
After installing, restart Etherpad.