From 5ffec19ac1e0a6ab04efaaf16c3b8b62e10d3e3a Mon Sep 17 00:00:00 2001 From: Chris Veleris Date: Tue, 1 Jul 2025 18:15:12 +0300 Subject: [PATCH] Update github page index --- index.html | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e3514a3..27f279b 100644 --- a/index.html +++ b/index.html @@ -603,7 +603,7 @@

Task Management Made Simple

-

Self-hosted task and project management web application with hierarchical organization, multi-language support, and Telegram integration. It provides an intuitive experience for personal productivity.

+

tududi is the self-hosted task management tool that puts you in control. Organize your life and projects with a clear, hierarchical structure, smart recurring tasks, and seamless Telegram integration. Get focused, stay productive, and keep your data private.

View on GitHub Quick Install @@ -804,8 +804,22 @@
2
-

Environment Variables

-

The following environment variables are used to configure tududi, TUDUDI_USER_EMAIL, TUDUDI_USER_PASSWORD, TUDUDI_SESSION_SECRET, TUDUDI_INTERNAL_SSL_ENABLED, TUDUDI_ALLOWED_ORIGINS. For more information please check the README file.

+

Configure Environment Variables

+

Set up the required environment variables for your installation:

+
+

Required Variables:

+
    +
  • TUDUDI_USER_EMAIL - Initial admin user's email
  • +
  • TUDUDI_USER_PASSWORD - Initial admin user's password
  • +
  • TUDUDI_SESSION_SECRET - Session encryption key
  • +
+

Optional Variables:

+
    +
  • TUDUDI_INTERNAL_SSL_ENABLED - Set to 'true' for HTTPS
  • +
  • TUDUDI_ALLOWED_ORIGINS - Controls CORS access
  • +
+
+

Generate a secure session secret with: openssl rand -hex 64

@@ -846,6 +860,26 @@
+
+
+
+

Join the tududi Community

+

Connect with other users, get support, share ideas, and stay updated with the latest developments. Our community is here to help you get the most out of tududi.

+
+
+ + Join Discord + + + Join Reddit + +
+
+

Get help with installation, share your workflows, request features, and connect with fellow productivity enthusiasts!

+
+
+
+
@@ -908,6 +942,14 @@
  • Contributing
  • +