this post was submitted on 26 Jun 2023
8 points (100.0% liked)

Selfhosted

40005 readers
827 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 year ago (1 children)

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 1 points 1 year ago

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
[–] [email protected] 2 points 1 year ago (1 children)

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 1 points 1 year ago

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 1 points 1 year ago (1 children)
[–] youshitsune 1 points 1 year ago

We need online office suite like gsuite