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.
Badanin Maksim 52ce719bc1 init 2 years ago
config init 2 years ago
plugins init 2 years ago
.env init 2 years ago
README.md init 2 years ago
docker-compose.yml init 2 years ago

README.md

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