https://github.com/zextras/carbonio-admin-login-ui
Admin Login UI for Carbonio
https://github.com/zextras/carbonio-admin-login-ui
carbonio carbonio-component carbonio-ui collaboration collaboration-suite email email-server oss
Last synced: 4 months ago
JSON representation
Admin Login UI for Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-admin-login-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-28T15:46:17.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-02-11T16:24:49.000Z (4 months ago)
- Last Synced: 2026-02-12T00:55:26.420Z (4 months ago)
- Topics: carbonio, carbonio-component, carbonio-ui, collaboration, collaboration-suite, email, email-server, oss
- Language: JavaScript
- Homepage: https://zextras.com/carbonio
- Size: 5.86 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Carbonio Admin Login UI
Carbonio Admin Login UI is the authentication web application for the Carbonio Admin Panel. It provides a secure and user-friendly login interface for administrators to access the Carbonio administration console.
## Quick Start
### Prerequisites
- Docker or Podman installed
- Make
### Building Packages
```bash
# Build packages for Ubuntu 22.04
make build TARGET=ubuntu-jammy
# Build packages for Rocky Linux 9
make build TARGET=rocky-9
# Build packages for Ubuntu 24.04
make build TARGET=ubuntu-noble
```
### Supported Targets
- `ubuntu-jammy` - Ubuntu 22.04 LTS
- `ubuntu-noble` - Ubuntu 24.04 LTS
- `rocky-8` - Rocky Linux 8
- `rocky-9` - Rocky Linux 9
### Configuration
You can customize the build by setting environment variables:
```bash
# Use a specific container runtime
make build TARGET=ubuntu-jammy CONTAINER_RUNTIME=docker
# Use a different output directory
make build TARGET=rocky-9 OUTPUT_DIR=./my-packages
```
## Installation
This package is distributed as part of the [Carbonio platform](https://zextras.com/carbonio). To install:
### Ubuntu (Jammy/Noble)
```bash
apt-get install carbonio-admin-login-ui
```
### Rocky Linux (8/9)
```bash
yum install carbonio-admin-login-ui
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute to this project.
## License
This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE.txt](LICENSE.txt) file for details.