This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| info:devel:wishlist [2018/07/12 07:10] – dirk.estenfeld@bpanet.de | info:devel:wishlist [2018/07/12 09:35] (current) – dirk.estenfeld@bpanet.de | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * Webmail as included application | * Webmail as included application | ||
| * MySQL Quota | * MySQL Quota | ||
| + | * Add PostgreSQL Support and MongoDB Support | ||
| * Free choice of SSH port | * Free choice of SSH port | ||
| * mysqltuner.pl integration | * mysqltuner.pl integration | ||
| * Customer Crontabs in the GUI | * Customer Crontabs in the GUI | ||
| * Some Security Features | * Some Security Features | ||
| + | * cmuExport / cmuImport mysql database support | ||
| + | * fix Tomcat | ||
| ---- | ---- | ||
| Line 109: | Line 112: | ||
| What menu or layout changes (if any) would enhance the user experience? | What menu or layout changes (if any) would enhance the user experience? | ||
| + | |||
| + | //Note by destenfeld:// | ||
| + | |||
| **Multi-Panel ability:** | **Multi-Panel ability:** | ||
| Line 140: | Line 146: | ||
| The ability to have additional fqdn in a site. It can be handled like subdomains but should be fqdn (full qualified domain name). | The ability to have additional fqdn in a site. It can be handled like subdomains but should be fqdn (full qualified domain name). | ||
| - | Note by mstauber: This is already there via "Web Server Alias" and the "Web Alias Redirects" | + | //Note by mstauber:// This is already there via "Web Server Alias" and the "Web Alias Redirects" |
| - | Note by destenfeld: | + | //Note by destenfeld:// |
| - | Ability | + | No this is not completely what I mean. |
| - | * domain | + | What I mean is the ability |
| - | * domain | + | * additional |
| * domain can be an additional domain for an existing directory | * domain can be an additional domain for an existing directory | ||
| - | * domain can be a forward to an existing domain. | ||
| Ability to create FTP users which have only access to a subdirectory within virtual site. | Ability to create FTP users which have only access to a subdirectory within virtual site. | ||
| + | |||
| + | Additional to this the subdomain feature today is not updated with the php select funktion of the mainsite. If php version for the mainsite changes. The php version for the subdomain do not. | ||
| Line 174: | Line 181: | ||
| This needs to tie into Active Monitor to send warning emails when approaching threshold or when a " | This needs to tie into Active Monitor to send warning emails when approaching threshold or when a " | ||
| + | |||
| + | ** Add PostgreSQL Support and MongoDB Support ** | ||
| + | |||
| + | Like mysql it should be possible to add / manage PostgreSQL and MongoDB databases. | ||
| ** Free choice of SSH port ** | ** Free choice of SSH port ** | ||
| - | Today we have a pulldown with some pre-defined ports. In the future I want to set the port indiviually in a input-field. | + | Today we have a pulldown with some pre-defined ports. In the future I want to set the port indiviually in a input-field, with checks if the port is still in use during the safe / change process. |
| ** mysqltuner.pl integration ** | ** mysqltuner.pl integration ** | ||
| Line 193: | Line 204: | ||
| * RKHunter Scan – [[http:// | * RKHunter Scan – [[http:// | ||
| * Lynis Scan – [[https:// | * Lynis Scan – [[https:// | ||
| + | |||
| + | ** cmuExport / cmuImport mysql database support ** | ||
| + | |||
| + | Today cmuExport / cmuImportay knows about the mysql database settings but do no dump / restore of the specific database. This could be added to have the complete site in Export / Import workflow. | ||
| + | |||
| + | ** fix Tomcat ** | ||
| + | |||
| + | Today it is not possible to get a war file running within a vsite. It always shows error (// | ||