Merge branch 'master' into anse
This commit is contained in:
commit
c05e42aba9
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "bitmagnet",
|
||||
"tipi_version": 4,
|
||||
"version": "0.4.1",
|
||||
"tipi_version": 5,
|
||||
"version": "0.5.0",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
bitmagnet:
|
||||
image: ghcr.io/bitmagnet-io/bitmagnet:0.4.1
|
||||
image: ghcr.io/bitmagnet-io/bitmagnet:0.5.0
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- worker
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "emulatorjs",
|
||||
"tipi_version": 7,
|
||||
"version": "1.8.3",
|
||||
"tipi_version": 8,
|
||||
"version": "1.8.4",
|
||||
"categories": [
|
||||
"gaming"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
emulatorjs:
|
||||
container_name: emulatorjs
|
||||
image: lscr.io/linuxserver/emulatorjs:1.8.3
|
||||
image: lscr.io/linuxserver/emulatorjs:1.8.4
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
- 8165:3000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ghostfolio",
|
||||
"tipi_version": 43,
|
||||
"version": "2.44.0",
|
||||
"tipi_version": 44,
|
||||
"version": "2.45.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
ghostfolio:
|
||||
container_name: ghostfolio
|
||||
image: ghostfolio/ghostfolio:2.44.0
|
||||
image: ghostfolio/ghostfolio:2.45.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3333
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"port": 8756,
|
||||
"tipi_version": 4,
|
||||
"version": "0.8.6",
|
||||
"tipi_version": 5,
|
||||
"version": "0.8.7",
|
||||
"id": "homepage",
|
||||
"categories": [
|
||||
"utilities"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:v0.8.6
|
||||
image: ghcr.io/gethomepage/homepage:v0.8.7
|
||||
container_name: homepage
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8120,
|
||||
"id": "tubearchivist",
|
||||
"tipi_version": 10,
|
||||
"version": "0.4.5",
|
||||
"tipi_version": 11,
|
||||
"version": "0.4.6",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
tubearchivist:
|
||||
container_name: tubearchivist
|
||||
restart: unless-stopped
|
||||
image: bbilly1/tubearchivist:v0.4.5
|
||||
image: bbilly1/tubearchivist:v0.4.6
|
||||
ports:
|
||||
- ${APP_PORT}:8000
|
||||
dns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user