From d692fb4d1e56e57478ed8ce40adefd4a60fa6e6b Mon Sep 17 00:00:00 2001
From: Rachit Agrawal <111473259+Rancho-rachit@users.noreply.github.com>
Date: Fri, 5 Jan 2024 13:04:42 +0530
Subject: [PATCH 1/2] Update README file
Inthe.am doesn't work anymore.
[discussion](https://github.com/coddingtonbear/inthe.am/discussions/427)
---
README.md | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/README.md b/README.md
index 806c0808..ac2fa33c 100644
--- a/README.md
+++ b/README.md
@@ -182,38 +182,8 @@ Consider setting up the TaskServer in the cloud, such as Azure or any other clou
**Docker Container:**
For easy installation, you can opt for the unofficial Docker container. Check out the latest Docker container here: [Docker Container](https://github.com/ogarcia/docker-taskd).
-
-## [Inthe.am](https://github.com/coddingtonbear/inthe.am)
-It is an open-source project that enables users to create their own TaskServer for free. The process is simple:
-
-1. **Sign Up:** Start by registering on the [Inthe.am](https://inthe.am/) website.
-
-
-
-
-2. **Configuration Files:** After registration, navigate to the Configuration section. In this section, you will find all the necessary configuration files required to set up your TaskServer.
-
- Download the following three files:
-
- - Your Certificate: `private.certificate.pem`
- - Your Key: `private.key.pem`
- - Server Certificate: `ca.cert.pem`
-
-3. **TaskWarrior Setup:** With the configuration files in hand, open the TaskWarrior mobile app and configure it to connect to your newly created TaskServer. Follow the app's prompts to input the necessary details.
-
-
-
-
-
-
-
-
---
-
-
-
-
## Contact
[Nishant Singhal](https://www.linkedin.com/in/nishant-singhal19/)
From d96560ac99aff1935e366bdbedbbc23e29e75bee Mon Sep 17 00:00:00 2001
From: Rachit Agrawal <111473259+Rancho-rachit@users.noreply.github.com>
Date: Sun, 7 Jan 2024 16:08:26 +0530
Subject: [PATCH 2/2] added wintask instructions (1/2)
---
README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/README.md b/README.md
index ac2fa33c..5a6b1146 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,25 @@ Consider setting up the TaskServer in the cloud, such as Azure or any other clou
**Docker Container:**
For easy installation, you can opt for the unofficial Docker container. Check out the latest Docker container here: [Docker Container](https://github.com/ogarcia/docker-taskd).
+## [#WingTask](https://app.wingtask.com/)
+
+### 1. [Sign Up](https://app.wingtask.com/signup) at WingTask
+
+![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/90efd152-87ed-4d39-8a9b-acdffe4879a5)
+
+### 2. Download Configuration Files
+
+![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/436435d5-c33a-4ffe-a839-c907563eecf2)
+
+### 3. Extract Files to a folder
+- It is suggested to name the folder without spacing
+
+![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/fc6a87e9-0a91-4774-a94e-7912deec2553)
+
+- the extracted folder will have these 3 files and a folder
+
+![image](https://github.com/Rancho-rachit/taskwarrior-flutter/assets/111473259/368abf59-f246-43aa-bab6-6a484a61a4e2)
+
---
## Contact