Looking for a guide to install keycloak on raspberry pi

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

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
  • Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  • You can build keycloak for your Pi with this Dockerfile: FROM registry.access.redhat.com/ubi8-minimal ENV KEYCLOAK_VERSION 16.0.0 ENV JDBC_POSTGRES_VERSION 42.2.5 ENV JDBC_MYSQL_VERSION 8.0.22 ENV JDBC_MARIADB_VERSION 2.5.4 ENV JDBC_MSSQL_VERSION 8.2.2.jre11 ENV LAUNCH_JBOSS_IN_BACKGROUND 1 ENV PROXY_ADDRESS_FORWARDING false ENV JBOSS_HOME /opt/jboss/keycloak ENV LANG en_US.UTF-8 ARG GIT_REPO ARG GIT_BRANCH ARG KEYCLOAK_DIST=https://github.com/keycloak/keycloak/releases/download/$KEYCLOAK_VERSION/keycloak-$KEYCLOAK_VERSION.tar.gz USER root RUN microdnf update -y && microdnf install -y glibc-langpack-en gzip hostname java-11-openjdk-headless openssl tar which wget && microdnf clean all ADD tools /opt/jboss/tools RUN /opt/jboss/tools/build-keycloak.sh USER 1000 EXPOSE 8080 EXPOSE 8443 ENTRYPOINT [ "/opt/jboss/tools/docker-entrypoint.sh" ] CMD ["-b", "0.0.0.0"]

  • authelia

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

  • This is probably not the answer you intended to hear but I have the feeling that you should know this: Authelia should have multi arch Docker images and uses less resources than Keyclock.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Creating a custom mini authentication library in NodeJS and Fastify (Under 100 lines of code)

    2 projects | /r/node | 14 Sep 2022
  • Expose web services through proxy but require authentication

    2 projects | /r/PFSENSE | 27 May 2021
  • Are there PHP-based SSO / OAuth / SAML / CAS providers that I can easily self-host and manage graphically on cPanel shared hosting ?

    3 projects | /r/selfhosted | 9 Apr 2021
  • Simplifying Keycloak Configuration with Terraform and Terragrunt

    1 project | dev.to | 4 May 2024
  • Securing Vue Apps with Keycloak

    3 projects | dev.to | 3 Apr 2024