Alternative to CryptPad

I've tried installing cryptpad, but without success. I need if possible a more lightweight cryptpad alternative

8 points · 6 comments · view on lemmy.world

6 Comments

Tiritibambix@lemmy.ml · 5 pts · 3y (1 reply)

Not sure how you tried to install it, but I managed to install it with docker a couple years back. Not sure it's still up to date but here's the docker-compose

version: '3.3'
services:
    cryptpad:
        environment:
            - CPAD_MAIN_DOMAIN=example.com
            - CPAD_SANDBOX_DOMAIN=sandbox.example.com
        volumes:
            - '${PWD}/data/blob:/cryptpad/blob'
            - '${PWD}/data/block:/cryptpad/block'
            - '${PWD}/customize:/cryptpad/customize'
            - '${PWD}/data/data:/cryptpad/data'
            - '${PWD}/data/files:/cryptpad/datastore'
            - '${PWD}/config.js:/cryptpad/config/config.js'
        ports:
            - '3000:3000'
            - '3001:3001'
        image: promasu/cryptpad

You can also try onlyoffice or collabora. Have also a look at this.

youshitsune@lemmy.world · 1 pts · 3y

I've tried to use Docker, but I always get this error:

ERROR: failed to register layer: Error processing tar file(exit status 1): replaceDirWithOverlayOpaque("/home/node") failed: createDirWithOverlayOpaque("/home/rdwoo584330605") failed: failed to mkdir /home/rdwoo584330605/m/d: mkdir /home/rdwoo584330605/m/d: input/output error
aksdb@feddit.de · 2 pts · 3y (1 reply)

CryptPad is already pretty light. Any interest in debugging what's wrong with your setup? Want to share some bullet points about the setup you tried?

youshitsune@lemmy.world · 1 pts · 3y

Debian 11, minimal requirements for cryptpad. Using Docker gets me this error.

ERROR: failed to register layer: Error processing tar file(exit status 1): replaceDirWithOverlayOpaque("/home/node") failed: createDirWithOverlayOpaque("/home/rdwoo584330605") failed: failed to mkdir /home/rdwoo584330605/m/d: mkdir /home/rdwoo584330605/m/d: input/output error
conspiracypentester@lemmy.world · 1 pts · 3y (1 reply)

Etherpad?

youshitsune@lemmy.world · 1 pts · 3y

We need online office suite like gsuite