HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/af/README.md
# Taskmaster AI

Ein KI-gestütztes Task-Management-System, das künstliche Intelligenz nutzt, um Aufgaben intelligent zu verwalten und zu priorisieren.

## Installation

1. Klonen Sie das Repository
2. Installieren Sie die Abhängigkeiten:
   ```bash
   npm install
   ```
3. Erstellen Sie eine `.env` Datei mit den erforderlichen Umgebungsvariablen:
   ```
   OPENAI_API_KEY=ihr_api_key
   MONGODB_URI=ihre_mongodb_uri
   PORT=3000
   ```

## Verwendung

Starten Sie den Server:
```bash
npm start
```

Für die Entwicklung mit automatischem Neuladen:
```bash
npm run dev
```

## ActionForex AI Application

### Restarting the Service

To restart the ActionForex AI application, use the systemctl command:

```bash
sudo systemctl restart actionforexai
```

This is the preferred method for restarting the application, as it ensures all components are properly reinitialized.

## Tests

Führen Sie die Tests aus mit:
```bash
npm test
```