Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Etherpad Lite

25 Topics 199 Posts
  • Etherpad Lite - Package updates

    Pinned
    29
    0 Votes
    29 Posts
    25k Views
    Package UpdatesP
    [4.1.2] Update Etherpad to 2.2.4 Full changelog
  • Etherpad admin access failed

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 1 Votes
    9 Posts
    144 Views
    nebulonN
    not really, have you reported that upstream with the plugin project?
  • Etherpad error when updating

    Unsolved
    6
    0 Votes
    6 Posts
    190 Views
    nebulonN
    The version difference may just be the issue then, as plugins may only be compatible with specific versions. Maybe you can try to use the versions from the working one on the other.
  • Admin Login won't work

    Unsolved
    15
    1 Votes
    15 Posts
    827 Views
    S
    @marylou @nebulon Currently, accessing Etherpad's admin interface is a two-step process (after the config mentioned above): First, visit /admin-auth/ to authenticate with your Cloudron user. If successful, you'll see the word "Authorized" appear. Next, visit /admin. This should no longer redirect you to /admin/login, and should instead show you the Etherpad admin console.
  • Custom skins not loading

    Solved
    6
    +0
    0 Votes
    6 Posts
    865 Views
    S
    @nebulon Thank you! Great to hear. Happy to say that our custom skin loads properly.
  • Update to package v4.0 broke login

    Solved
    11
    0 Votes
    11 Posts
    8k Views
    David 0D
    @sponch Same here. But I guess, this should be a new topic in this forum. I've got the "username": { "is_admin": true in the setting.json, but I can't login with the users' credentials.
  • New upstream releases available

    Solved
    9
    0 Votes
    9 Posts
    5k Views
    S
    Great to hear! Looking forward to testing it out!
  • How to Make Documents Public ?

    Unsolved
    11
    0 Votes
    11 Posts
    21k Views
    humptydumptyH
    so there's no way to have authentication required and still be able to share a document publicly without having the viewer to sign in?
  • Language setting making the app crash

    Solved
    6
    1 Votes
    6 Posts
    8k Views
    nebulonN
    So the settings.json shown in the admin UI is the wrong place to make changes. It will get reset on ever app restart. To make that clear, I pushed a new app package, which disables the admin UI bit to edit the settings.json within the app.
  • Authorship color issue since 3.7 update

    Solved
    5
    +1
    1 Votes
    5 Posts
    8k Views
    Z
    Hey, the issue seems to be resolved after updating Thank you !
  • Failed authentication from IP...

    3
    0 Votes
    3 Posts
    9k Views
    L
    @girish all right, thank you for your tips. In general, I find your support extremely great, very high quality, thanks for everything!
  • Plugin for automatic delete

    7
    0 Votes
    7 Posts
    12k Views
    holloschH
    @humptydumpty said in Plugin for automatic delete: @robi You beat me to it. [image: 1668209139819-screenshot-2022-11-11-172507-resized.png] Hi, plugin installation works, but the code "ep_delete_after_delay": { "delay": 86400, // one day, in seconds "loop": true, "loopDelay": 3600, // one hour, in seconds "deleteAtStart": true, "text": "The content of this pad has been deleted since it was older than the configured delay." }, don't work after putting in settings.json and restart app. I think a text should be displayed at a new pad, or? In my case there is no text...
  • Contingency Planning

    2
    1 Votes
    2 Posts
    16k Views
    nebulonN
    Etherpad stores the documents and its data in the mysql database on your VPS. While editing, the clients sync their changes mostly real-time to the server. I am not fully sure what happens if you are offline and edits cannot be submitted to the server, for some time, then later the client gets online again, while the document already has changed by other clients on the server. Essentially for such more complex conflict resolutions, you have to ask upstream or see what their docs have to say about this.
  • Issue for customizing the css

    Solved
    8
    0 Votes
    8 Posts
    17k Views
    E
    @nebulon excellent ! the display issue is now fixed (after deleting cookies of course). Many thanks for the support !
  • Error: Timeout

    Unsolved
    8
    0 Votes
    8 Posts
    19k Views
    chetbakerC
    I'm in touch with Scaleway right now. I will update here if they find anything out of interest.
  • Start Loop: ERROR: Problem while initalizing the database

    Solved
    9
    0 Votes
    9 Posts
    19k Views
    robiR
    @nebulon may not be worth digging into it. I removed the broken app.
  • Etherpad admin

    Solved
    10
    0 Votes
    10 Posts
    22k Views
    nebulonN
    @chetbaker we receive bounce emails when contacting you via support. Not sure if your mailboxes are working correctly. However to give an update here on the issue, it seems there is a session bug within etherpad. To clear that up, please visit manually https://pad.example.com/ep_cloudron/logout with your main browser and then attempt a relogin.
  • Some small issues (redirect login, console warnings)

    2
    0 Votes
    2 Posts
    21k Views
    girishG
    @luckow I have fixed the issues in the latest package. Thanks for reporting!
  • etherpad update to 3.4.1 fails, APP not starting

    Moved Solved
    17
    0 Votes
    17 Posts
    23k Views
    girishG
    @chymian-0 We saw the exact same problem with @robi's instance. Essentially, one of the plugins was preventing the startup. After the log line "Your Etherpad version is 1.8.12", one is supposed to see "http server listening" or something like that. I recommend "npm rm" on each of the plugins as suggested in https://docs.cloudron.io/apps/etherpad/#troubleshooting to debug which plugin causes this issue. Unfortunately, this is the life with plugins in etherpad, they keep breaking between releases