From 17d2e651879fe43c1603ec57f46cac4c6e69a01f Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 8 Dec 2024 01:24:14 -0600 Subject: [PATCH] Change project name, create logo, change README.md to be soon updated. --- .github/workflows/docker-image.yml | 4 ++-- .idea/.name | 1 + .idea/icon.svg | 1 + .idea/workspace.xml | 23 ++++++++++++++++++----- README.md | 14 +++++++++++++- TermixLogo.png | Bin 0 -> 19709 bytes frontend/index.html | 4 ++-- frontend/start.js | 2 +- info.txt | 3 ++- public/favicon.ico | Bin 3870 -> 4286 bytes public/logo192.png | Bin 5347 -> 10570 bytes public/logo512.png | Bin 9664 -> 40273 bytes 12 files changed, 40 insertions(+), 12 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/icon.svg create mode 100644 TermixLogo.png diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d34ea946..05961696 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -58,13 +58,13 @@ jobs: context: . file: ./docker/Dockerfile push: true - tags: ghcr.io/${{ env.REPO_OWNER }}/ssh-project:${{ env.IMAGE_TAG }} + tags: ghcr.io/${{ env.REPO_OWNER }}/termix:${{ env.IMAGE_TAG }} labels: org.opencontainers.image.source=https://github.com/${{ github.repository }} - name: Notify via ntfy run: | curl -d "Docker image build and push completed successfully for tag: ${{ env.IMAGE_TAG }}" \ - https://ntfy.karmaashomepage.online/ssh-project-build + https://ntfy.karmaashomepage.online/termix-build - name: Delete all untagged image versions uses: quartx-analytics/ghcr-cleaner@v1 diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 00000000..f85d9ef2 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Termix \ No newline at end of file diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 00000000..43d2b1c8 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 073b4f93..51a03bc7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,15 @@