c4k-jitsi/README.md

52 lines
2.2 KiB
Markdown
Raw Normal View History

2022-02-09 09:49:45 +00:00
# convention 4 kubernetes: c4k-jitsi
[![Clojars Project](https://img.shields.io/clojars/v/org.domaindrivenarchitecture/c4k-jitsi.svg)](https://clojars.org/org.domaindrivenarchitecture/c4k-jitsi) [![pipeline status](https://gitlab.com/domaindrivenarchitecture/c4k-jitsi/badges/master/pipeline.svg)](https://gitlab.com/domaindrivenarchitecture/c4k-jitsi/-/commits/main)
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
[<img src="https://domaindrivenarchitecture.org/img/delta-chat.svg" width=20 alt="DeltaChat"> chat over e-mail](mailto:buero@meissa-gmbh.de?subject=community-chat) | [<img src="https://meissa-gmbh.de/img/community/Mastodon_Logotype.svg" width=20 alt="team@social.meissa-gmbh.de"> team@social.meissa-gmbh.de](https://social.meissa-gmbh.de/@team) | [Website & Blog](https://domaindrivenarchitecture.org)
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
## Purpose
2022-02-09 09:46:03 +00:00
2022-02-09 09:49:45 +00:00
c4k-jitsi provides a k8s deployment for jitsi containing:
* jitsi
2022-02-09 09:48:24 +00:00
* ingress having a letsencrypt managed certificate
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
The package aims to a low load sceanrio.
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
## Status
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
Stable - we use this setup on production.
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
## Try out
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
Click on the image to try out live in your browser:
2022-02-09 09:46:03 +00:00
2022-02-09 09:49:45 +00:00
[![Try it out](doc/tryItOut.png "Try out yourself")](https://domaindrivenarchitecture.org/pages/dda-provision/c4k-jitsi/)
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
Your input will stay in your browser. No server interaction is required.
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
You will also be able to try out on cli:
```
2022-12-28 17:25:56 +00:00
target/graalvm/c4k-jitsi src/test/resources/jitsi-test/valid-config.yaml src/test/resources/jitsi-test/valid-auth.yaml | kubeval -
target/graalvm/c4k-jitsi src/test/resources/jitsi-test/valid-config.yaml src/test/resources/jitsi-test/valid-auth.yaml | kubectl apply -f -
2022-02-09 09:48:24 +00:00
```
2022-02-09 09:46:03 +00:00
2022-02-09 09:48:24 +00:00
## Documentation
* [Example Setup on Hetzner](doc/SetupOnHetzner.md)
* [Development](doc/Development.md)
2022-02-09 09:46:03 +00:00
2023-05-17 07:42:40 +00:00
## Development & mirrors
Development happens at: https://repo.prod.meissa.de/meissa/c4k-jitsi
Mirrors are:
* https://gitlab.com/domaindrivenarchitecture/c4k-jitsi (issues and PR, CI)
* https://github.com/DomainDrivenArchitecture/c4k-jitsi
2023-05-17 07:42:40 +00:00
For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos
2022-02-09 09:46:03 +00:00
## License
2022-02-09 09:48:24 +00:00
Copyright © 2022 meissa GmbH
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)