https://github.com/zextras/carbonio-admin-ui
Admin flavor of the carbonio-shell-ui
https://github.com/zextras/carbonio-admin-ui
carbonio-component
Last synced: 5 months ago
JSON representation
Admin flavor of the carbonio-shell-ui
- Host: GitHub
- URL: https://github.com/zextras/carbonio-admin-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-03-25T09:49:53.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-12T02:52:51.000Z (5 months ago)
- Last Synced: 2026-01-12T08:14:26.897Z (5 months ago)
- Topics: carbonio-component
- Language: TypeScript
- Size: 2.82 MB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio Admin UI
The main Carbonio Web Admin interface
How to build
Setup
- clone this repo
- install the dependencies:
```
npm install
```
Watch Mode
```
npm run start -- -h
```
The host parameter is required to proxy requests and content from an existing Carbonio installation.
Build
```
npm run build
```
License
Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.