Outline: Difference between revisions

imported>Onny
Simplified storage configuration
imported>Onny
Simplified Dex setup
Line 39: Line 39:
     settings = {
     settings = {
       issuer = "http://dex.localhost";
       issuer = "http://dex.localhost";
       storage = {
       storage.type = "sqlite3";
        type = "sqlite3";
        config.file = "/var/lib/dex/db.sqlite3";
      };
       web.http = "127.0.0.1:5556";
       web.http = "127.0.0.1:5556";
       staticClients = [
       staticClients = [
Line 82: Line 79:
   };
   };


};
systemd.services.dex = {
  serviceConfig.StateDirectory = "dex";
};
};
</nowiki>}}
</nowiki>}}