Commit Graph

243 Commits

Author SHA1 Message Date
e5af53706b fix Bug 64061 - Fix uploading large files 2023-09-13 14:06:11 +05:00
4b7bfb2046 Add files service restart on SSL connection to update APP_URL_PORT 2023-09-12 12:01:26 +05:00
fd73847066
Merge pull request #1721 from ONLYOFFICE/hotfix/v1.1.2
Add the ability to use existing certificates (#1707)
2023-09-08 15:19:39 +03:00
Nasrullo Nurullaev
b625e5d025
Add the ability to use existing certificates (#1707)
* Add the ability to use existing certificates

* Cosmetic changes

* Change proxy listen host

* Add new server parametr
2023-09-08 15:17:17 +03:00
fdebf6ce39
Merge pull request #1720 from ONLYOFFICE/hotfix/v1.1.2
Hotfix/v1.1.2
2023-09-08 15:15:56 +03:00
68a93b0714 Fix network external config 2023-09-08 13:46:06 +03:00
df01314fd6 Reduce dhparam to 2048 bits for faster on weak machine generation 2023-09-06 21:08:48 +05:00
42d996a60d Add webroot when creating a certificate and use letsencrypt.conf for all installations 2023-09-06 17:49:13 +05:00
Nasrullo Nurullaev
0313e835b0
Add the ability to automatically switch to SSL (#1705) 2023-09-06 11:06:27 +03:00
392a908c57
fix Bug 63573 - Add the ability to automatically switch to SSL (#1662) 2023-09-04 12:03:36 +03:00
eda6b4d63f Updating the nodejs repository installation to an up-to-date version 2023-09-01 14:27:41 +05:00
92db0abdf2 Fix map for service_client 2023-08-29 16:38:13 +03:00
11714a30b1
Merge pull request #1673 from lemmav/hotfix/upstream.conf.template
Update map config
2023-08-29 12:33:08 +03:00
063673ac60 Fix redis value substitution error 2023-08-29 14:20:16 +05:00
b20a26f92a Update map config 2023-08-29 11:26:01 +03:00
f0e985703c Correct the substitution of the Redis host and port 2023-08-29 12:27:12 +05:00
00ff80d6ee Fix docker network creation and database connection problem 2023-08-28 17:44:18 +05:00
265a1ae6ca Fix errors when starting services via docker.profiles.yml 2023-08-28 14:43:59 +05:00
67287d712c
Add the ability to use an external services in OCI docker (#1598)
* Add the ability to use an external service elasticsearch

* Add the ability to use an external redis service

* Add the ability to use an external rabbitmq service

* Add the ability to use external mysql service

* Add network creation in OCI

* Implement non-use of host variable when connecting locally to containers

* Add missing environments in .yml files

* Add the ability to use external Docs service

* Fix problem of a given host as a container name

* Add the ability to configure the elasticsearch protocol

* Add comments to the .env file

* Fix migration-runner to mysql container connection error

* Implement Docs configuration via external URL

* Fix elasticsearch configuration parameter substitution
2023-08-25 15:39:26 +03:00
bc1f6c703e Specify the default docker installation type as community 2023-08-21 14:24:31 +05:00
06f9815a4f
Modify build proxy-router from nginx to openresty (#1642)
* Add feature for nginx configure redis

* Fix docker nginx image build

* Fix permition

* Fix feature for replasing redis host config

* Fix sed action
2023-08-19 12:57:51 +03:00
3ec372d034 Merge branch 'hotfix/v1.1.2' into feature/csp 2023-08-11 15:12:36 +04:00
b58d8b5edc Fix problem with LOG_LEVEL substitution in K8s 2023-08-11 13:09:37 +05:00
321a3ebbb7 Merge branch 'hotfix/v1.1.2' of https://github.com/ONLYOFFICE/DocSpace into hotfix/v1.1.2 2023-08-11 10:54:35 +03:00
3781a67657 Fix healthchek url for login and doceditor 2023-08-11 10:52:43 +03:00
6aa0c55e50 Fix problem when substituting OAUTH_REDIRECT_URL 2023-08-11 12:09:07 +05:00
cb9f62321a Fix problem when substituting OAUTH_REDIRECT_URL 2023-08-11 12:03:18 +05:00
2c9db2ac0d Docker: Dev: Added redis_host setup 2023-08-09 19:55:17 +04:00
13708e324a Docker.app: Changed nginx to openresty 2023-08-09 19:54:32 +04:00
666c4961d2 Build: Docker: Dev: Added dos2unix for nginx entrypoint 2023-08-09 17:43:52 +03:00
b7f6f63421 Build: Docker: Replaced nginx to openresty 2023-08-09 18:19:00 +04:00
8cbe324d41
Fix the run of init containers in k8s (#1617) 2023-08-08 17:31:13 +03:00
0952050f8a
Merge pull request #1616 from lemmav/feature/healthcheck
Add healthcheck for onlyoffice-login and onlyoffice-doceditor
2023-08-08 11:59:07 +03:00
8592348fb4 Add healthcheck for onlyoffice-login and onlyoffice-doceditor 2023-08-08 11:40:33 +03:00
Akmal Isomadinov
ec2e74fec5 Build: Dev: Added dos2unix for proxy container for Dockerfile.runtime 2023-08-03 14:39:37 +05:00
ef99b47510 Add a log level replacement for nlog.config 2023-07-27 15:12:25 +05:00
f281277f6b
Add ability to set log level in docker (#1591) 2023-07-27 13:43:12 +05:00
ab6920145a
fix Bug 63456 - Change the redirecturl value in production configuration (#1584) 2023-07-25 19:31:34 +05:00
41997ecc32 Fix dev docker restart (service onlyoffice-migration-runner is required by onlyoffice-api but is disabled. Can be enabled by profiles [migration-runner]) 2023-07-14 16:53:33 +04:00
a148bb94bf
Add env for socket in docker-entrypoint (#1512) 2023-07-05 16:48:01 +05:00
bc8268562c Fix Authentication method 'caching_sha2_password' failed when connecting to db 2023-07-05 14:59:37 +05:00
fe139b5f68 Build: Dev: Removed useless depends_on (new docker v4.21.1 issue) 2023-07-04 18:31:11 +04:00
4592e630ff Build: Dev: Added depends_on migration complete for services runners 2023-07-03 22:34:27 +04:00
67835b8853 build: removed old files for docker dev 2023-07-03 15:35:39 +04:00
ff4494d90b Build: Added compose version to docspace.overcome.yml 2023-07-02 13:37:12 +03:00
72b2dfe90f build: fix entrypoint path 2023-06-30 14:09:43 +04:00
7f896858e2 Develop docker building feature 2023-06-30 10:41:07 +03:00
ad5325d74c Fix getting a license for docs 2023-06-29 12:02:57 +05:00
93f913d623 fix Bug 62878 - Fix portal notifications for docker 2023-06-26 16:42:21 +05:00
cc2f8bde48
fix Bug 62854 - Add the use of the default authentication plugin for mysql (#1489)
* Change default mysql authentication plugin to caching_sha2_password

* Add the use of default authentication plugin for mysql
2023-06-26 14:10:07 +05:00