Skip to content

Conversation

navarr
Copy link
Member

@navarr navarr commented Feb 22, 2024

  • Change default admin panel back to /admin to surprise new users less
  • Update services for Magento 2.4.6, including using MariaDB 10.6 and OpenSearch 2.5
  • Remove installation of hirak/prestissimo as we're now using Composer 2
  • Add composer auth prompting during bootstrap when auth.json does not exist
  • Fix TFA creation for recent image updates

- Update services for Magento 2.4.6, including using MariaDB 10.6 and OpenSearch 2.5
- Remove installation of hirak/prestissimo as we're now using Composer 2
- Add composer auth prompting during bootstrap when auth.json does not exist
- Fix TFA creation for recent image updates

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be nice if the script automatic check the .env file and identify if it set elasticsearch or opensearch as search engine.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add elasticsearch setup parameters to INSTALL_FLAGS

INSTALL_FLAGS="${INSTALL_FLAGS} \
--cleanup-database \
--backend-frontname=backend \
--backend-frontname=admin \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably pair with an issue in the docs repo to update the references to backend.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also requires update to line 29

URL_ADMIN="https://${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}/backend/"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should update this repo's readme.md table for AdminURLs all reference backend as well.

@navarr navarr moved this from 🏗 In progress to 🔖 Ready in Warden Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Ready
Development

Successfully merging this pull request may close these issues.

3 participants