You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's assemble a list first, coding starts when this note is removed.
Show actual IP address in the dialog box after installing applications. Currently it shows: https://<your.IP>:8123 - > $LOCALIPADD but we need to keep this as is in the documentation.
align filenames of modules. Some sections are O.K., some not
make sure all modules have identical headers (do we have a function that returns true if header have all expected field?)
documentation should have a link to the module sources
when using apt for uninstall, use apt-get autopurge to also remove dandling dependencies
The text was updated successfully, but these errors were encountered:
# Sub sub menu updates
cockpit_port=$(lsof -iTCP:9090 -sTCP:LISTEN | grep systemd )
if [[ -n "$cockpit_port" ]]; then
update_sub_submenu_data "Software" "Management" "MAN004" "https://$LOCALIPADD:9090"
fi
#
webmin_port=$(lsof -iTCP:10000 -sTCP:LISTEN | grep webmin )
if [[ -n "$webmin_port" ]]; then
update_sub_submenu_data "Software" "Management" "MAN005" "https://$LOCALIPADD:10000"
fi
containers would be something like | grep docker-pr
Task description
Let's assemble a list first, coding starts when this note is removed.
https://<your.IP>:8123
- >$LOCALIPADD
but we need to keep this as is in the documentation.The text was updated successfully, but these errors were encountered: