You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.2 KiB

ONLYOFFICE DocSpace

Установочный скрипт:

ONLYOFFICE DocSpace Community

Плагины для DocSpace:

ONLYOFFICE DocSpace plugins Building plugin

Заменить в файле .env:

DOCUMENT_SERVER_IMAGE_NAME=<CHANGE_ME>      # onlyoffice/documentserver-unlim:7.5.1.1
APP_URL_PORTAL=<CHANGE_ME>                  # Example: https://office.example.com
APP_CORE_MACHINEKEY=<CHANGE_ME>             # Example: cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 12
DOCUMENT_SERVER_URL_EXTERNAL=<CHANGE_ME>    # Example: "https://docs.example.com"
DOCUMENT_SERVER_JWT_SECRET=<CHANGE_ME>      # Example: cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 32
MYSQL_ROOT_PASSWORD=<CHANGE_ME>             # Example: cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 20
MYSQL_PASSWORD=<CHANGE_ME>                  # Example: cat /dev/urandom | tr -dc A-Za-z0-9 | head -c 20

Запуск:

git clone https://git.badms.ru/bms/docspace
cd docspace
docker compose up -d