Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| docker_notes:docker-mailserver [2026-08-22 Sat wk34 10:00] – [Docker mailserver] baumkp | docker_notes:docker-mailserver [2026-08-23 Sun wk34 19:41] (current) – [ISPmail Admin] baumkp | ||
|---|---|---|---|
| Line 224: | Line 224: | ||
| I will setup DNS and Traefik for this to be '' | I will setup DNS and Traefik for this to be '' | ||
| Admin user is mailserver with associated password. | Admin user is mailserver with associated password. | ||
| + | |||
| + | *[[https:// | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| + | |||
| =====adminer===== | =====adminer===== | ||
| **phpMyAdmin** is a web based mysql management interface. | **phpMyAdmin** is a web based mysql management interface. | ||
| - | **adminer** is a web based single php file database manager, that is suitable for many type of databases, including **sqlite** and being only a single file is easier to implement. | + | **adminer** is a web based single php file database manager, that is suitable for many type of databases, including **sqlite** and being only a single file is easier to implement. |
| + | ++++To download and install latest version:| | ||
| + | *Download | ||
| + | | ||
| + | *'' | ||
| + | *'' | ||
| + | *'' | ||
| *[[https:// | *[[https:// | ||
| *[[https:// | *[[https:// | ||
| - | + | ++++ | |
| - | To test: | + | ++++ To test:| |
| + | sqlite: | ||
| < | < | ||
| 192.168.1.14: | 192.168.1.14: | ||
| Line 240: | Line 252: | ||
| password: standard | password: standard | ||
| database: / | database: / | ||
| + | |||
| + | mysql: | ||
| + | < | ||
| + | system: MySQL / MariaDB | ||
| + | Server: mail_db | ||
| + | Username: mailserver | ||
| + | Password: | ||
| + | Database: mailserver </ | ||
| + | ++++ | ||
| + | |||
| There is another program call [[https:// | There is another program call [[https:// | ||
| Line 1045: | Line 1067: | ||
| =====References===== | =====References===== | ||
| - | *Workaround.org [[https:// | + | *Workaround.org [[https:// |
| *Gentoo [[https:// | *Gentoo [[https:// | ||
| *[[https:// | *[[https:// | ||