feat: Create CI/CD #9
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -8,10 +8,8 @@ height="100">
|
||||||
An open-source [OxideTalis Messaging Protocol][`OTMP`] (OTMP) homeserver
|
An open-source [OxideTalis Messaging Protocol][`OTMP`] (OTMP) homeserver
|
||||||
implementation written in Rust.
|
implementation written in Rust.
|
||||||
|
|
||||||
<!-- [![Forgejo CI
|
[![Forgejo CI Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/ci.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis)
|
||||||
Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/ci.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis)
|
[![Forgejo CD Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/cd.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis)
|
||||||
[![Forgejo CD
|
|
||||||
Status](https://git.4rs.nl/oxidetalis/oxidetalis/badges/workflows/cd.yml/badge.svg)](https://git.4rs.nl/oxidetalis/oxidetalis) -->
|
|
||||||
|
|
||||||
[![agplv3-or-later](https://www.gnu.org/graphics/agplv3-88x31.png)](https://www.gnu.org/licenses/agpl-3.0.html)
|
[![agplv3-or-later](https://www.gnu.org/graphics/agplv3-88x31.png)](https://www.gnu.org/licenses/agpl-3.0.html)
|
||||||
|
|
||||||
|
@ -79,6 +77,10 @@ docker-compose up -d
|
||||||
For information on how to contribute to the project, please see the
|
For information on how to contribute to the project, please see the
|
||||||
[CONTRIBUTING.md](./CONTRIBUTING.md) file.
|
[CONTRIBUTING.md](./CONTRIBUTING.md) file.
|
||||||
|
|
||||||
|
## Repository mirrors
|
||||||
|
- [Codeberg](https://codeberg.org/awiteb/oxidetalis)
|
||||||
|
- [GitHub](https://github.com/oxidetalis/oxidetalis)
|
||||||
|
|
||||||
## Licenses
|
## Licenses
|
||||||
The project is split into multiple crates, each with its own license:
|
The project is split into multiple crates, each with its own license:
|
||||||
* [`crates/oxidetalis`]: Homeserver implementation, licensed under the GNU
|
* [`crates/oxidetalis`]: Homeserver implementation, licensed under the GNU
|
||||||
|
|
Loading…
Reference in a new issue