Skip to content

joemat/keycloak-on-synology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run keycloak on synology nas

requirements

  • synology nas that runs docker
  • a local dns server to assign an additional hostname to the nas (I'm running pi-hole)

preparation

  • create an DNS entry for keycloak (e.g. keycloak-nas.home)
  • edit variables.env and secrets.env, add missing information (see comments in files)
  • cp variables.env .env

start container

  • docker-compose up -d

configuration of synology

  • see synologsy forum for how to configure the reverse proxy
    • Source:
      • protocol: https
      • hostname: the keycloak hostname (e.g. keycloak-nas.home)
      • port: 443
    • Destination:
      • protocol: https
      • hostname: localhost
      • port: 9443

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published