+10
_journals/2024-03-30_0942.md
+10
_journals/2024-03-30_0942.md
···+[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
+10
_notes/CNCF.md
···+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
+15
_notes/Hometown.md
···+A supported fork of [[Mastodon]] that provides local posting and a wider range of content types.+**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
+34
_notes/Keycloak.md
···+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.+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.+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.+Keycloak is based on standard protocols and provides support for OpenID Connect, OAuth 2.0, and SAML.
+11
_notes/Nextcloud.md
+11
_notes/Nextcloud.md
···+Open source groupware with Dropbox-style file sharing and sync, calendaring, contacts, and additional apps that can be installed.