Added cryptpad @ office.mycloudhaus.xyz

This commit is contained in:
2026-01-30 20:14:50 +02:00
parent b4edc49908
commit 0ffa050a2b
3 changed files with 66 additions and 0 deletions

31
cryptpad/docker-compose.yml Executable file
View File

@@ -0,0 +1,31 @@
services:
cryptpad:
image: "cryptpad/cryptpad:latest"
hostname: cryptpad
environment:
- CPAD_MAIN_DOMAIN=https://office.mycloudhaus.xyz
- CPAD_SANDBOX_DOMAIN=https://office.mycloudhaus.xyz
- CPAD_CONF=/cryptpad/config/config.js
# Read and accept the license before uncommenting the following line:
# https://github.com/ONLYOFFICE/web-apps/blob/master/LICENSE.txt
- CPAD_INSTALL_ONLYOFFICE=yes
volumes:
- ./data/blob:/cryptpad/blob
- ./data/block:/cryptpad/block
- ./customize:/cryptpad/customize
- ./data/data:/cryptpad/data
- ./data/files:/cryptpad/datastore
- ./onlyoffice-dist:/cryptpad/www/common/onlyoffice/dist
- ./onlyoffice-conf:/cryptpad/onlyoffice-conf
ports:
- "10.0.0.1:3033:3000"
#- "10.0.0.1:3034:3003"
ulimits:
nofile:
soft: 1000000
hard: 1000000

1
cryptpad/fix_users.md Normal file
View File

@@ -0,0 +1 @@
User is 4001 inside Docker, and we cannot change that even with a 'user:' statement = owner of folders is 4001