No description
  • Shell 51.8%
  • Dockerfile 23.9%
  • Makefile 11.8%
  • HCL 6.8%
  • TypeScript 5.7%
Find a file
Julius Knorr f4586c8cd2
Merge pull request #207 from Euro-Office/renovate/node-22.x
chore(deps): update node.js to v22
2026-06-18 20:44:17 +02:00
.github Merge pull request #179 from Euro-Office/renovate/actions-checkout-6.x 2026-06-17 22:21:15 +02:00
build chore(deps): update node.js to v22 2026-06-18 02:10:13 +00:00
core@7a04f1c97e chore: updateing submodules 2026-06-17 15:07:42 +02:00
core-fonts@2de90688e0 chore: update submodules to latest main branch 2026-03-27 20:40:16 +00:00
develop Merge pull request #93 from Euro-Office/feat/enhance-make-dx 2026-05-27 17:49:25 +02:00
dictionaries@08d46f8631 chore: Bump submodules 2026-03-27 14:15:31 +01:00
document-formats@4699582808 fix(wopi): ship document-formats for discovery 2026-05-29 08:38:21 -07:00
document-server-integration@3c01ddb5d0 chore: prepare for merge: update submodules 2026-06-04 12:23:54 -07:00
document-server-package@147b0ceb61 fix: minor visual issues 2026-05-28 11:12:11 -07:00
document-templates@d697ab3d75 init submodule document-templates 2026-03-02 16:42:40 +01:00
e2e chore(deps): update dependency typescript to v6 2026-06-16 13:15:13 +00:00
scripts fix: Make sure tags are pushed even if it already exists locally 2026-06-18 10:15:01 +02:00
sdkjs@ab0a5cf561 chore: updateing submodules 2026-06-17 15:07:42 +02:00
sdkjs-forms@e7859d1d42 fix: bugs in bake script 2026-03-31 11:29:08 -07:00
server@7f1cfe4fab chore: prepare for merge: update submodules 2026-06-04 12:23:54 -07:00
web-apps@53dd1a19a7 chore: updateing submodules 2026-06-17 15:07:42 +02:00
.dockerignore fix: Try better docker change detection for rebuild 2026-03-19 08:58:02 +01:00
.gitignore test: Add basic playwright tests opening examples 2026-06-09 22:46:39 +02:00
.gitmodules fix(wopi): ship document-formats for discovery 2026-05-29 08:38:21 -07:00
AGENTS.md docs: adopt AI contribution policy bindings 2026-06-11 22:41:56 +02:00
ATTRIBUTION chore: Add attributions file 2026-03-31 12:11:07 +02:00
CONTRIBUTING.md docs: adopt AI contribution policy bindings 2026-06-11 22:41:56 +02:00
LICENSE fix(license): add AGPL LICENSE and include sdkjs-forms in strip workflow 2026-03-30 17:29:41 +02:00
README.md Simplify README 2026-03-27 13:00:07 +01:00
renovate.json Add renovate.json 2026-06-12 12:38:21 +00:00
VERSION chore: bumping version to 9.3.2-rc.1 2026-06-17 15:07:09 +02:00

License

Euro-Office

Your sovereign office

Learn more.

Get involved

Get involved! You can file issues, propose pull requests and more. We are looking forward to make the digital sovereign office space better than ever before!

Try out

We currently provide a docker image for testing and integration purposes. We are going to publish deb/rpm packages shortly.

docker pull ghcr.io/euro-office/documentserver:latest
docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_jwt_secret ghcr.io/euro-office/documentserver:latest

Building

Our build steps and processes are documented in https://github.com/Euro-Office/DocumentServer/tree/main/build. For development there are more detailed steps to build and run individual components in https://github.com/Euro-Office/DocumentServer/tree/main/develop