1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Removed Maintenance bundle

This commit is contained in:
Nicolas Lœuillet 2016-11-06 15:34:08 +01:00
parent b5571b52cc
commit db3838545c
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
9 changed files with 0 additions and 112 deletions

View file

@ -1,32 +0,0 @@
Maintenance mode
================
If you have some long tasks to do on your wallabag instance, you can enable a maintenance mode.
Nobody will have access to your instance.
Enable maintenance mode
-----------------------
To enable maintenance mode, execute this command:
::
bin/console lexik:maintenance:lock --no-interaction -e=prod
You can set your IP address in ``app/config/config.yml`` if you want to access to wallabag even if maintenance mode is enabled. For example:
::
lexik_maintenance:
authorized:
ips: ['127.0.0.1']
Disable maintenance mode
------------------------
To disable maintenance mode, execute this command:
::
bin/console lexik:maintenance:unlock -e=prod