diff --git a/.github/workflows/docker-image-master.yml b/.github/workflows/docker-image-master.yml
index 714842b..fbff877 100644
--- a/.github/workflows/docker-image-master.yml
+++ b/.github/workflows/docker-image-master.yml
@@ -3,8 +3,6 @@ name: Docker Image CI
on:
push:
branches: [ "master" ]
- pull_request:
- branches: [ "master" ]
workflow_dispatch:
jobs:
diff --git a/.github/workflows/docker-image-dev.yml b/.github/workflows/docker-image-vite-react-ts.yml
similarity index 94%
rename from .github/workflows/docker-image-dev.yml
rename to .github/workflows/docker-image-vite-react-ts.yml
index d4ce3aa..25eb157 100644
--- a/.github/workflows/docker-image-dev.yml
+++ b/.github/workflows/docker-image-vite-react-ts.yml
@@ -2,7 +2,7 @@ name: Docker Image CI
on:
push:
- branches: [ "cuttingedge" ]
+ branches: [ "vite-react-ts" ]
workflow_dispatch:
jobs:
@@ -42,4 +42,4 @@ jobs:
pull: true
push: true
tags: |
- glax/tranga-website:dev
+ glax/tranga-website:Server-V2
diff --git a/README.md b/README.md
index 3df7b89..e5f4caf 100644
--- a/README.md
+++ b/README.md
@@ -19,40 +19,35 @@
This is the Website for Tranga (API)
+
+ 
+
+
+
+  |
+  |
+
+
+  |
+  |
+
+
+  |
+  |
+
+
-
-
- Table of Contents
-
- -
- About The Project
-
-
- -
- Getting Started
-
- - Roadmap
- - Contributing
- - License
- - Acknowledgments
-
-
-
-
-
## About The Project
-Tranga-Website is the Web-frontend to [Tranga](https://github.com/C9Glax/tranga) (the API). It displays information aquired from Tranga and can create Jobs (Manga-Downloads).
+Tranga-Website is the Web-frontend to [Tranga](https://github.com/C9Glax/tranga) (the API).
### What this does do (and nothing else)
-This repo makes HTTP-requests to the [Tranga-API](https://github.com/C9Glax/tranga) to display it's present configuration.
+This project makes HTTP-requests to the [Tranga-API](https://github.com/C9Glax/tranga) to display and modify the present configuration.
### Built With
@@ -67,39 +62,17 @@ This repo makes HTTP-requests to the [Tranga-API](https://github.com/C9Glax/tran
## Getting Started
-There is a single release:
-
-
-### Docker
-
-Download [docker-compose.yaml](https://github.com/C9Glax/tranga-website/blob/cuttingedge/docker-compose.yaml) and configure to your needs.
-The `docker-compose` also includes [Tranga](https://github.com/C9Glax/tranga) as backend. For its configuration refer to the repo README.
-
+Go to [Tranga](https://github.com/C9Glax/tranga?tab=readme-ov-file#getting-started) and read the README there.
## Contributing
-The following is copy & pasted:
-
-Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
-
-If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
-Don't forget to give the project a star! Thanks again!
-
-1. Fork the Project
-2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
-3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
-4. Push to the Branch (`git push origin feature/AmazingFeature`)
-5. Open a Pull Request
-
-(back to top)
-
-
+Go to [Tranga](https://github.com/C9Glax/tranga?tab=readme-ov-file#contributing) and read the README there.
## License
-Distributed under the GNU GPLv3 License. See `LICENSE.txt` for more information.
+See `LICENSE.txt` for more information.
(back to top)