-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.yml
64 lines (60 loc) · 1.88 KB
/
package.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
package: maintenance
version: '3.2.2'
author: Friends Of REDAXO
supportpage: https://github.com/FriendsOfREDAXO/maintenance
title: translate:maintenance_title
page:
title: translate:maintenance_title
perm: maintenance[]
prio: 81
block: system
icon: 'maintenance rex-icon fa-toggle-off'
subpages:
frontend:
title: translate:maintenance_frontend_title
icon: rex-icon fa-user
backend:
title: translate:maintenance_backend_title
icon: rex-icon fa-user-gear
preview:
title: translate:maintenance_preview_title
icon: rex-icon fa-eye
hidden: true
help:
title: translate:maintenance_docs_title
subPath: README.md
icon: rex-icon fa-question-circle
itemClass: pull-right
requires:
redaxo: ^5.17.0
php:
version: '>=8.2'
console_commands:
maintenance:activate: rex_maintenance_command_activate
maintenance:deactivate: rex_maintenance_command_deactivate
maintenance:on: rex_maintenance_command_activate
maintenance:off: rex_maintenance_command_deactivate
frontend:off: rex_maintenance_command_activate
frontend:on: rex_maintenance_command_deactivate
default_config:
http_response_code: 503 # 503, 403
allowed_ips: ''
authentification_mode: 'URL' # `URL`, `password`
block_frontend: 0
block_frontend_rex_user: 0
block_backend: 0
redirect_frontend_to_url: '' # `https://example.com/maintenance.html`
redirect_backend_to_url: '' # `https://example.com/maintenance.html`
secret: ''
editor: 'class="form-control redactor-editor--default"'
installer_ignore:
- .git
- .github
- .gitignore
- node_modules
- tests
- tests_output
- nightwatch.conf.js
- package.json
- package-lock.json
- yarn.lock