diff --git a/.forgejo/workflows/push/web.yaml b/.forgejo/workflows/push/web.yaml index abd45cf..9bc56f2 100644 --- a/.forgejo/workflows/push/web.yaml +++ b/.forgejo/workflows/push/web.yaml @@ -13,7 +13,7 @@ jobs: image: catthehacker/ubuntu:act-latest # options: "-v " steps: - - name: Check out repo + - name: Check out Repo uses: https://code.forgejo.org/actions/checkout@v3 - name: Set up Docker BuildX diff --git a/AGPLv3_Logo.svg.png b/AGPLv3_Logo.svg.png new file mode 100644 index 0000000..92b877e Binary files /dev/null and b/AGPLv3_Logo.svg.png differ diff --git a/Dockerfile b/Dockerfile index 91815b3..fe01c9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,3 +86,8 @@ COPY --from=build-stage --chown=ds:ds /build/web-apps/deploy/web-apps/apps/sprea COPY local-production-linux.json /etc/onlyoffice/documentserver/local-production-linux.json +# Replace welcome page +COPY welcome.html ${oo_root}/web-apps/welcome/index.html +COPY favicon.ico ${oo_root}/web-apps/welcome/favicon.ico +COPY ws-logo.png ${oo_root}/web-apps/welcome/ws-logo.png +COPY AGPLv3_Logo.svg.png ${oo_root}/web-apps/welcome/AGPLv3_Logo.svg.png \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..fa7619a Binary files /dev/null and b/favicon.ico differ diff --git a/welcome.html b/welcome.html new file mode 100644 index 0000000..de19609 --- /dev/null +++ b/welcome.html @@ -0,0 +1,111 @@ + + + + + + + + WS-Office - Fork of ONLYOFFICE + + + + + +
+ WS-Office Logo +
+ +
+

Welcome to WS-Office

+

+ WS-Office is a fork of the open-source project ONLYOFFICE, + created to provide advanced document management and collaboration tools. This project is tailored for + organizations + looking for a highly customizable and powerful document server solution. +

+

+ This project is distributed under the GNU AGPLv3 license, + ensuring that all modifications and improvements made to the software remain accessible to the community. + The source code is publicly available and can be accessed via our official repository. +

+

+ Feel free to explore the source code, contribute, and collaborate with us on Git Repository of + WS-Office. +

+ +
+ GNU AGPLv3 License +

+ Licensed under the GNU AGPLv3. +

+
+
+ + + + \ No newline at end of file diff --git a/ws-logo.png b/ws-logo.png new file mode 100644 index 0000000..f4f454e Binary files /dev/null and b/ws-logo.png differ