Skip to content

Commit 9a6f27b

Browse files
committed
pancake-geometry
1 parent 7c137d1 commit 9a6f27b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uvxytdlp-ui
22

3-
[![](https://img.shields.io/badge/glowing-carpet-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
3+
[![](https://img.shields.io/badge/pancake-geometry-blue?style=for-the-badge)](https://github.com/ocodo/uvxytlp/pkgs/container/uvxytdlp%2Fuvxytdlp-ui)
44

55
Download and playback web video and audio locally, powered by [yt-dlp](https://github.com/yt-dlp/yt-dlp), [uvx](https://astral.sh/uv) with [Vite](https://vitejs.dev), [React](https://react.dev), [Tailwind CSS](https://tailwindcss.com), [Shadcn/ui](https://ui.shadcn.com) and [FastAPI](https://fastapi.tiangolo.com/) providing the basis for the WebUI and API Service.
66

@@ -33,7 +33,7 @@ sudo docker run -d \
3333
-p 8080:80 \
3434
-v /path/to/your/downloads:/ytdlp-downloads \
3535
--name uvxytdlp-ui-container \
36-
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:glowing-carpet
36+
ghcr.io/ocodo/uvxytdlp/uvxytdlp-ui:pancake-geometry
3737
```
3838

3939
Then go to http://localhost:8080

apiserver/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
app = FastAPI(
2020
title="API for uvxytdlp",
21-
version=" glowing-carpet",
21+
version=" pancake-geometry",
2222
docs_url=None,
2323
redoc_url=None,
2424
openapi_url="/api/openapi.json",

src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "glowing-carpet"
1+
export const VERSION = "pancake-geometry"

0 commit comments

Comments
 (0)