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


Etherpad Lite

19 Topics 146 Posts
  • Etherpad Lite - Package updates

    Pinned
    0 Votes
    26 Posts
    15k Views

    [4.0.2]

    Hide settings.json editor in admin settings as it is not used Fixup postinstallation message. First user is not admin.
  • Language setting making the app crash

    Solved
    1 Votes
    6 Posts
    157 Views

    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.

  • Update to package v4.0 broke login

    0 Votes
    8 Posts
    146 Views

    @sparkwise alright, the new package does not enforce ep_padlist2 still when updating it has to be manually removed if it was already installed.

  • Authorship color issue since 3.7 update

    Solved
    1 Votes
    5 Posts
    150 Views

    Hey, the issue seems to be resolved after updating 🙂
    Thank you !

  • Failed authentication from IP...

    0 Votes
    3 Posts
    855 Views

    @girish all right, thank you for your tips.
    In general, I find your support extremely great, very high quality, thanks for everything!

  • 0 Votes
    7 Posts
    4k Views

    @humptydumpty said in Plugin for automatic delete:

    @robi You beat me to it.

    Screenshot 2022-11-11 172507.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

    1 Votes
    2 Posts
    8k Views

    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
    0 Votes
    8 Posts
    9k Views

    @nebulon excellent ! the display issue is now fixed (after deleting cookies of course). Many thanks for the support !

  • Error: Timeout

    Unsolved
    0 Votes
    8 Posts
    11k Views

    I'm in touch with Scaleway right now. I will update here if they find anything out of interest.

  • 0 Votes
    9 Posts
    11k Views

    @nebulon may not be worth digging into it. I removed the broken app.

  • How to Make Documents Public ?

    Unsolved
    0 Votes
    10 Posts
    12k Views

    The latest version has fixed a few issues related login session and shows now the default welcome screen if requireAuthentication is false
    I have added a login button on the top right though for users to authenticate and thus have a list of their own pads

  • Etherpad admin

    Solved
    0 Votes
    10 Posts
    13k Views

    @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.

  • 0 Votes
    2 Posts
    13k Views

    @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
    0 Votes
    17 Posts
    14k Views

    @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 😞

  • Make documents viewable and commentable by public

    Solved
    0 Votes
    6 Posts
    15k Views

    I will mark this as "solved" since etherpad in the Cloudron incarnation would not support this as is.

  • Seems to need an update..

    0 Votes
    7 Posts
    16k Views

    Since I just looked into this, the errors (or rather warnings) from npm are for one thing, that etherpad does not have a package.json file in the root folder, but relies on the node_modules folder for listing. Also npm by default attempts to check for update of itself, which fails and it should not update on its own, since we only test against specific versions.

    The vulnerabilities are indeed an issue, however as @girish mentioned we cannot blindly update them, so all those have to be ideally reported upstream with all the relevant plugins even.

  • 1 Votes
    4 Posts
    15k Views

    @jdaviescoates nice, feels a lot more like gDocs, along with all the data collecting at the beginning.. 😂

  • Idle Etherpad Session disconnecting

    Solved
    0 Votes
    3 Posts
    16k Views

    @girish Thank you kindly

  • 1 Votes
    5 Posts
    16k Views

    it works fine,

    sorry @girish I should have read the Etherpad Cloudron app doc and also the Ownpad one, because I have to enable the detection of pad mimetype by NextCloud https://github.com/otetard/ownpad/#mimetype-detection.

    In the terminal, I copied /app/code/resources/config/mimetypemapping.dist.json to /app/data/config/mimetypemapping.json

    and then I added in this file pad'': ["application/x-ownpad"],

    we could add this information to the Cloudron documentation of the NextCloud app, next time I'll read it 😉