Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/systemli/userli
Web application to (self-) manage email users and encrypt their mailboxes.
https://github.com/systemli/userli
email user-management
Last synced: about 2 months ago
JSON representation
Web application to (self-) manage email users and encrypt their mailboxes.
- Host: GitHub
- URL: https://github.com/systemli/userli
- Owner: systemli
- License: agpl-3.0
- Created: 2018-09-18T14:03:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:42:52.000Z (9 months ago)
- Last Synced: 2024-04-08T10:53:28.267Z (9 months ago)
- Topics: email, user-management
- Language: PHP
- Homepage: https://systemli.github.io/userli/
- Size: 8.27 MB
- Stars: 62
- Watchers: 10
- Forks: 13
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Userli
[![Integration](https://github.com/systemli/userli/actions/workflows/integration.yml/badge.svg)](https://github.com/systemli/userli/actions/workflows/integration.yml)
[![Security](https://github.com/systemli/userli/actions/workflows/security-check.yml/badge.svg)](https://github.com/systemli/userli/actions/workflows/security-check.yml)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=systemli_userli&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=systemli_userli)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=systemli_userli&metric=alert_status)](https://sonarcloud.io/dashboard?id=systemli_userli)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=systemli_userli&metric=coverage)](https://sonarcloud.io/summary/new_code?id=systemli_userli)
[![Translation Status](https://hosted.weblate.org/widgets/userli/-/svg-badge.svg)](https://hosted.weblate.org/widgets/userli/-/svg-badge.svg)Web application to (self-) manage e-mail users and encrypt their mailboxes.
![index](docs/assets/images/index.png)
## Features
* User self-service (change password/recovery token, set aliases, ...)
* Invite code system (new users get three invite codes after one week)
* Domain admins (accounts with admin rights for one domain)
* Random alias feature for users
* Recovery tokens to restore accounts when password got lost
* Support for [Dovecot mailbox encryption](https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/)
* Multi-language support (English, French, Spanish, Portuguese, Bokmål, and German provided)## Installation
Find more information on [how to install Userli](https://systemli.github.io/userli/getting-started/) in
our docs.## Upgrading
Please see `UPGRADE.md` for instructions on how to upgrade from an earlier
release and also check `CHANGELOG.md` for important changes.## Get involved!
Userli is free software and we're looking forward to your contribution.
If you're looking for things to work on, take a look in
[our issue tracker](https://github.com/systemli/userli/issues) and especially
the ["good first
issues"](https://github.com/systemli/userli/labels/good%20first%20issue).
There, you can also [report a bug or suggest an enhancement](https://github.com/systemli/userli/issues/new).
You could also [improve our documentation](https://github.com/systemli/userli/blob/main/docs/index.md) or [provide new
translations](https://hosted.weblate.org/engage/userli/).
If you want to do something else - it's totally fine. Any contribution is very welcome.Please note that everyone involved with this project is expected to follow our
[Code of Conduct](https://systemli.github.io/userli/development/code_of_conduct/).See more information on how to [set up your development
environment](https://systemli.github.io/userli/development/)
in our docs.### Contributors
[![Contributors](https://contrib.rocks/image?repo=systemli/userli)](https://github.com/systemli/userli/graphs/contributors)
## Copyright
Files: *
Copyright: (c) 2015-2019 systemli.org
License: AGPL v3 or laterFiles: assets/images/*.svg
Copyright: (c) github.com
License: MIT