https://github.com/zextras/carbonio-user-management
User Management service for Zextras Carbonio
https://github.com/zextras/carbonio-user-management
carbonio-component
Last synced: 5 months ago
JSON representation
User Management service for Zextras Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-user-management
- Owner: zextras
- Created: 2022-03-23T11:16:05.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2025-12-19T10:52:37.000Z (6 months ago)
- Last Synced: 2025-12-21T03:42:48.390Z (6 months ago)
- Topics: carbonio-component
- Language: Java
- Size: 449 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio User Management
User Management service for Zextras Carbonio
[![Contributors][contributors-badge]][contributors]
[![Activity][activity-badge]][activity]
[![License][license-badge]](COPYING)
[![Project][project-badge]][project]
[![Twitter][twitter-badge]][twitter]
## Dependencies 🔗
The following dependencies are required to run the service correctly but they are not installed by the package.
They must be installed if Mandatory otherwise user discretion is advised.
| Name | Mandatory/Optional |
|----------------------|--------------------|
| [carbonio-mailbox](https://github.com/Zextras/carbonio-mailbox) | Mandatory |
## How to install 🏁
Install `carbonio-user-management` via apt:
```bash
sudo apt install carbonio-user-management
```
or via yum:
```bash
sudo yum install carbonio-user-management
```
After the installation you must run `pending-setups` in order to register the service
in `service-discover`.
## How to build ⚙
Build using maven:
```bash
mvn clean install
```
The final fat-jar will be saved in inside the `boot/target` folder.
## How to run 🚀
With the generated fat-jar:
```bash
java -Djava.net.preferIPv4Stack=true -jar boot/target/carbonio-user-management-*-jar-with-dependencies.jar
```
## License 📚
User Management service for Zextras Carbonio.
Released under the AGPL-3.0-only license as specified here: [COPYING](COPYING).
Copyright (C) 2022 Zextras
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
See [COPYING](COPYING) file for the project license details
See [THIRDPARTIES](THIRDPARTIES) file for other licenses details
### Copyright notice
All non-software material (such as, for example, names, images, logos, sounds) is owned by Zextras
s.r.l. and is licensed under [CC-BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/).
Where not specified, all source files owned by Zextras s.r.l. are licensed under AGPL-3.0-only
[contributors-badge]: https://img.shields.io/github/contributors/zextras/carbonio-files-ce "Contributors"
[contributors]: https://github.com/zextras/carbonio-files-ce/graphs/contributors "Contributors"
[activity-badge]: https://img.shields.io/github/commit-activity/m/zextras/carbonio-files-ce "Activity"
[activity]: https://github.com/zextras/carbonio-files-ce/pulse "Activity"
[license-badge]: https://img.shields.io/badge/license-AGPL%203-green "License AGPL 3"
[project-badge]: https://img.shields.io/badge/project-carbonio-informational "Project Carbonio"
[project]: https://www.zextras.com/carbonio/ "Project Carbonio"
[twitter-badge]: https://img.shields.io/twitter/follow/zextras?style=social&logo=twitter "Follow on Twitter"
[twitter]: https://twitter.com/intent/follow?screen_name=zextras "Follow Zextras on Twitter"