template publication
This commit is contained in:
+161
-427
File diff suppressed because it is too large
Load Diff
+22
-17
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\Config\\CompiledConfig',
|
||||
'timestamp' => 1591884671,
|
||||
'checksum' => '33c4c65375edb60e72f05b1784552ac6',
|
||||
'timestamp' => 1593265023,
|
||||
'checksum' => '2045bc02c3dde2680778e2d65c0a4043',
|
||||
'files' => [
|
||||
'user/config' => [
|
||||
'backups' => [
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
],
|
||||
'system' => [
|
||||
'file' => 'user/config/system.yaml',
|
||||
'modified' => 1591884513
|
||||
'modified' => 1593265023
|
||||
]
|
||||
],
|
||||
'system/config' => [
|
||||
@@ -733,14 +733,14 @@ node_modules'
|
||||
],
|
||||
'system' => [
|
||||
'absolute_urls' => false,
|
||||
'timezone' => '',
|
||||
'timezone' => NULL,
|
||||
'default_locale' => NULL,
|
||||
'param_sep' => ':',
|
||||
'wrapped_site' => false,
|
||||
'reverse_proxy_setup' => false,
|
||||
'force_ssl' => false,
|
||||
'force_lowercase_urls' => true,
|
||||
'custom_base_url' => '',
|
||||
'custom_base_url' => NULL,
|
||||
'username_regex' => '^[a-z0-9_-]{3,16}$',
|
||||
'pwd_regex' => '(?=.*\\d)(?=.*[a-z])(?=.*[A-Z]).{8,}',
|
||||
'intl_enabled' => true,
|
||||
@@ -751,9 +751,7 @@ node_modules'
|
||||
'ip' => true
|
||||
],
|
||||
'languages' => [
|
||||
'supported' => [
|
||||
|
||||
],
|
||||
'supported' => NULL,
|
||||
'default_lang' => NULL,
|
||||
'include_default_lang' => true,
|
||||
'pages_fallback_only' => false,
|
||||
@@ -818,7 +816,7 @@ node_modules'
|
||||
5 => 'rss',
|
||||
6 => 'atom'
|
||||
],
|
||||
'append_url_extension' => '',
|
||||
'append_url_extension' => NULL,
|
||||
'expires' => 604800,
|
||||
'cache_control' => NULL,
|
||||
'last_modified' => false,
|
||||
@@ -861,7 +859,18 @@ node_modules'
|
||||
'gzip' => false,
|
||||
'allow_webserver_gzip' => false,
|
||||
'redis' => [
|
||||
'socket' => false
|
||||
'socket' => NULL,
|
||||
'server' => NULL,
|
||||
'port' => NULL,
|
||||
'password' => NULL
|
||||
],
|
||||
'memcache' => [
|
||||
'server' => NULL,
|
||||
'port' => NULL
|
||||
],
|
||||
'memcached' => [
|
||||
'server' => NULL,
|
||||
'port' => NULL
|
||||
]
|
||||
],
|
||||
'twig' => [
|
||||
@@ -916,14 +925,10 @@ node_modules'
|
||||
],
|
||||
'media' => [
|
||||
'enable_media_timestamp' => false,
|
||||
'unsupported_inline_types' => [
|
||||
|
||||
],
|
||||
'allowed_fallback_types' => [
|
||||
|
||||
],
|
||||
'unsupported_inline_types' => NULL,
|
||||
'allowed_fallback_types' => NULL,
|
||||
'auto_metadata_exif' => false,
|
||||
'upload_limit' => 67108864
|
||||
'upload_limit' => 2097152
|
||||
],
|
||||
'session' => [
|
||||
'enabled' => true,
|
||||
|
||||
@@ -0,0 +1,71 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/data/feed/21232f297a57a5a743894a0e4a801fc3.yaml',
|
||||
'modified' => 1593264429,
|
||||
'data' => [
|
||||
'last_checked' => 1593264429,
|
||||
'data' => [
|
||||
0 => [
|
||||
'title' => 'Grav 1.7 RC.1 Released',
|
||||
'url' => 'https://getgrav.org/blog/grav-17-rc1-released',
|
||||
'date' => 1573060980,
|
||||
'nicetime' => '8 months ago'
|
||||
],
|
||||
1 => [
|
||||
'title' => 'macOS 10.15 Catalina Apache Setup: Upgrading Homebrew',
|
||||
'url' => 'https://getgrav.org/blog/macos-catalina-apache-upgrade-homebrew',
|
||||
'date' => 1570536000,
|
||||
'nicetime' => '9 months ago'
|
||||
],
|
||||
2 => [
|
||||
'title' => 'macOS 10.15 Catalina Apache Setup: SSL',
|
||||
'url' => 'https://getgrav.org/blog/macos-catalina-apache-ssl',
|
||||
'date' => 1570532580,
|
||||
'nicetime' => '9 months ago'
|
||||
],
|
||||
3 => [
|
||||
'title' => 'macOS 10/15 Catalina Apache Setup: MySQL, Xdebug & More...',
|
||||
'url' => 'https://getgrav.org/blog/macos-catalina-apache-mysql-vhost-apc',
|
||||
'date' => 1570532400,
|
||||
'nicetime' => '9 months ago'
|
||||
],
|
||||
4 => [
|
||||
'title' => 'macOS 10.15 Catalina Apache Setup: Multiple PHP Versions',
|
||||
'url' => 'https://getgrav.org/blog/macos-catalina-apache-multiple-php-versions',
|
||||
'date' => 1570528800,
|
||||
'nicetime' => '9 months ago'
|
||||
],
|
||||
5 => [
|
||||
'title' => 'Grav 1.6 Released!',
|
||||
'url' => 'https://getgrav.org/blog/grav-1.6-released',
|
||||
'date' => 1554987300,
|
||||
'nicetime' => '1 years ago'
|
||||
],
|
||||
6 => [
|
||||
'title' => 'Important Theme Updates',
|
||||
'url' => 'https://getgrav.org/blog/important-theme-updates',
|
||||
'date' => 1553169300,
|
||||
'nicetime' => '1 years ago'
|
||||
],
|
||||
7 => [
|
||||
'title' => 'All RocketTheme Grav Themes 50% Off for Black Friday',
|
||||
'url' => 'https://getgrav.org/blog/rockettheme-blackfriday-2018',
|
||||
'date' => 1542790800,
|
||||
'nicetime' => '2 years ago'
|
||||
],
|
||||
8 => [
|
||||
'title' => 'We\'re Moving Chat from Slack to Discord',
|
||||
'url' => 'https://getgrav.org/blog/chat-moving-to-discord',
|
||||
'date' => 1542203100,
|
||||
'nicetime' => '2 years ago'
|
||||
],
|
||||
9 => [
|
||||
'title' => 'RocketTheme\'s Halloween Sale is Going on Right Now',
|
||||
'url' => 'https://getgrav.org/blog/rockettheme-halloween-2018',
|
||||
'date' => 1540792800,
|
||||
'nicetime' => '2 years ago'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/accounts/admin.yaml',
|
||||
'modified' => 1591823173,
|
||||
'data' => [
|
||||
'email' => 'kevin@figureslibres.io',
|
||||
'fullname' => 'Kevin Tessier',
|
||||
'title' => 'Administrator',
|
||||
'state' => 'enabled',
|
||||
'access' => [
|
||||
'admin' => [
|
||||
'super' => 'true',
|
||||
'login' => 'true',
|
||||
'cache' => 'true',
|
||||
'configuration' => 'true',
|
||||
'configuration_system' => 'true',
|
||||
'configuration_site' => 'true',
|
||||
'configuration_media' => 'true',
|
||||
'configuration_info' => 'true',
|
||||
'settings' => 'true',
|
||||
'pages' => 'true',
|
||||
'maintenance' => 'true',
|
||||
'statistics' => 'true',
|
||||
'plugins' => 'true',
|
||||
'themes' => 'true',
|
||||
'users' => 'true'
|
||||
],
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
]
|
||||
],
|
||||
'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
|
||||
'language' => 'en',
|
||||
'twofa_enabled' => false,
|
||||
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
|
||||
'groups' => [
|
||||
0 => 'administrators'
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -2,9 +2,9 @@
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/data/notifications/21232f297a57a5a743894a0e4a801fc3.yaml',
|
||||
'modified' => 1591883471,
|
||||
'modified' => 1601303321,
|
||||
'data' => [
|
||||
'last_checked' => 1591883471,
|
||||
'last_checked' => 1601303321,
|
||||
'data' => [
|
||||
'feed' => [
|
||||
0 => [
|
||||
|
||||
Reference in New Issue
Block a user