diff --git a/.run/Gaps Dev.run.xml b/.run/Gaps Dev.run.xml
new file mode 100644
index 00000000..d0dba8e5
--- /dev/null
+++ b/.run/Gaps Dev.run.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Core/pom.xml b/Core/pom.xml
index 2f840f64..e8d07886 100755
--- a/Core/pom.xml
+++ b/Core/pom.xml
@@ -5,7 +5,7 @@
Gapscom.jasonhhouse
- 0.8.11
+ 0.8.124.0.0
diff --git a/Dockerfile b/Dockerfile
index 5b1335e7..a5acd82d 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,14 @@
-FROM adoptopenjdk/openjdk11-openj9:jre-11.0.10_9_openj9-0.24.0
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
+FROM adoptopenjdk/openjdk11-openj9:jre-11.0.11_9_openj9-0.26.0
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
@@ -6,10 +16,6 @@ LABEL github="https://github.com/JasonHHouse/Gaps"
EXPOSE 8484
-RUN apt-get -y update
-
-RUN apt-get -y upgrade
-
ENV JAR_FILE gaps.jar
ENV ENABLE_SSL false
@@ -24,17 +30,9 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.8.12.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
CMD ./start.sh
-##Figure out how to do Unraid configuration
-#docker build -f Dockerfile -t gaps-dev .
-#docker run -p 8484:8484 --env ENABLE_SSL=true --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_SSL=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-
-#docker buildx build --platform linux/ppc64le,linux/s390x,linux/amd64 -t housewrecker/gaps:latest -f Dockerfile .
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 01583628..f2cb6ab7 100755
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -1,13 +1,19 @@
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
FROM lsiobase/mono:arm64v8-LTS
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
LABEL github="https://github.com/JasonHHouse/Gaps"
-RUN apt-get update
-
-RUN apt-get upgrade -y
-
RUN apt-get install -y openjdk-11-jre
EXPOSE 32400
@@ -26,15 +32,8 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.8.12.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
CMD ./start.sh
-
-##Figure out how to do Unraid configuration
-#docker build -f Dockerfile -t gaps-dev .
-#docker run -p 8484:8484 --env ENABLE_SSL=true --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_SSL=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
\ No newline at end of file
diff --git a/Dockerfile.dev b/Dockerfile.dev
index 86ff5ce5..622174d0 100755
--- a/Dockerfile.dev
+++ b/Dockerfile.dev
@@ -1,4 +1,14 @@
-FROM adoptopenjdk/openjdk11-openj9:jre-11.0.10_9_openj9-0.24.0
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
+FROM adoptopenjdk/openjdk11-openj9:jre-11.0.11_9_openj9-0.26.0
## Build image with sensible default environment values ##
ENV gapsVersion=*
diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le
index d48f3bc4..667b6220 100755
--- a/Dockerfile.ppc64le
+++ b/Dockerfile.ppc64le
@@ -1,4 +1,14 @@
-FROM adoptopenjdk/openjdk11-openj9:ppc64le-tumbleweed-jre-11.0.10_9_openj9-0.24.0
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
+FROM adoptopenjdk/openjdk11-openj9:ppc64le-tumbleweed-jre-11.0.11_9_openj9-0.26.0
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
@@ -20,15 +30,8 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.8.12.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
CMD ./start.sh
-
-##Figure out how to do Unraid configuration
-#docker build -f Dockerfile -t gaps-dev .
-#docker run -p 8484:8484 --env ENABLE_SSL=true --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_SSL=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
\ No newline at end of file
diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian
index be95be4c..d85dd843 100755
--- a/Dockerfile.raspbian
+++ b/Dockerfile.raspbian
@@ -1,4 +1,14 @@
-FROM bellsoft/liberica-openjdk-alpine:11
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
+FROM bellsoft/liberica-openjdk-alpine:11.0.11
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
@@ -20,15 +30,8 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.8.12.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
CMD ./start.sh
-
-##Figure out how to do Unraid configuration
-#docker build -f Dockerfile -t gaps-dev .
-#docker run -p 8484:8484 --env ENABLE_SSL=true --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_SSL=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
\ No newline at end of file
diff --git a/Dockerfile.riscv64 b/Dockerfile.riscv64
index 8973a51c..8090b711 100755
--- a/Dockerfile.riscv64
+++ b/Dockerfile.riscv64
@@ -1,11 +1,19 @@
+##
+# Copyright 2019 Jason H House
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+##
+
FROM renefonseca/base-ubuntu-riscv32
LABEL maintainer="jh5975@gmail.com"
LABEL name="Jason House"
LABEL github="https://github.com/JasonHHouse/Gaps"
-RUN apt-get update
-
RUN apt-get install -y openjdk-11-jre
EXPOSE 32400
@@ -24,15 +32,8 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data
WORKDIR /usr/app
-COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar
+COPY GapsWeb/target/GapsWeb-0.8.12.jar /usr/app/gaps.jar
COPY start.sh /usr/app/
-CMD ./start.sh
-
-##Figure out how to do Unraid configuration
-#docker build -f Dockerfile -t gaps-dev .
-#docker run -p 8484:8484 --env ENABLE_SSL=true --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_SSL=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --env ENABLE_LOGIN=true --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
-#docker run -p 8484:8484 --name gaps-dev -v /home/jason/gaps:/usr/data:Z gaps-dev
\ No newline at end of file
+CMD ./start.sh
\ No newline at end of file
diff --git a/GapsAsJar/gaps.nsi b/GapsAsJar/gaps.nsi
index 0eea38fa..36f1c1d0 100644
--- a/GapsAsJar/gaps.nsi
+++ b/GapsAsJar/gaps.nsi
@@ -48,4 +48,4 @@ RMDIR /r $INSTDIR
SectionEnd
# name the installer
-OutFile "gaps-0.8.11-installer.exe"
\ No newline at end of file
+OutFile "gaps-0.8.12-installer.exe"
\ No newline at end of file
diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml
index 1df3b63a..71b50702 100755
--- a/GapsWeb/pom.xml
+++ b/GapsWeb/pom.xml
@@ -5,7 +5,7 @@
Gapscom.jasonhhouse
- 0.8.11
+ 0.8.124.0.0
diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml
index a013f941..c63b41ce 100755
--- a/GapsWeb/src/main/resources/application.yaml
+++ b/GapsWeb/src/main/resources/application.yaml
@@ -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.8.11
+ version: 0.8.12
storageFolder: /usr/data
properties:
rssFeed: rssFeed.json
diff --git a/GapsWeb/src/main/resources/templates/about.html b/GapsWeb/src/main/resources/templates/about.html
index b9a975ef..892025e0 100755
--- a/GapsWeb/src/main/resources/templates/about.html
+++ b/GapsWeb/src/main/resources/templates/about.html
@@ -24,7 +24,7 @@