mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-26 05:09:14 -06:00
v0.1.3
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -32,5 +32,5 @@ Core/target
|
||||
GapsWeb/target
|
||||
|
||||
/rssFeed.json
|
||||
GapsWeb-0.1.2.jar
|
||||
Gaps-0.1.2.zip
|
||||
GapsOnWindows/*.jar
|
||||
*.zip
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>Gaps</artifactId>
|
||||
<groupId>com.jasonhhouse</groupId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
@@ -12,6 +12,6 @@ RUN mkdir -p /usr/app
|
||||
|
||||
WORKDIR /usr/app
|
||||
|
||||
COPY GapsWeb/target/GapsWeb-0.1.2.jar /usr/app/
|
||||
COPY GapsWeb/target/GapsWeb-0.1.3.jar /usr/app/
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=no-ssl", "GapsWeb-0.1.2.jar"]
|
||||
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=no-ssl", "GapsWeb-0.1.3.jar"]
|
||||
@@ -12,6 +12,6 @@ RUN mkdir -p /usr/app
|
||||
|
||||
WORKDIR /usr/app
|
||||
|
||||
COPY GapsWeb/target/GapsWeb-0.1.2.jar /usr/app/
|
||||
COPY GapsWeb/target/GapsWeb-0.1.3.jar /usr/app/
|
||||
|
||||
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=ssl", "GapsWeb-0.1.2.jar"]
|
||||
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=ssl", "GapsWeb-0.1.3.jar"]
|
||||
@@ -2,8 +2,8 @@
|
||||
<launch4jConfig>
|
||||
<dontWrapJar>false</dontWrapJar>
|
||||
<headerType>console</headerType>
|
||||
<jar>C:\Users\jh597\Code\Gaps\GapsWeb\target\GapsWeb-0.1.2.jar</jar>
|
||||
<outfile>C:\Users\jh597\Desktop\Gaps-v0.1.2.exe</outfile>
|
||||
<jar>C:\Users\jh597\Code\Gaps\GapsWeb\target\GapsWeb-0.1.3.jar</jar>
|
||||
<outfile>C:\Users\jh597\Desktop\Gaps-v0.1.3.exe</outfile>
|
||||
<errTitle></errTitle>
|
||||
<cmdLine></cmdLine>
|
||||
<chdir>.</chdir>
|
||||
@@ -28,16 +28,16 @@
|
||||
<runtimeBits>64/32</runtimeBits>
|
||||
</jre>
|
||||
<versionInfo>
|
||||
<fileVersion>0.1.2.0</fileVersion>
|
||||
<fileVersion>0.1.3.0</fileVersion>
|
||||
<txtFileVersion>Free Form</txtFileVersion>
|
||||
<fileDescription>Gaps</fileDescription>
|
||||
<copyright>2019</copyright>
|
||||
<productVersion>0.1.2.0</productVersion>
|
||||
<productVersion>0.1.3.0</productVersion>
|
||||
<txtProductVersion>Free Form</txtProductVersion>
|
||||
<productName>Gaps</productName>
|
||||
<companyName></companyName>
|
||||
<internalName>Gaps</internalName>
|
||||
<originalFilename>Gaps-v0.1.2.exe</originalFilename>
|
||||
<originalFilename>Gaps-v0.1.3.exe</originalFilename>
|
||||
<trademarks></trademarks>
|
||||
<language>ENGLISH_US</language>
|
||||
</versionInfo>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>Gaps</artifactId>
|
||||
<groupId>com.jasonhhouse</groupId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<dependency>
|
||||
<groupId>com.jasonhhouse</groupId>
|
||||
<artifactId>Core</artifactId>
|
||||
<version>0.1.2</version>
|
||||
<version>0.1.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -26,7 +26,7 @@ logging:
|
||||
level:
|
||||
root: INFO
|
||||
server:
|
||||
port: 8443
|
||||
port: 8484
|
||||
compression:
|
||||
enabled: true
|
||||
mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json
|
||||
@@ -47,7 +47,7 @@ info:
|
||||
app:
|
||||
name: Gaps
|
||||
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
---
|
||||
spring:
|
||||
@@ -79,5 +79,5 @@ info:
|
||||
app:
|
||||
name: Gaps
|
||||
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col l6 s12">
|
||||
<h5 class="white-text">Gaps v0.1.2</h5>
|
||||
<h5 class="white-text">Gaps v0.1.3</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<div class="container">
|
||||
|
||||
<h2 class="top-margin">Welcome to Gaps</h2>
|
||||
<h4 class="top-margin">v0.1.2</h4>
|
||||
<h4 class="top-margin">v0.1.3</h4>
|
||||
|
||||
<p>Gaps searches through your Plex Server. It then queries
|
||||
for known
|
||||
@@ -49,7 +49,7 @@
|
||||
steps. Anyway, if those movies don't exist in your library, Gaps will recommend getting those
|
||||
movies, legally of course.</p>
|
||||
|
||||
<p>An example would be owning 'Alien (1979)' and Gaps
|
||||
<p>An example would be having a copy of 'Alien (1979)' and Gaps
|
||||
recommending
|
||||
'Aliens (1986)' and
|
||||
'Alien³ (1992)' to be added to your collection.</p>
|
||||
|
||||
2
build.sh
2
build.sh
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
VERSION=0.1.2
|
||||
VERSION=0.1.3
|
||||
DOCKER_SSL_VERSION="housewrecker/gaps:v$VERSION"
|
||||
DOCKER_SSL_VERSION="housewrecker/gaps:v$VERSION-no-ssl"
|
||||
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
|
||||
|
||||
Reference in New Issue
Block a user