spooner-web / just-maintain
Setup a maintenance page and enable / disable it easy and fast. Website only accessible as logged in BE user.
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
What does it do?
It sends all website visitors not logged in to the TYPO3 backend to the given maintenance page.
Installation
composer require spooner-web/just-maintain
Setup
- Install extension
- Create a maintenance page (with your wanted layout)
- Go to Site Configuration -> tab "Maintenance"
- Activate maintenance and set where to redirect
- Done
Options
- Set maintenance only for selected pages (include mode)
- Set maintenance only for not selected pages (exclude mode)
Issues
Endless redirects?
Be aware that a FQDN is set in your site settings. The redirect checks the complete url for stopping redirects when being on the maintenance page. It's only possible if the domain is included in the site configuration (either directly or via variants)
Time based maintenance is not working?
Be aware that you only can set datetime for maintenance in UTC timezone. If your system works with another timezone you need to set the correct time in the site configuration.
Issues, feedback and bugs
https://git.spooner.io/spooner-web/just-maintain/issues
Sponsoring
Thanks to OPTITAS GmbH for sponsoring this extension