Commit graph

66 commits

Author SHA1 Message Date
danilapog 39dc4078ad Add link to secrets configure block 2022-07-29 17:00:13 +03:00
danilapog 4103346331 Refactoring variable descriptions 2022-07-29 16:51:13 +03:00
danilapog 36b6addbff Refactoring variable descriptions 2022-07-29 16:45:45 +03:00
danilapog bbbb17fb42 Refactoring variable descriptions 2022-07-29 16:43:00 +03:00
danilapog 062b192ee0 Refactoring variable descriptions 2022-07-29 16:41:57 +03:00
danilapog 31b14c6303 Refactoring variable descriptions 2022-07-29 16:39:00 +03:00
danilapog c9d807deae Add secret variable values descriptions 2022-07-29 16:16:44 +03:00
danilapog 8fbf228a8e Refactoring run with secret instructions 2022-07-29 15:55:18 +03:00
danilapog c5b01dc5e5 Refactoring run with secret instruction 2022-07-29 15:11:39 +03:00
danilapog dfa4075e9c Add instructions to run with secrets 2022-07-29 15:04:46 +03:00
Danil Titarenko 143e77fdfc
Fix Big #57286 / Add redis password config settings (#466)
* Add redis password settings

* Add variable description

* Change variable descriptions

* Change variable descriptions

* Change variable descriptions
2022-07-18 17:11:06 +03:00
Evgeniy Antonyuk 01606746c1
Fix Bug 53170 / Add the ability to set secure_link_secret (#444)
* Add securelink generation

* Add ability to configure securelink_secret

* Add a description of SECURE_LINK_SECRET

* Update README.md
2022-06-07 16:16:05 +03:00
Pavel Lobashov b2e720e66c
Fix broken links to Docker-CommunityServer (#402)
Continue of #400

Those links became incorrect in
e7c8e59a37

I'm not sure that we REALLY need those links in this project, maybe just
give links to README page and that's it
But leaving it as it is
2022-01-31 11:18:50 +03:00
Semyon Bezrukov a31a579d24
Add WOPI_ENABLED variable (#379)
* Add WOPI_ENABLED variable

* Add var description
2021-09-14 17:53:37 +03:00
Svetlana Maleeva 32a8a24a0f
Update README.md (#377) 2021-09-14 17:42:55 +03:00
papacarlo 245659807a Merge branch hotfix/v6.2.2 into release/v6.3.0 2021-05-07 13:27:20 +00:00
Pavel Lobashov 67df644858
Precise info about table existance (#355) 2021-04-29 12:14:31 +03:00
Alexey Golubev 2f26cea790
Fix #347 (#349) 2021-04-01 10:07:07 +03:00
papacarlo d26fd0d234 Merge branch hotfix/v6.0.2 into release/v6.1.0 2020-12-07 14:38:53 +00:00
papacarlo 4cc63380f2 Merge branch release/v6.1.0 into master 2020-12-01 07:51:32 +00:00
Roman Demidov bdef500858
Allow let's encrypte sertificates (#300)
* Allow let's encrypte sertificates

Co-authored-by: papacarlo <builder@onlyoffice.com>
Co-authored-by: Roman <demidov.roman@onlyoffice.com>
2020-10-22 13:47:51 +03:00
Roman Demidov 211ae50980
Fix #281: Add option to disable CPU-heavy tasks on startup (#293)
* Fix #281: Add option to disable CPU-heavy tasks on startup

* Update README.md

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update README.md

Co-authored-by: Roman <demidov.roman@onlyoffice.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-10-20 16:14:55 +03:00
hellonadya a231d7992a
Update README.md (#301)
- add info on OO Docs & OO Workspace
2020-10-16 16:48:43 +03:00
papacarlo d3e5246e9a Merge branch hotfix/v5.6.4 into release/v6.0.0 2020-09-08 08:31:06 +00:00
Kim Brose 16107fd3ba
Update README.md (#283) 2020-08-17 16:08:52 +03:00
Semyon Bezrukov 7bfe250035
Add Graphite (#265) 2020-07-23 15:42:17 +03:00
Semyon Bezrukov f6b5017b4a
Rename cert & key files (#245)
* New cert files default names

* Add certs travis test

* Add certificate generation

* Fix certs test

* Fix cert gen

* Fix directory mapping

* Fix https healthcheck

* Add test for old cert path

* Fix script & test

* Fix port number

* Code refactoring

* Fix old cert test

* Code refactoring

* Fix certs test names

* Remove unnecessary test
2020-04-29 19:48:33 +03:00
Alexey Golubev a553f2eafb
Merge branch 'master' into patch-1 2020-03-05 13:39:44 +03:00
Hugo Herter a21313bb39
Fix insecure http:// urls in README
Many links in the README are using `http://` instead of `https://`, including the link to download the `Community Edition Docker script file`, which is then meant to be executed using bash and could allows an adversary to make the user execute arbitrary code.
2020-02-23 14:07:27 +01:00
Alexey Golubev 9eff99f618 Remake fix #96 2019-12-26 13:14:51 +03:00
Roman Demidov 08bb07e2d0 Rename AMQP variables (#205) 2019-12-23 18:45:37 +03:00
Roman Demidov ee8fa827e3 Add external volumes for rabbitmq and redis (#203) 2019-12-20 13:15:59 +03:00
ReinerNippes 2b982778f3 fix issue #96 ; 'Download failed' after upgrade to onlyoffice (#191)
* fix issue #96 ; 'Download failed' after upgrade to onlyoffice - unable to verify the first certificate

* New variable name REJECT_UNAUTHORIZED_STORAGE

Shell variable rnamed to REJECT_UNAUTHORIZED_STORAGE.
2019-12-05 19:18:36 +03:00
Semyon Bezrukov b3055c362c Add support JWT_IN_BODY param (#194) 2019-11-27 11:35:08 +03:00
Semyon Bezrukov 7d1606bc95 Add support of MySQL DBMS (#188)
* Add support of MySQL database
2019-10-29 12:42:43 +03:00
hellonadya 5031b7f983 Update Readme.md
- UTMs added to website links in Project information
- Link to solutions comparison added to Project information
2019-05-16 13:15:17 +03:00
Alexey Golubev c22686d264 Cosmetic 2019-03-05 18:14:50 +03:00
Alexey Golubev 1fe33f849f Rename AMQP_SERVER_ENGINE->AMQP_SERVER_TYPE 2019-03-05 18:12:54 +03:00
Alexey Golubev 88f33c5d8f Add AMQP_ SERVER_ params descriptions 2019-02-25 19:51:34 +03:00
Alexander Vnuchkov 96b98337a8
Added info about correct server restart 2018-04-12 15:06:23 +03:00
Pavel Lobashov 7ce422f662
Since v4.0 Documentserver not use mono in any form 2017-12-04 14:27:22 +03:00
Alexey Golubev 9559beeddf Added description to jwt params 2017-09-11 19:02:19 +03:00
alexandervnuchkov 716a85ef6d Update README.md 2017-08-04 14:02:42 +03:00
alexandervnuchkov 58f6e1cc8e Update README.md 2017-08-04 13:37:13 +03:00
Alexey Golubev f52ad9f804 Update README.md 2017-07-27 11:41:30 +03:00
dienteperro 853f2b4de8 Update README.md 2017-04-19 17:04:19 -04:00
Alex 57759c43d9 Update README.md 2017-04-05 12:26:27 +03:00
Henri Wahl f3d9d9b9f9 Added import of /var/lib/onlyoffice 2017-04-05 11:11:54 +02:00
Alexey Golubev 716f9afb94 Merge pull request #30 from ONLYOFFICE/feature/nginx-params-description
Added nginx params description.
2017-02-27 11:03:45 +03:00
Alexey Golubev 259d6df478 Added nginx params description. 2017-02-27 10:50:47 +03:00