2022-01-02 11:50:13 +00:00
|
|
|
# `finallycoffee.service` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
This ansible collection is used as a pool of roles with no clear assigned scope,
|
|
|
|
and serves as a catch-all for ansible roles which do not fit into a clear
|
|
|
|
concise area of concern.
|
|
|
|
|
|
|
|
## Roles
|
|
|
|
|
2024-09-21 08:24:17 +00:00
|
|
|
- [`authelia`](roles/authelia/README.md): Deploys an [authelia.com](https://www.authelia.com)
|
2022-04-16 12:35:07 +00:00
|
|
|
instance, an authentication provider with beta OIDC provider support.
|
|
|
|
|
2024-09-21 08:24:17 +00:00
|
|
|
- [`ghost`](roles/ghost/README.md): Deploys [ghost.org](https://ghost.org/), a simple to use
|
|
|
|
blogging and publishing platform.
|
|
|
|
|
|
|
|
- [`gitea`](roles/gitea/README.md): Deploy [gitea.io](https://gitea.io), a
|
2022-03-17 13:26:16 +00:00
|
|
|
lightweight, self-hosted git service.
|
|
|
|
|
2024-10-06 11:00:06 +00:00
|
|
|
- [`hedgedoc`](roles/hedgedoc/README.md): Deploy [hedgedoc](https://hedgedoc.org/),
|
|
|
|
a collaborative real-time markdown editor using websockts
|
|
|
|
|
2024-09-21 08:24:17 +00:00
|
|
|
- [`jellyfin`](roles/jellyfin/README.md): Deploy [jellyfin.org](https://jellyfin.org),
|
2022-03-17 14:12:56 +00:00
|
|
|
the free software media system for streaming stored media to any device.
|
|
|
|
|
2024-09-21 08:24:17 +00:00
|
|
|
- [`openproject`](roles/openproject/README.md): Deploys an [openproject.org](https://www.openproject.org)
|
|
|
|
installation using the upstream provided docker-compose setup.
|
|
|
|
|
2024-10-17 18:44:51 +00:00
|
|
|
- [`vaultwarden`](roles/vaultwarden/README.md): Deploy [vaultwarden](https://github.com/dani-garcia/vaultwarden/),
|
|
|
|
an open-source implementation of the Bitwarden Server (formerly Bitwarden\_RS).
|
|
|
|
|
2024-09-21 08:24:17 +00:00
|
|
|
- [`vouch_proxy`](roles/vouch_proxy/README.md): Deploys [vouch-proxy](https://github.com/vouch/vouch-proxy),
|
|
|
|
an authorization proxy for arbitrary webapps working with `nginx`s' `auth_request` module.
|
2024-03-31 12:27:53 +00:00
|
|
|
|
2022-01-02 11:50:13 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|