diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef56249b..ab1966dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,10 +77,10 @@ jobs: - run: sed -i "s@BUILD_VERSION_PLACEHOLDER@${{ needs.GenTag.outputs.value }}@" ./build/index.html - name: Generate zip working-directory: ./build - run: zip -r Tachidesk-VUI-Web.zip ./* + run: zip -r Suwayomi-VUI-Web.zip ./* - name: Upload CI Release uses: ncipollo/release-action@v1 with: - artifacts: './build/Tachidesk-VUI-Web.zip' + artifacts: './build/Suwayomi-VUI-Web.zip' allowUpdates: 'true' tag: ${{ needs.GenTag.outputs.value }} diff --git a/.vscode/settings.json b/.vscode/settings.json index ad77c416..107a16a4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -119,7 +119,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode" }, "licenser.license": "MPLv2", - "licenser.projectName": "tachidesk-VUI", + "licenser.projectName": "suwayomi-VUI", "licenser.author": "Contributors to the Suwayomi project", "cSpell.words": ["iconify", "localsourcelang", "tipclass"], "cSpell.ignoreRegExpList": ["\\s*import (.+\n?)+ from '.*';"] diff --git a/README.md b/README.md index 06412dd3..e22f6144 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# Tachidesk-VUI +# Suwayomi-VUI -Robonau's Svelte + skeleton tachidesk UI +Robonau's Svelte + skeleton suwayomi UI -| Discord | Github | Docker | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [![Discord](https://img.shields.io/discord/801021177333940224.svg?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/DDZdqZWaHA) | ![](https://img.shields.io/github/stars/Suwayomi/Tachidesk-VUI.svg) ![](https://img.shields.io/github/forks/Suwayomi/Tachidesk-VUI.svg) ![](https://img.shields.io/github/tag/Suwayomi/Tachidesk-VUI.svg) ![](https://img.shields.io/github/release/Suwayomi/Tachidesk-VUI.svg) ![](https://img.shields.io/github/issues/Suwayomi/Tachidesk-VUI.svg) ![](https://github.com/Suwayomi/Tachidesk-VUI/actions/workflows/build.yml/badge.svg) | ![](https://ghcr-badge.deta.dev/suwayomi/tachidesk-vui/latest_tag?filter=latest) ![](https://ghcr-badge.deta.dev/suwayomi/tachidesk-vui/size?filter=latest) | +| Discord | Github | Docker | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [![Discord](https://img.shields.io/discord/801021177333940224.svg?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/DDZdqZWaHA) | ![](https://img.shields.io/github/stars/Suwayomi/Suwayomi-VUI.svg) ![](https://img.shields.io/github/forks/Suwayomi/Suwayomi-VUI.svg) ![](https://img.shields.io/github/tag/Suwayomi/Suwayomi-VUI.svg) ![](https://img.shields.io/github/release/Suwayomi/Suwayomi-VUI.svg) ![](https://img.shields.io/github/issues/Suwayomi/Suwayomi-VUI.svg) ![](https://github.com/Suwayomi/Suwayomi-VUI/actions/workflows/build.yml/badge.svg) | ![](https://ghcr-badge.deta.dev/suwayomi/suwayomi-vui/latest_tag?filter=latest) ![](https://ghcr-badge.deta.dev/suwayomi/suwayomi-vui/size?filter=latest) | # How To Use: ## Web Server files -The Tachidesk-VUI-Web.zip file in the release is for hosting the ui though `server.webUIFlavor = "Custom"` config and replacing the contents of the webUI folder in the Tachidesk data directory +The Suwayomi-VUI-Web.zip file in the release is for hosting the ui though `server.webUIFlavor = "Custom"` config and replacing the contents of the webUI folder in the Suwayomi data directory -The files could also be used in a stand alone webserver though you would have to redirect `/api` trafic to tachidesk server +The files could also be used in a stand alone webserver though you would have to redirect `/api` trafic to suwayomi server ## Docker @@ -22,12 +22,12 @@ The files could also be used in a stand alone webserver though you would have to version: '3.7' services: vui3: - image: ghcr.io/suwayomi/tachidesk-vui + image: ghcr.io/suwayomi/suwayomi-vui ports: - '9013:8080' environment: - - tachidesk=http://tachidesk:4567/ - # will proxy the tachidesk server to the UI + - suwayomi=http://suwayomi:4567/ + # will proxy the suwayomi server to the UI # if you plan on proxying it externally then this is unnecessary restart: unless-stopped ``` diff --git a/docker-compose-example.yml b/docker-compose-example.yml index b7df7028..78229f8f 100644 --- a/docker-compose-example.yml +++ b/docker-compose-example.yml @@ -1,12 +1,12 @@ version: '3.7' services: vui3: - image: ghcr.io/suwayomi/tachidesk-vui + image: ghcr.io/suwayomi/suwayomi-vui ports: - '9013:8080' environment: - - tachidesk=http://tachidesk:4567/ - # will proxy the tachidesk server to the UI + - suwayomi=http://suwayomi:4567/ + # will proxy the suwayomi server to the UI # if you plan on proxying it externally then this is unnecessary restart: unless-stopped @@ -17,7 +17,7 @@ services: ports: - '5173:5173' environment: - - VITE_URL=http://tachidesk:4567 + - VITE_URL=http://suwayomi:4567 volumes: - '.:/app' command: /bin/sh -c "bun i && bun run dev --host" diff --git a/set-env-variable.sh b/set-env-variable.sh index 8c7ad450..737662f8 100644 --- a/set-env-variable.sh +++ b/set-env-variable.sh @@ -6,5 +6,5 @@ # sed -i "s@// CONFIGURATIONS_PLACEHOLDER@${JSON_STRING}@" /usr/share/nginx/html/index.html # exec "$@" -TMP=$(echo "$tachidesk" | sed "s@/\$@@") +TMP=$(echo "$suwayomi" | sed "s@/\$@@") sed -i "s@PLACEHOLDER@$TMP@" /etc/nginx/conf.d/default.conf \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json index e1411a35..d341e697 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -5,7 +5,7 @@ "display": "standalone", "background_color": "#1f2937", "theme_color": "#1f2937", - "description": "Robonau's Svelte + skeleton Tachidesk UI", + "description": "Robonau's Svelte + skeleton Suwayomi UI", "icons": [ { "src": "pwa-64x64.png",