The bmannconsulting.com website

coop cloud

+10
_journals/2024-03-30_0942.md
···
···
+
---
+
title: March 30th, 2024
+
date: 2024-03-30, 09:42:20 -07:00
+
section: journal
+
link: https://coopcloud.tech/blog/selfhosted-infrastructure-any/
+
tags:
+
- selfhosting
+
- Docker
+
---
+
[Demo video](https://coopcloud.tech/blog/selfhosted-infrastructure-any/) of live setup of [[Co-op Cloud]] stack with single sign on with [[Keycloak]] and running [[Matrix]], [[Hometown]] (Mastodon fork), and [[Nextcloud]].
+10
_notes/CNCF.md
···
···
+
---
+
title: Cloud Native Computing Foundation
+
aliases:
+
- Cloud Native Computing Foundation
+
tags:
+
- foundation
+
- organization
+
link: https://www.cncf.io
+
---
+
As part of the [Linux Foundation](https://linuxfoundation.org/), we provide support, oversight and direction for fast-growing, [cloud native](https://github.com/cncf/toc/blob/main/DEFINITION.md) projects, including Kubernetes, Envoy, and Prometheus.
+15
_notes/Hometown.md
···
···
+
---
+
github: https://github.com/hometown-fork/hometown
+
tags:
+
- opensource
+
- app
+
- ActivityPub
+
- Mastodon
+
---
+
A supported fork of [[Mastodon]] that provides local posting and a wider range of content types.
+
+
Created and maintained by [[Darius Kazemi]]
+
+
**Hometown** is a light weight fork of Mastodon. By "light weight" I don't mean more efficient; I mean this fork is 99.999% identical to Mastodon with a few key tweaks. This project is based on the principle of: minimum code change for maximum user experience change. This makes it easy for the basically-one-person who runs the project to keep it up to date. By our best understanding, our major changes are not wanted by the Mastodon project, hence maintaining this fork instead of trying to commit the changes to Mastodon.
+
+
Please [check out our wiki](https://github.com/hometown-fork/hometown/wiki) for a list of Hometown-exclusive features. Some but not all of these are covered in this document.
+34
_notes/Keycloak.md
···
···
+
---
+
link: https://www.keycloak.org
+
tags:
+
- identity
+
- SSO
+
- opensource
+
- app
+
- OIDC
+
- OAuth
+
- CNCF
+
- Java
+
github: https://github.com/keycloak/keycloak
+
---
+
Open Source Identity and Access Management
+
+
[[CNCF]] project
+
+
## Single-Sign On
+
+
Users authenticate with Keycloak rather than individual applications. This means that your applications don't have to deal with login forms, authenticating users, and storing users. Once logged-in to Keycloak, users don't have to login again to access a different application.
+
+
## Identity Brokering and Social Login
+
+
Enabling login with social networks is easy to add through the admin console. It's just a matter of selecting the social network you want to add. No code or changes to your application is required.
+
+
Keycloak can also authenticate users with existing OpenID Connect or SAML 2.0 Identity Providers. Again, this is just a matter of configuring the Identity Provider through the admin console.
+
+
## User Federation
+
+
Keycloak has built-in support to connect to existing LDAP or Active Directory servers. You can also implement your own provider if you have users in other stores, such as a relational database.
+
+
## Standard Protocols
+
+
Keycloak is based on standard protocols and provides support for OpenID Connect, OAuth 2.0, and SAML.
+11
_notes/Nextcloud.md
···
···
+
---
+
link: https://nextcloud.com
+
tags:
+
- opensource
+
- app
+
- PHP
+
- selfhosting
+
---
+
Open source groupware with Dropbox-style file sharing and sync, calendaring, contacts, and additional apps that can be installed.
+
+
Self hosted alternative to Office or Google Suite.