Skip to content

Commit 6f64054

Browse files
committed
fix
1 parent 845a18e commit 6f64054

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: extract project version
3333
id: extract_version
3434
run: |
35-
echo "VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
35+
echo "VERSION=$(./mvnw -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
3636
3737
- name: login to docker hub
3838
uses: docker/login-action@v3

application-prod.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
file-browser:
2+
root: /usr/
3+
4+
vaadin:
5+
launch-browser: true
6+
7+
logging:
8+
level:
9+
org:
10+
atmosphere: warn
11+
12+
spring:
13+
security:
14+
oauth2:
15+
client:
16+
registration:
17+
file-browser:
18+
provider: file-browser
19+
client-id: file-browser
20+
client-secret: OMAVIHOLEuvn48DzvkuCysW1hYMHvyBt
21+
authorization-grant-type: authorization_code
22+
scope: openid,profile,email
23+
provider:
24+
file-browser:
25+
issuer-uri: https://keycloak.homedns.pro/realms/homelab

0 commit comments

Comments
 (0)