philipptrenz/kfm-connector
最新稳定版本:1.2.3
Composer 安装命令:
composer require philipptrenz/kfm-connector
包简介
Keep track of all your Kirby websites within a single tool.
README 文档
README
This is the official Kirby plugin to connect your Kirby website to the Kirby Fleet Manager.
Installation
Download
Download and copy this repository to /site/plugins/kfm-connector.
Git submodule
git submodule add https://github.com/philipptrenz/kfm-connector.git site/plugins/kfm-connector
Composer
composer require philipptrenz/kfm-connector
Setup
Add the base url to your Kirby Fleet Manager instance as issuer to site/config/config.php (make sure to use a secure SSL connection):
<?php return [ # ... 'philipptrenz.kfm-connector' => [ 'issuer' => 'https://my-kirby-fleet-manager-instance.com', 'jwks_cache_duration' => 4320, // OPTIONAL; in minutes, defaults to 3 days 'ip_whitelist' => [ // OPTIONAL; limits access to listed IPs, if set '::1', '127.0.0.1' ] ], # ... ];
Test
./vendor/bin/phpunit --bootstrap ./tests/bootstrap.php --testdox ./tests/suites
License
MIT
© 2023 Philipp Trenz
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-07