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

Tiritibambix
link
fedilink
English
32Y

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.

Create a post

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:

  • Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
  • No spam posting.
  • Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
  • Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
  • No trolling.

Resources:

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

> Questions? DM the mods!

  • 1 user online
  • 218 users / day
  • 9 users / week
  • 244 users / month
  • 841 users / 6 months
  • 0 subscribers
  • 542 Posts
  • 8.93K Comments
  • Modlog