2026-07-14 21:11:28 +02:00
2025-02-14 17:41:42 +01:00
2026-06-07 04:16:17 +02:00
2026-07-13 15:59:56 +02:00
2026-07-13 15:59:56 +02:00
2025-06-09 15:27:26 +02:00
2025-11-23 21:06:34 +01:00
2026-07-13 15:59:56 +02:00
2025-02-14 17:41:42 +01:00
2025-06-09 15:27:26 +02:00
2026-07-13 15:59:56 +02:00
2026-07-13 15:59:56 +02:00

Misael

For dev

You need to setup a postgres server at localhost:5432, with user misael with password misael-dev

Then, you run the database migration ./gradlew flywayMigrate

And finaly we run ./gradlew bootRun

For deployment

The compose file is enough.

launcher.sh checks that the migrations are applied and then runs the spring boot server on port 8080

OIDC

In order to connect to oidc, you need to setup the following options, if bcom is your provider name:

spring:
  security:
    oauth2:
      client:
        activate: true
        registration:
          bcom:
            provider: bcom
            client-id: misael
            client-secret: "myclientsecret"
            authorization-grant-type: authorization_code
            scope: openid,roles
        provider:
          bcom:
            issuer-uri: "https://auth.example.com/realms/bcom"
S
Description
Ma page perso ... et d'autres trucs
Readme
454 KiB
Languages
Java 53.8%
HTML 37.7%
CSS 3.6%
Nix 2.5%
Python 1.6%
Other 0.8%