question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How can I access Etherpad in Jitsi?

See original GitHub issue

Hello,

I run Jitsi via docker-composer and I enabled Etherpad as described in the documentation:

docker-compose -f docker-compose.yml -f etherpad.yml up -d ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001

The etherpad container runs and exposes tcp/9100 to the internal docker network.

My question is: how can I access Etherpad from a Jitsi Meeting? I have not found any link/button/icon that starts an Etherpad session. I tried to access https://myserver.domain/etherpad/ but this does not work either. I can not find anything useful in the documentation.

Please help!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Mar 16, 2020

Ok, I finally found out what the problem is: I activated etherpad at a later state when I already had started the whole stack already. It seems like the menu entry will only be added when etherpad is activated before the stack is started for the first time. I deleted ~/.jitsi* and now I can see the menu entry.

0reactions
codevcommented, Mar 27, 2020

Thanks I’d done that, my issue is actually #305 as I saw the message about /etherpad/p/ is not a valid URL in the javascript console.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[TUTORIAL] Etherpad Integration In Jitsi Meetings
Your jitsi meet server url is: meet.example.com · Install npm · Install nodejs. · Etherpad runs on port 9001/tcp. · Change to directory...
Read more >
How to Integrate Etherpad & Jitsi | facsiaginsa.com
Clone Etherpad source code and place it in directory · Create etherpad user & change directory permission · Configure Etherpad · Run the...
Read more >
Playing in the Cloud: Integrating Etherpad with Jitsi
So, I already have both an Etherpad and Jitsi app running in Reclaim Cloud thanks to our handy-dandy one-click apps in the Cloud...
Read more >
Integrating Etherpad with Jitsi - Reclaim Hosting
cd /root/docker-jitsi-meet/ · nano .env. Edit this file to uncomment the following line replacing the URL with your Etherpad install · rm ~/.jitsi...
Read more >
Self-Hosting Guide - Docker | Jitsi Meet - GitHub Pages
Access the web UI at https://localhost:8443 (or a different port, in case you edited the .env ... docker-compose -f docker-compose.yml -f etherpad.yml up....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found