Christoph Kappestein
Christoph Kappestein
Yes this is a good idea. So actions and cronjobs are already possible i.e.: ```yaml action: Test-Action: class: Fusio\Adapter\Util\Action\UtilStaticResponse config: response: '{"foo": "bar"}' cronjob: New-Cron: cron: "15 * * *...
No, this is at the moment not possible since the action inside a route should be a string. You need to define the action in the main config `.fusio.yaml` and...
With the latest RC8 release we are also now able to deploy rates. I have thought more about it and app and users are probably not good for such a...
@zaniar thanks for the explanation now I can better understand your use case. I think this feature could be useful we should then probably take the credentials from the `.env`...
Hi @joelfhansen in the latest 4.0 version we have changed this yaml format, please take a look at the [documentation](https://docs.fusio-project.org/docs/use_cases/deployment_system#operations). We have removed the possibility to specify two version, instead...
Hi @leandrocmaiaa currently in our docker image we have only activated the mysql and postgres PHP extension, if you want to connect to an SQL server you need to activate...
Hi @inayet we have a dedicated docker repository s. https://github.com/apioo/fusio-docker where all docker files are available.
Hi @kidino, I`am not sure whether I understand your case correctly, so if you make a stable action experimental then you should be able to edit all values, if you...
Hi @moussmousse indeed our documentation is currently not complete up-to-date to 4.x but I have just adjusted the doc regarding the PHP API, let me know if there are other...
Hi @Rob3487, ok could you try to add a new admin user using the `php bin/fusio adduser` command and using `1=Administrator` as role and then try to login with this...