pcosson 388320bbaf ## Consolidate Configuration Files
### Key Changes:
- **Unified Configuration**: Consolidated all configs into single package-named file
- **Removed Separate Files**: Deleted wapt_api.ini, smtp.ini, rocket.ini
- **Updated Functions**: Modified all functions to read from unified config
- **Version Bump**: Updated to version 2-1

### New Configuration Structure:
```
comi-apps-to-update-on-wapt-server.ini
├── [wapt]           # WAPT server credentials
├── [notifications]   # Notification preferences
├── [smtp]           # Email configuration
└── [rocket]         # Rocket.Chat configuration
```

### Benefits:
- **Simpler Deployment**: Single config file instead of 4 separate files
- **Better Organization**: Related settings grouped together
- **Easier Management**: One file to backup and configure
- **Cleaner Package**: No scattered configuration files

### Technical Updates:
- Updated install() function to copy unified config only
- Modified all config reading functions to use unified file path
- Enhanced debug output with step-by-step progress tracking
2025-12-30 16:08:26 +01:00
2025-12-30 16:08:26 +01:00
2023-09-05 16:33:48 +02:00
2024-07-05 11:32:12 +02:00
2025-12-30 16:08:26 +01:00

comi-apps-to-update-on-wapt-server

You want to be notified that some new packages are available for your wapt repository

  • Deploy the package on a computer

  • connect to the computer and edit "C:\Program Files (x86)\wapt\private\wapt_api.ini" with your url and credentials

  • if you want to send an alert by email edit "C:\Program Files (x86)\wapt\private\smtp.ini"

  • by default the package send by email , but you can send using rocket chat or any other applicaiton using a webhook following the rocketchat model

Description
No description provided
Readme 100 KiB
Languages
Python 100%