File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >com.em7</groupId >
12
12
<artifactId >wol</artifactId >
13
- <version >0.0.9 </version >
13
+ <version >0.1.0 </version >
14
14
<packaging >jar</packaging >
15
15
<name >wol</name >
16
16
<description >Wake on Lan</description >
Original file line number Diff line number Diff line change 1
- version =0.0.9
1
+ version =0.1.0
2
2
spring.profiles.active =default
3
3
4
4
wol.user =admin
5
5
wol.password =admin
6
6
server.port =7800
7
7
shutdown.port =7801
8
+ security.require-ssl =false
9
+ server.ssl.enabled =false
10
+ spring.thymeleaf.cache =false
11
+ server.http.interface =0.0.0.0
8
12
9
- # security.require-ssl=false
10
13
# server.ssl.key-store-type=PKCS12
11
14
# server.ssl.key-store=classpath:keystore/example.p12
12
15
# server.ssl.key-store-password=example
13
16
# server.ssl.key-alias=example
14
17
# trust.store=classpath:keystore/example.p12
15
18
# trust.store.password=example
16
19
17
- # server.http.interface=0.0.0.0
18
20
# server.servlet.contextPath=/wol
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 "/>
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
6
- < meta http-equiv ="Content-Security-Policy " content ="upgrade-insecure-requests ">
6
+ <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-- >
7
7
< title > WoL | Device List</ title >
8
8
< link rel ="stylesheet " th:href ="@{/css/dataTables.bootstrap4.min.css} " type ="text/css " charset ="utf-8 "/>
9
9
< link rel ="stylesheet " th:href ="@{/css/responsive.bootstrap4.min.css} " type ="text/css "/>
You can’t perform that action at this time.
0 commit comments