Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmav committed Nov 15, 2023
1 parent 67818e9 commit 387394e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated 88 files
+0 −88 .github/workflows/cache-build.yml
+0 −34 .github/workflows/config-build.yml
+0 −42 .github/workflows/cron-build.yml
+0 −60 .github/workflows/main-build.yml
+0 −63 .github/workflows/merge-build.yml
+0 −7 build.backend.docker.bat
+0 −112 build.backend.docker.ps1
+201 −0 build.backend.docker.py
+0 −136 build.backend.docker.sh
+0 −7 clear.backend.docker.bat
+0 −37 clear.backend.docker.ps1
+48 −0 clear.backend.docker.py
+0 −38 clear.backend.docker.sh
+1 −2 config/apicache.json
+246 −138 config/appsettings.json
+1 −3 config/backup.json
+6 −3 config/nginx/onlyoffice.conf
+2 −2 config/nlog.config
+1 −0 config/storage.json
+97 −0 debuginfo.py
+1 −1 install/OneClickInstall/docspace-install.sh
+1 −1 install/OneClickInstall/install-Debian.sh
+18 −21 install/OneClickInstall/install-Docker.sh
+1 −1 install/OneClickInstall/install-RedHat.sh
+4 −3 install/common/build-backend.sh
+4 −2 install/common/build-frontend.sh
+0 −57 install/common/build-services.ps1
+87 −0 install/common/build-services.py
+3 −2 install/common/product-configuration
+6 −4 install/common/product-ssl-setup
+1 −0 install/common/systemd/build.sh
+1 −1 install/deb/debian/product-api-system.install
+1 −1 install/deb/debian/product-api.install
+1 −1 install/deb/debian/product-backup-background.install
+1 −1 install/deb/debian/product-backup.install
+1 −1 install/deb/debian/product-clear-events.install
+4 −4 install/deb/debian/product-common.install
+1 −1 install/deb/debian/product-doceditor.install
+1 −1 install/deb/debian/product-files-services.install
+2 −2 install/deb/debian/product-files.install
+1 −1 install/deb/debian/product-healthchecks.install
+1 −1 install/deb/debian/product-login.install
+1 −1 install/deb/debian/product-migration-runner.install
+1 −1 install/deb/debian/product-notify.install
+1 −1 install/deb/debian/product-people-server.install
+4 −4 install/deb/debian/product-proxy.install
+1 −1 install/deb/debian/product-socket.install
+1 −1 install/deb/debian/product-ssoauth.install
+1 −1 install/deb/debian/product-studio-notify.install
+1 −1 install/deb/debian/product-studio.install
+14 −13 install/deb/debian/rules
+1 −0 install/docker/.env
+12 −13 install/docker/Dockerfile.app
+2 −1 install/docker/Dockerfile.runtime
+33 −0 install/docker/config/docspace-logs
+6 −6 install/docker/config/docspace-ssl-setup
+1 −2 install/docker/docker-entrypoint.py
+1 −0 install/docker/docker-healthchecks-entrypoint.sh
+1 −0 install/docker/docspace.profiles.yml
+1 −1 install/docker/prepare-nginx-router.sh
+26 −22 install/rpm/SPECS/build.spec
+62 −63 install/rpm/SPECS/install.spec
+16 −9 install/rpm/SPECS/product.spec
+1 −1 install/win/CustomActions/C#/Utils/Utils.csproj
+113 −157 install/win/DocSpace.aip
+76 −72 install/win/build-batch.bat
+1 −1 install/win/build-download-prereq.ps1
+4 −4 install/win/frontend-copy.bat
+2 −2 install/win/publish-script.bat
+1 −0 install/win/tools/DocEditor.xml
+1 −0 install/win/tools/Login.xml
+1 −0 install/win/tools/Socket.IO.xml
+1 −0 install/win/tools/SsoAuth.xml
+28 −1 install/win/utils.vbs
+3 −0 requirements.txt
+1 −1 run.translations.tests.sh
+0 −7 start/restart.backend.docker.bat
+0 −5 start/restart.backend.docker.ps1
+16 −0 start/restart.backend.docker.py
+0 −8 start/restart.backend.docker.sh
+0 −7 start/start.backend.docker.bat
+0 −32 start/start.backend.docker.ps1
+15 −0 start/start.backend.docker.py
+0 −41 start/start.backend.docker.sh
+0 −7 start/stop.backend.docker.bat
+0 −17 start/stop.backend.docker.ps1
+17 −0 start/stop.backend.docker.py
+0 −4 start/stop.backend.docker.sh

0 comments on commit 387394e

Please sign in to comment.