amount from xlsx
This commit is contained in:
16
README.md
16
README.md
@@ -1,5 +1,14 @@
|
||||
# How to:
|
||||
## Start
|
||||
- ```
|
||||
docker run --name keycloak \
|
||||
-e KEYCLOAK_ADMIN=admin \
|
||||
-e KEYCLOAK_ADMIN_PASSWORD=admin \
|
||||
--network=host \
|
||||
quay.io/keycloak/keycloak:24.0.0 \
|
||||
start-dev \
|
||||
--http-port=8180
|
||||
```
|
||||
- `docker-compose up`
|
||||
- `docker-compose up -d` | Modo demonio
|
||||
- Keycloak: http://localhost:8180/ user/pass admin:admin
|
||||
@@ -28,4 +37,9 @@ KEYCLOAK_ISSUER=http://localhost:8180/realms/master
|
||||
|
||||
|
||||
### OpenId info
|
||||
- http://localhost:8180/realms/master/.well-known/openid-configuration
|
||||
- http://localhost:8180/realms/master/.well-known/openid-configuration
|
||||
|
||||
|
||||
# ToDo:
|
||||
- Service: saldo from mail | read csv,xlsx
|
||||
- I+D: host astro server
|
||||
Reference in New Issue
Block a user