silicon VS Keycloak

Compare silicon vs Keycloak and see what are their differences.

silicon

Silicon Notes, a web-based personal knowledge base with few frills (by cu)

Keycloak

Open Source Identity and Access Management For Modern Applications and Services (by keycloak)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
silicon Keycloak
9 231
184 20,124
- 2.6%
6.8 10.0
about 1 month ago about 11 hours ago
Python Java
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

silicon

Posts with mentions or reviews of silicon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-16.
  • Outline: Self hostable, realtime, Markdown compatible knowledge base
    7 projects | news.ycombinator.com | 16 Jan 2024
    It's nowhere near as featureful as Outline, but I wrote my own Markdown knowledge base thingy in Python. It is web-based and geared toward single-user (or _very_ small team use) but it's Apache licensed and has no commercial tie-ins. Super easy to deploy as long as you know how to layer some rudimentary authentication on top of it.

    https://github.com/cu/silicon

  • Ask HN: What tooling do you use for organizing/offloading your thoughts?
    1 project | news.ycombinator.com | 25 Aug 2023
  • Joplin – open-source note-taking and to-do application with sync
    15 projects | news.ycombinator.com | 5 Jul 2023
    I wrote my own note-keeping system[0] and very much wanted all of the notes to just be markdown files on the disk. It turns out that there are trade-offs to this. If you want plaintext markdown files on disk AND want fancy features like file versioning, a search index, tags, etc then you need to store all of that metadata somewhere and you're down writing a half-assed implementation of a DBMS.

    Now, you can certainly bite the bullet and full-ass the implementation like Dokuwiki did, but that is really quite a lot of work and effort against simply `import sqlite` and writing a couple of tutorial-level queries. And it turns out that exporting all of your documents to plaintext, if you should so choose, is a one-line command away.

    [0]: https://github.com/cu/silicon

  • Web-based knowledge management software recommendation?
    1 project | /r/selfhosted | 11 Jun 2023
    I wrote my own. It's a web app but one of its features is that it doesn't have many features. https://github.com/cu/silicon
  • Searching for Joplin alternative
    3 projects | /r/selfhosted | 27 Jan 2023
    It doesn't have folders and tags, but if that's not a deal-breaker you could check out https://github.com/cu/silicon
  • Silicon Notes - self-hosted wiki-like knowledge base
    1 project | /r/u_rsohlot | 15 Jan 2023
    2 projects | /r/selfhosted | 15 Jan 2023
  • Is there any self hosted journaling app you are using and can recommend ?
    4 projects | /r/selfhosted | 17 Dec 2022
    Not sure which features you're looking for, but you could try this thing I wrote: https://github.com/cu/silicon
  • Why Categories for Your Note Archive Are a Bad Idea (2015)
    1 project | news.ycombinator.com | 26 Jul 2022
    3. Very occasionally, I will click on a link on one page to go to another page.

    And what would be the point of categorizing all my notes? Every single time I go to my wiki, it's to either write down something specific or search for something specific. I have _never_ wanted to see a list of all of my pages about programming languages for example. Or every page tagged "bash".

    I think as software engineers building our own tools, we sometimes build features because they sound interesting and we know how to do it, or because the project doesn't "feel" complete without them. Not because we'll ever actually use them.

    When I _do_ want to break up a large subject (e.g. Python) into multiple pages, I just create one "Python" page and link to all of the others from that page.

    The one concession I've made to categorization/organization is that I've added a feature where two pages can be marked as "related" to one another. This is mainly to avoid having a manually-edited "See Also" section on pages that touch upon topics covered on other pages.

    [1]: https://github.com/cu/silicon

Keycloak

Posts with mentions or reviews of Keycloak. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • Securing Remix Apps with Keycloak
    1 project | dev.to | 6 May 2024
    In this article we'll be using Keycloak to quickly augment an application with user management and SSO. We will demonstrate the integration by securing a page for logged-in users. This quickly provides a jump-off point to more complex integrations.
  • Simplifying Keycloak Configuration with Terraform and Terragrunt
    1 project | dev.to | 4 May 2024
    Keycloak, an open-source identity and access management solution, provides robust authentication and authorization services for modern applications. However, configuring Keycloak instances manually can be tedious and error-prone. In this blog post, we'll explore how to simplify Keycloak configuration using Terraform and Terragrunt, enabling infrastructure as code (IaC) practices for managing Keycloak realms, clients, users, and more.
  • Securing Vue Apps with Keycloak
    3 projects | dev.to | 3 Apr 2024
    In this article we'll be using Keycloak to secure a Vue.js Web application. We're going to leverage oidc-client-ts to integrate OIDC authentication with the Vue app. The oidc-client-ts package is a well-maintained and used library. It provides a lot of utilities for building out a fully production app.
  • User Management and Identity Brokering for On-Prem Apps with Keycloak
    1 project | dev.to | 3 Apr 2024
    Keycloak has been a leader in the Identity and Access Management world since its launch almost 8 years ago. It is an open-source offering under the stewardship of Red Hat
  • Navigating Identity Authentication: From LDAP to Modern Protocols
    2 projects | dev.to | 28 Mar 2024
  • Ask HN: No-code, simple-setup user management
    1 project | news.ycombinator.com | 11 Mar 2024
    It sounds like what you're looking for is an identity provider.

    A popular open source option is https://www.keycloak.org/

    This application can manage your users, then you can use standards like OpenID or SAML to plug it into your application, of which there are usually many plugins to accomplish this depending on your tech stack.

  • Top 6 Open Source Identity and Access Management (IAM) Solutions For Enterprises
    3 projects | dev.to | 21 Feb 2024
    KeyCloak is a Cloud Native Computing Foundation (CNCF) project that offers enterprise IAM solutions. Keycloak emphasizes proficient enterprise authorization solutions by providing:
  • Outline: Self hostable, realtime, Markdown compatible knowledge base
    7 projects | news.ycombinator.com | 16 Jan 2024
    Outline only uses SSO for authentication. The solution when self hosting is use a private keycloak server [1]. This allows you to do email based auth.

    [1] https://www.keycloak.org/

  • Keycloak open redirect: wildcard redirect URIs can be exploited to steal tokens
    2 projects | news.ycombinator.com | 12 Jan 2024
    > Keycloak was good but has too much legacy for 10+ years.

    I got curious, actually seems to check out and explains why it's so well documented (but also complex and oftentimes confusing):

    > The first production release of Keycloak was in September 2014, with development having started about a year earlier.

    https://en.wikipedia.org/wiki/Keycloak

    https://github.com/keycloak/keycloak/releases/tag/1.0.0.Fina...

  • What Is OIDC?
    3 projects | news.ycombinator.com | 21 Dec 2023
    > Don't outsource either your authentication or authorization. Run it in-house.

    This is hard to do, though. I hope people here will drop a lot of combinations that work for them!

    Personally, for a small/medium scale project, I went with:

    Keycloak: https://www.keycloak.org/

    It supports various backing RDBMSes (like PostgreSQL, MariaDB/MySQL and others), allows both users that you persist in your own DB, as well as various external sources, like social login across various platforms, is an absolute pain to configure and sometimes acts in stupid ways behind a reverse proxy, but has most of the features that you might ever want, which sadly comes coupled with some complexity and an enterprise feeling.

    I quite like that it offers the login/registration views that you need with redirects, as well as user management, storing roles/permissions and other custom attributes. It's on par with what you'd expect and should serve you nicely.

    mod_auth_openidc: https://github.com/OpenIDC/mod_auth_openidc

    This one's a certified OpenID Connect Relying Party implementation for... Apache2/httpd.

    Some might worry about the performance and there are other options out there (like a module for OpenResty, which is built on top of Nginx), but when coupled with mod_md Apache makes for a great reverse proxy/ingress for my personal needs.

    The benefit here is that I don't need 10 different implementations for each service/back end language that's used, I can outsource the heavy lifting to mod_auth_openidc (protected paths, needed roles/permissions, redirect URLs, token renewal and other things) and just read a few trusted headers behind the reverse proxy if further checks are needed, which is easy in all technologies.

    That said, the configuration there is also hard and annoying to do, as is working with OpenID Connect in general, even though you can kind of understand why that complexity is inherent. Here's a link with some certified implementations, by the way: https://openid.net/developers/certified-openid-connect-imple...

What are some alternatives?

When comparing silicon and Keycloak you can also consider the following projects:

git-sync - Safe and simple one-script git synchronization

authelia - The Single Sign-On Multi-Factor portal for web apps

quilly - A simple privacy-first, self-hosted, markdown based note taking webapp, written in python.

authentik - The authentication glue you need.

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

Apache Shiro - Apache Shiro

syncthing-android - Wrapper of syncthing for Android.

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

NoteWhispers - Voice memos recorded from the microphone, transcribed offline to text and converted to Joplin notes

IdentityServer - The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core

Trilium Notes - Build your personal knowledge base with Trilium Notes

Spring Security - Spring Security