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
0ba22e894f
Merge branch 'master' of github.com:jiriks74/Docker-DocumentServer-Arm64
2022-05-12 21:04:45 +02:00
5ce2129406
Use native version, add compatibility for both amd64 and arm64
2022-05-12 21:03:31 +02:00
papacarlo
95e27e2655
Merge branch release/v7.1.0 into master
2022-05-12 13:21:23 +00:00
Roman Demidov
452dfeb56d
Fix bug #56785 ( #434 )
...
* Fix bug #56785
* Changes for root
2022-04-29 14:57:14 +03:00
Roman Demidov
80acbe974d
Fix bug #53046 : sed error starting container on Arch ( #433 )
2022-04-29 14:55:25 +03:00
Alexey Golubev
4fb0a1e712
Improve SSL certificate detection ( #431 )
2022-04-25 17:25:19 +03:00
Alexey Golubev
39d2e303f1
Fix disabling JWT
2022-04-12 19:00:46 +03:00
papacarlo
decb1ed860
Merge branch hotfix/v7.0.2 into release/v7.1.0
2022-04-05 12:27:33 +00:00
papacarlo
a830c53218
Merge branch hotfix/v7.0.2 into develop
2022-04-05 12:27:30 +00:00
16d5eecd74
Add FAQ
...
This means frequent problems really...
2022-04-05 13:53:54 +02:00
f1849ef17f
Update README.md
2022-04-05 09:32:49 +02:00