Skip to content
Commits on Source (3)
......@@ -31,6 +31,7 @@ After signing in you should run 'Re-check and refresh configuration' (should be
- A number of features are installed directly in the container when really they should be separate containers that Virtualmin can link to (e.g. MySQL, ClamAV, SpamAssassin, and so on), and which probably have perfectly good images I could direct you to.
- The Webmin certificate is generated during image build, this means all containers share the same default certificate which is bad for security.
- The DKIM selector and private key need randomising.
- Upgrading Webmin within the container fails, need to disable the upgrades somehow?
## Licence
......
#!/bin/sh
/usr/sbin/php-fpm7.4 --nodaemonize --fpm-config /etc/php/7.4/fpm/php-fpm.conf
#!/bin/sh
/usr/sbin/php-fpm8.1 --nodaemonize --fpm-config /etc/php/8.1/fpm/php-fpm.conf
......@@ -61,6 +61,6 @@ webprefix=
# update these when the base image changes
os_type=debian-linux
os_version=11.0
os_version=13.0
real_os_type=Ubuntu Linux
real_os_version=20.04.4
real_os_version=22.04
......@@ -77,4 +77,4 @@ ssl_redirect=1
utmp=1
# update this when the webmin version changes
server=MiniServ/1.991
server=MiniServ/1.993
......@@ -406,7 +406,7 @@ home_quotas=
ip6enabled=0
key_tmpl=
last_check=1636824860
last_check_php_vers=7.4
last_check_php_vers=8.1
localgroup=
longname=1
lookup_domain_serial=1
......