Skip to content

Tags: octoleo/octojoom

Tags

v3.8.4

Toggle v3.8.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Refactor Docker installation

- Enhanced Docker installation script to support multiple Linux distributions (Debian, Fedora, RHEL, SUSE).
- Improved conflict resolution for existing Docker packages.
- Updated Docker Compose integration to use V2 plugin (docker compose).
- Streamlined prompts and feedback for Docker & Compose validation across platforms (Linux, macOS, Windows).

v3.8.3

Toggle v3.8.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Improve cloning prompt

- Adjusted persistent volume selection prompt for cloning clarity.
- Removed redundant null byte validation in input sanitization.

v3.8.2

Toggle v3.8.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Improve [isVersionAbove] function

- Enhanced [isVersionAbove] function to handle 'latest' as a special case.
- Improved readability and consistency in code indentation.

v3.8.1

Toggle v3.8.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Add Joomla CLI commands handling and JoomEngine integration

- Added support for Joomla CLI commands with validation and environment variable export mechanism.
- Integrated [JoomEngine] image as an additional option in expert mode menu.
- Enabled conditional autodeploy handling for CLI commands specific to [JoomEngine].
- Updated uninstall and setup workflows to manage the new CLI command feature.
- Minor README adjustments for grammar and license year correction.

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Update to version 3.8.0 and enhance Docker installation, security con…

…figuration, and Traefik integration

- Bumped _VERSION to 3.8.0.
- Introduced conditional handling for Docker installations with immediate user feedback on permission adjustments.
- Added Cloudflare proxy handling in security settings with improved Traefik container configurations.
- Enhanced network setup to detect IPv6 support and adjusted Docker networks accordingly.
- Improved health checks, middleware, and resource controls for containers like Joomla, MariaDB, and phpMyAdmin.
- Updated prompts and environment variable handling for streamlined setup.

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Add network configuration option in expert mode menu

Introduced a new menu option for setting network configurations when in expert mode. Updated menu handling logic to include this new option and integrated the corresponding function call.

v3.6.4

Toggle v3.6.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Update version to 3.6.4 and improve env file detection

Incremented the version number from 3.6.3 to 3.6.4. Added local variable initialization for evn_file and improved the logic to detect and use environment files for Docker Compose commands in various disable functions. This ensures the correct .env file is used if present.

v3.6.3

Toggle v3.6.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Update Joomla SMTP host port number #11

The port number for the JOOMLA_SMTP_HOST has been updated from 1080 to 1025. This change has been made in two places in the code - under VDM_EXTRA_JOOMLA_ENV. This will correct the SMTP settings and ensure emails from Joomla are correctly routed through the mailcatcher service.

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Update OctoJoom version and improve password validation #10

The OctoJoom version was updated to 3.6.2. Changes were also made to the password validation process to increase the minimum required length of the password from 4 to 11 characters for the correct error message.

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Llewellynvdm <<eWɘ>>yn
Add better host management for OSs