mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Release 1.2.1
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>gameyfin</artifactId>
|
<artifactId>gameyfin</artifactId>
|
||||||
<groupId>de.grimsi</groupId>
|
<groupId>de.grimsi</groupId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>gameyfin-backend</artifactId>
|
<artifactId>gameyfin-backend</artifactId>
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
gameyfin:
|
||||||
|
image: grimsi/gameyfin:latest
|
||||||
|
container_name: gameyfin
|
||||||
|
environment:
|
||||||
|
- GAMEYFIN_USER=<your username here>
|
||||||
|
- GAMEYFIN_PASSWORD=<your password here>
|
||||||
|
- GAMEYFIN_IGDB_API_CLIENT_ID=<your twitch client-id here>
|
||||||
|
- GAMEYFIN_IGDB_API_CLIENT_SECRET=<your twitch client-secret here>
|
||||||
|
- GAMEYFIN_SOURCES=/opt/gameyfin-library/library-1,/opt/gameyfin-library/library-2,/opt/gameyfin-library/library-3
|
||||||
|
volumes:
|
||||||
|
- <Path on your host to the 1st source folder>:/opt/gameyfin-library/library-1
|
||||||
|
- <Path on your host to the 2nd source folder>:/opt/gameyfin-library/library-2
|
||||||
|
- <Path on your host to the 3rd source folder>:/opt/gameyfin-library/library-3
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
@@ -4,11 +4,11 @@ services:
|
|||||||
image: grimsi/gameyfin:latest
|
image: grimsi/gameyfin:latest
|
||||||
container_name: gameyfin
|
container_name: gameyfin
|
||||||
environment:
|
environment:
|
||||||
- gameyfin.user=<your username here>
|
- GAMEYFIN_USER=<your username here>
|
||||||
- gameyfin.password=<your password here>
|
- GAMEYFIN_PASSWORD=<your password here>
|
||||||
- gameyfin.igdb.api.client-id=<your twitch client-id here>
|
- GAMEYFIN_IGDB_API_CLIENT_ID=<your twitch client-id here>
|
||||||
- gameyfin.igdb.api.client-secret=<your twitch client-secret here>
|
- GAMEYFIN_IGDB_API_CLIENT_SECRET=<your twitch client-secret here>
|
||||||
volumes:
|
volumes:
|
||||||
- <path to your game library>:/opt/gameyfin-library
|
- <path to your game library>:/opt/gameyfin-library
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "@project.version@",
|
"version": "1.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "@project.version@",
|
"version": "1.2.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^14.0.0",
|
"@angular/animations": "^14.0.0",
|
||||||
"@angular/cdk": "^14.1.0",
|
"@angular/cdk": "^14.1.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "@project.version@",
|
"version": "1.2.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
|||||||
+12
-1
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>gameyfin</artifactId>
|
<artifactId>gameyfin</artifactId>
|
||||||
<groupId>de.grimsi</groupId>
|
<groupId>de.grimsi</groupId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
@@ -63,6 +63,17 @@
|
|||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
|
<!-- Update frontend version in package.json -->
|
||||||
|
<execution>
|
||||||
|
<id>npm version</id>
|
||||||
|
<goals>
|
||||||
|
<goal>npm</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<arguments>version ${project.version} --allow-same-version</arguments>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
|
||||||
<!-- build app -->
|
<!-- build app -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>npm run build</id>
|
<id>npm run build</id>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<p>© {{date| date:'yyyy'}} grimsi | <a href="{{githubUrl}}" target="_blank">GitHub</a></p>
|
<p>© {{date| date:'yyyy'}} grimsi | Gameyfin v{{gameyfinVersion}} | <a href="{{githubUrl}}" target="_blank">GitHub</a></p>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
|
import packageJson from 'package.json';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-footer',
|
selector: 'app-footer',
|
||||||
@@ -8,6 +9,7 @@ import { Component, OnInit } from '@angular/core';
|
|||||||
export class FooterComponent implements OnInit {
|
export class FooterComponent implements OnInit {
|
||||||
|
|
||||||
githubUrl: string = "https://github.com/grimsi/gameyfin";
|
githubUrl: string = "https://github.com/grimsi/gameyfin";
|
||||||
|
gameyfinVersion: string = packageJson.version;
|
||||||
date: Date = new Date();
|
date: Date = new Date();
|
||||||
|
|
||||||
constructor() { }
|
constructor() { }
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>de.grimsi</groupId>
|
<groupId>de.grimsi</groupId>
|
||||||
<artifactId>gameyfin</artifactId>
|
<artifactId>gameyfin</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>1.2.1</version>
|
||||||
<name>gameyfin</name>
|
<name>gameyfin</name>
|
||||||
<description>gameyfin</description>
|
<description>gameyfin</description>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user