There is now nodejs 4.1.0 in the repos. Can this package be updated or is it incompatible with the new nodejs?
https://www.archlinux.org/packages/community/x86_64/nodejs/
Search Criteria
Package Details: etherpad-lite 1:2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/etherpad-lite.git (read-only, click to copy) |
---|---|
Package Base: | etherpad-lite |
Description: | Lightweight fork of etherpad based on javascript |
Upstream URL: | https://etherpad.org |
Licenses: | Apache |
Conflicts: | etherpad-lite-git |
Submitter: | onny |
Maintainer: | None |
Last Packager: | iamawacko |
Votes: | 29 |
Popularity: | 0.000631 |
First Submitted: | 2013-03-15 15:10 (UTC) |
Last Updated: | 2024-06-06 06:27 (UTC) |
Dependencies (10)
- coffeescript (coffeescript-gitAUR)
- libsecret-1.so (libsecret)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- abiword (abiword-gitAUR) (optional) – advanced import/export of pads
- libreoffice (libreoffice-dev-binAUR, libreoffice-fresh, libreoffice-still) (optional) – advanced import/export of pads
- mariadb (mysql55AUR, mysql56AUR, mytop-gitAUR, mysql81AUR, mysql57AUR, mysql80AUR, mysqlAUR, mariadb-lts, percona-server) (optional) – to use mariadb as database
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql-gitAUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR) (optional) – to use postgresql as database
- sqlite (sqlite-fossilAUR) (optional) – to use sqlite as databse
- tidy (tidy-html5-gitAUR) (optional) – improve quality of exported pads
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
<deleted-account> commented on 2015-09-21 15:17 (UTC)
RubenKelevra commented on 2015-09-01 11:30 (UTC)
The missing button-issue has been reported and confirmed here:
https://github.com/ether/etherpad-lite/issues/2768
I'm NOT going to create a patch for this. If somebody is willing to provide one, this is very welcome.
RubenKelevra commented on 2015-08-30 07:50 (UTC)
@KlipperKyle
I'm testing two szenarios:
-Fresh-install with default-config.
-MySQL-setup with some thousands of pads.
If you can provide any hint how to get etherpad to work, please write it down to the wiki, since this depends on customized configs. I think the MySQL-setup is the most used variant. :)
KlipperKyle commented on 2015-08-30 04:25 (UTC)
@RubenKelevra,
I'm sorry it took so long to get back to you.
I am in fact using sqlite3. I have the sqlite pacman package installed and the npm sqlite3 package installed in the webapps directory as I mentioned earlier.
I had to make a couple of changes (after install) to etherpad's settings.json to tell it to use sqlite. By default it uses it's own "dirtyDB", which it looks like you are using.
<https://github.com/ether/etherpad-lite/blob/develop/settings.json.template#L33>
I remember when I switched the config setting to use sqlite, etherpad kept giving errors about how sqlite libraries were missing (because I had yet to `npm install sqlite3`). After `npm install sqlite3`, everything seemed to work fine.
RubenKelevra commented on 2015-08-17 18:45 (UTC)
Well I'm maintaining a pad-instance with a several hundred megabytes db and 20-80 users concurrently using the pad as daily peak.
I use a nginx reverse proxy in front of the pad server which add https and caching of static js/css.
Maybe my issue depends on the size or setup but it was gone since the downgrade, so it is definitely an issue which is introduced with the new version.
schimicata commented on 2015-08-17 17:13 (UTC)
I didn't notice any issues so far. My Pad is still running on 1.5.7 without any problems.
RubenKelevra commented on 2015-08-15 19:20 (UTC)
I discovered several issues: not saving changes in pad, some missing buttons etc. since the upgrade from 1.5.2 to 1.5.7. I will test the subversions between, and create some bugreports.
Until then I downgrade the package to the last known working version 1.5.2.
I'm sorry for any inconvenience
RubenKelevra commented on 2015-08-14 15:24 (UTC)
Thank you! Gonna release a new Version today
schimicata commented on 2015-08-14 15:17 (UTC)
@RubenKelevra
I disowned it now, so you can maintain it again. Sorry for that delay.
RubenKelevra commented on 2015-08-14 13:35 (UTC)
@KlipperKyle
I've tested it on my Test-Machine, but here is your bug not happening.
Aug 14 15:33:47 i3 systemd[1]: Started Etherpad-Lite server.
Aug 14 15:33:48 i3 run.sh[16477]: Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
Aug 14 15:33:48 i3 run.sh[16477]: npm WARN package.json ep_etherpad-lite@1.5.7 No license field.
Aug 14 15:33:50 i3 run.sh[16477]: Ensure jQuery is downloaded and up to date...
Aug 14 15:33:50 i3 run.sh[16477]: Clearing minified cache...
Aug 14 15:33:50 i3 run.sh[16477]: Ensure custom css/js files are created...
Aug 14 15:33:50 i3 run.sh[16477]: Started Etherpad...
Aug 14 15:33:51 i3 run.sh[16477]: [2015-08-14 15:33:51.321] [WARN] console - DirtyDB is used. This is fine for testing but not recommended for production.
I think sqlite3 is the wrong Database for etherpad-lite, so are you using sqlite3?
Best regards
Pinned Comments