https://github.com/zextras/carbonio-proxy
NGINX configuration resources for Carbonio
https://github.com/zextras/carbonio-proxy
carbonio carbonio-component collaboration collaboration-suite email email-server
Last synced: 5 months ago
JSON representation
NGINX configuration resources for Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-proxy
- Owner: zextras
- License: gpl-2.0
- Created: 2021-12-22T16:32:51.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-02-02T11:18:56.000Z (5 months ago)
- Last Synced: 2026-02-02T22:45:37.335Z (5 months ago)
- Topics: carbonio, carbonio-component, collaboration, collaboration-suite, email, email-server
- Language: Java
- Homepage: https://www.zextras.com/carbonio/
- Size: 4.57 MB
- Stars: 2
- Watchers: 14
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Carbonio NGINX Conf

 

[](https://twitter.com/zextras)
NGINX configuration resources for Carbonio
## Building sources locally
You can build the project locally by running `./build_package.sh`.
Example: `./build_package.sh ubuntu-jammy`
## Makefile Overview
For almost every command you need to pass the `HOST` enviroment variable in order to tell which cluster you want to reach.
For example:
```shell
$ HOST=hostname.zextras.io make sys-deploy
```
Summary of the available commands:
- build: create the `.deb` package under `artifacts` folder
- sys-install: copy and install latest built `.deb` package in a remote server
- sys-deploy: build, install and restart the service in a remote server
- sys-status|start|stop|restart: Check or control via SSH the service into the specified host
## License
See [COPYING](COPYING) file for details