Christoph Kappestein
Christoph Kappestein
Sounds great. Regarding your last warning, I think the extension is probably referenced in the `php.ini` twice so PHP tries to load the extension despite it is already loaded.
Hi, so in general it is possible to add or update new rate limits through the `.fusio.yml` file i.e.: ```yaml rate: Default-Anonymous: priority: 8 rateLimit: 180 timespan: "PT1H" allocation: -...
Currently, we can define the rate limits as mentioned in the comment above but there is still a problem if we want to set a rate limit for a specific...
Regarding the name pattern I was a bit inspired by Facebook where you can also use only A-z, 0-9 and . as username. The email field is much more relaxed...
> If I trim the part after @, there is chance that [email protected] & [email protected] will be treated as the same username. They could be two different person. ok this...
Hi, so you can add the port to the `FUSIO_HOST` env, then this should be also added correctly to the apps s. https://github.com/apioo/fusio-docker/blob/main/docker-compose.yml#L10
Hi @dgambin yes indeed so if you update you automatically get the latest version, currently we have only a single yaml file s. https://www.fusio-project.org/marketplace.yaml which we fetch and use the...
Hi, this means that the remote host is not available, so it was not possible to establish an connection, please check whether the host is available at the domain and...
Hi, ok thanks for the info, so if you create an cronjob entry at the backend, does this trigger a write to the cronfile? Or could you also take a...
Ok great :) ... and your endpoints are then also triggered as expected?