chore(deps): update bbilly1/tubearchivist docker tag to v0.4.8 (#3545)
This commit is contained in:
parent
781f4f0563
commit
03e68a172c
|
@ -5,11 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8120,
|
"port": 8120,
|
||||||
"id": "tubearchivist",
|
"id": "tubearchivist",
|
||||||
"tipi_version": 12,
|
"tipi_version": 13,
|
||||||
"version": "0.4.7",
|
"version": "0.4.8",
|
||||||
"categories": [
|
"categories": ["media"],
|
||||||
"media"
|
|
||||||
],
|
|
||||||
"description": "Once your YouTube video collection grows, it becomes hard to search and find a specific video. That's where Tube Archivist comes in: By indexing your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.",
|
"description": "Once your YouTube video collection grows, it becomes hard to search and find a specific video. That's where Tube Archivist comes in: By indexing your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.",
|
||||||
"short_desc": "Your self-hosted YouTube media server",
|
"short_desc": "Your self-hosted YouTube media server",
|
||||||
"author": "bbilly1",
|
"author": "bbilly1",
|
||||||
|
@ -39,8 +37,5 @@
|
||||||
"env_variable": "ELASTIC_PASSWORD"
|
"env_variable": "ELASTIC_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
tubearchivist:
|
tubearchivist:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist:v0.4.7
|
image: bbilly1/tubearchivist:v0.4.8
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8000
|
- ${APP_PORT}:8000
|
||||||
dns:
|
dns:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user