Commit Graph

609 Commits

Author SHA1 Message Date
Alexey Golubev
8a4525cb80
Merge pull request #478 from ONLYOFFICE/release/v7.2.0
Merge release/v7.2.0 into develop
2022-08-17 09:45:05 +03:00
Danil Titarenko
05c5042985
Add the missing variable (#467) 2022-07-22 09:44:59 +03:00
Danil Titarenko
2213fc70f5
Add another tags processing (#464)
* Add support for processing other tags

* Print build-info before build start

* Cosmetic changes

* Add architecture and URL processing

* Refactoring action code

* Refactoring code

* Refactoring code

* Cosmetic changes

* Remove some check package version

* Refactoring code

* Redefining url variable for dockerfile

* Cosmetic changes

* Changes platform conditions check

* Set to use default TARGETARCH in build
2022-07-21 18:44:06 +03:00
Danil Titarenko
06a05223b5
Fix bug #58032 / Fix moves certificates alarm messages (#461)
* Add some checks before replace certificates

* Change if check key

* Refactoring code

* Refactoring code

* Add checking exist files

* Refactor: refactoring code

* Remove check files conditions
2022-07-19 15:51: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
papacarlo
8acbfdbeb7 Merge branch hotfix/v7.1.1 into release/v7.2.0 2022-07-18 10:02:02 +00:00
Alexey Golubev
73ec78a7da
Merge pull request #463 from ONLYOFFICE/release/v7.2.0
Mergre release/v7.2.0 into develop
2022-07-13 10:53:49 +03:00
Alexey Golubev
46cd6febae
Merge pull request #462 from ONLYOFFICE/hotfix/v7.1.1
Merge hotfix/v7.1.1 into develop
2022-07-13 10:52:43 +03:00
Danil Titarenko
c16635ea71
Fix supervisor socket messages (#459) 2022-07-12 12:37:48 +03:00
Danil Titarenko
29e4ec3027
Refactoring workflow (#448) 2022-07-11 13:27:43 +03:00
Evgeniy Antonyuk
c7a1fd04a4
fix Bug 50138 / Fix SSL key access error (#455)
* Fix SSL key access error

* Change name of directory
2022-07-05 14:56:42 +03:00
Danil Titarenko
c4ddb99710
Update base image version (#447) 2022-07-05 14:41:20 +03:00
Danil Titarenko
9494e08e8f
Fix for redis correct work (#449)
* Fix for redis correct work

* Refactoring code

* Refactoring code

* Refactoring code

* Refactor: refactoring code
2022-06-15 10:30:18 +03:00
Danil Titarenko
86cbb01bbf
Add short tags for released images (#446)
* Add short tags for images

* Edit workflow tags
2022-06-10 15:43:50 +03:00
Danil Titarenko
a6562f4017
Add multiarch build with action (#445)
* Update run-document-server.sh (#439)

* Revert "Update run-document-server.sh (#439)"

This reverts commit 5c17c711b1a14e39a2836bec0fee49044433c3a5.

* Add bake config

* Add targets for multiarch build

* Add multiarch workflows

* Cosmetic changes

* Refactoring

* Cosmetic changes

* Cosmetic changes

* Change URL for test repo

* Refactor: refactoring code

* Refactoring sed

* Remove -ie build

* Add special tag for package

* Cosmetic changes

Co-authored-by: papacarlo <builder@onlyoffice.com>
Co-authored-by: Roger Shieh <sh.rog@protonmail.ch>
Co-authored-by: Alexey Golubev <alexey.golubev@onlyoffice.com>
2022-06-09 13:27:39 +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
papacarlo
558353ee99 Merge branch hotfix/v7.1.1 into master 2022-06-01 16:22:20 +00:00
Alexey Golubev
19b66de202 Revert "Update run-document-server.sh (#439)"
This reverts commit 5c17c711b1a14e39a2836bec0fee49044433c3a5.
2022-05-26 17:03:57 +03:00
Roger Shieh
5c17c711b1
Update run-document-server.sh (#439) 2022-05-24 18:02:42 +03:00
papacarlo
61d388372b Merge branch release/v7.1.0 into develop 2022-05-16 12:57:21 +00:00
98ee9148fc
Update README.md 2022-05-16 03:16:07 +02:00
aaa77fce4e
Update README.md 2022-05-16 03:13:02 +02:00
cc7b5378e1
Update README.md 2022-05-15 21:32:29 +02:00
4a4fc6c25f Add default themes
Default themes (even the blank one) are missing if you enable the `slideThemes` volume in `docker-compose.yml`, so I added them here.
2022-05-15 21:26:35 +02:00
1cb1c932dc Fix larger files 2022-05-15 20:07:31 +02:00
jiriks74
9bcd24fbd6 Move COPY to the end of the file
For faster builds when changing only the scripts
2022-05-15 18:33:57 +02:00
12c8cb1982 Fix identation 2022-05-15 18:23:47 +02:00
67bda4f479
Setting larger file limits now works 2022-05-15 18:22:11 +02:00
f89a097732 Update docker-compose.yml 2022-05-15 17:11:17 +02:00
fb26b20a42
Update README.md 2022-05-15 15:43:25 +02:00
e0f402c25a
Update docker-compose.yml 2022-05-15 15:43:03 +02:00
b2bc4e81f3
Update README.md 2022-05-15 15:28:22 +02:00
5170ab1e8d
Update README.md 2022-05-15 15:27:22 +02:00
jiriks74
83dc4f3e07 Add volume for themes source directory 2022-05-15 15:25:08 +02:00
eb2e39acef
Update run-document-server.sh 2022-05-15 15:19:50 +02:00
jiriks74
b9f2fdaf9d Move largerFileLimits.sh to run-document-server.sh 2022-05-15 15:15:19 +02:00
26e178542a
Update README.md 2022-05-15 14:54:54 +02:00
jiriks74
3c33cedcca Add script to set larger file limits 2022-05-15 14:52:26 +02:00
6e4b6a4e6c
Update building for all platforms 2022-05-15 14:28:17 +02:00
70b846c733
Update maintainer 2022-05-15 14:25:45 +02:00
216cadc50f
Merge pull request #5 from ONLYOFFICE/master
Update to be in line with main repository
2022-05-15 14:24:56 +02:00
b0fe26d31b
Update README.md 2022-05-13 17:37:51 +02:00
jiriks74
f070cdbd1f Add script to build and push all images for all architectures automatically
This script automatically builds the newest version of the documentserver for all architectures with the correct tags and pushes everything to dockerhub automatically
2022-05-13 13:42:42 +02:00
8384d08c26
Update README to be inline with new images structure
Image structure was changed so that all architectures are included in one tag so docker pulls the correct architecture automatically
2022-05-13 12:21:18 +02:00
a94d5c0efa
Ensure build process won't break with new debian version 2022-05-13 11:21:07 +02:00
d84ddc9834
Update README.md 2022-05-13 04:42:01 +02:00
3b6095bcf5
Update README.md
Update README to use new repositories links
2022-05-12 21:32:54 +02:00
99180c44e4
Update README
Update README to be up to date with the architectures
2022-05-12 21:25:23 +02:00
32eda02f32 Fix typo (RUN RUN in Dockerfile) 2022-05-12 21:12:13 +02:00
37d6dd41fd Fix missing && \ 2022-05-12 21:11:05 +02:00