Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerex/baikal-storage-plugin
A baikal plugin that synchronizes iCal TODO events with various remote storages such as Taskwarrior
https://github.com/aerex/baikal-storage-plugin
baikal php
Last synced: about 1 month ago
JSON representation
A baikal plugin that synchronizes iCal TODO events with various remote storages such as Taskwarrior
- Host: GitHub
- URL: https://github.com/aerex/baikal-storage-plugin
- Owner: Aerex
- Created: 2021-02-25T00:51:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T16:57:43.000Z (over 1 year ago)
- Last Synced: 2024-05-04T02:21:26.493Z (8 months ago)
- Topics: baikal, php
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baikal-storage-plugin
## Note
Plugin is still a work in progress## Install
```
composer require aerex/baikal-storage-plugin
```## Configuration
You can use the CLI to help you generate a config file or use the example configuration provided in the project. Make sure the file is *writable* by your webserver (e.g Apache, Nginx).### Use the CLI
Run the command `./vendor/bin/baikalstorage` and follow the instructions### Manual
Copy the `example-config.yaml` file and rename it to `config.yaml`.## Usage
- Add the plugin to the end of the `Server.php` file located under `Core/Frameworks/Baikal/Core/Server.php`. For example```
$this->server->addPlugin(new \Aerex\BaikalStorage\Plugin(