mirror of
https://github.com/Euro-Office/DocumentServer.git
synced 2026-06-19 18:17:17 +00:00
No description
- Shell 51.8%
- Dockerfile 23.9%
- Makefile 11.8%
- HCL 6.8%
- TypeScript 5.7%
|
|
||
|---|---|---|
| .github | ||
| build | ||
| core@7a04f1c97e | ||
| core-fonts@2de90688e0 | ||
| develop | ||
| dictionaries@08d46f8631 | ||
| document-formats@4699582808 | ||
| document-server-integration@3c01ddb5d0 | ||
| document-server-package@147b0ceb61 | ||
| document-templates@d697ab3d75 | ||
| e2e | ||
| scripts | ||
| sdkjs@ab0a5cf561 | ||
| sdkjs-forms@e7859d1d42 | ||
| server@7f1cfe4fab | ||
| web-apps@53dd1a19a7 | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| AGENTS.md | ||
| ATTRIBUTION | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| VERSION | ||
Euro-Office
Your sovereign office
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