Misho M. Petkovic

Results 12 comments of Misho M. Petkovic

``` curl --request POST "influx:/api/v2/delete?org=Org&bucket=heating" --header 'Authorization: Token api' --header 'Content-Type: application/json' --data '{ "start": "2021-12-26T02:08:00Z", "stop": "2022-01-09T02:08:03Z", "predicate": "_time=\"2022-01-06T17:05:47Z\" " }' ``` Titme tag not working.

Get docker ip addres `ip addr show docker0` Enter docker ip in prometherus.yml configuratin ` static_configs: - targets: ['172.17.0.1:9323'] ` ![docker](https://user-images.githubusercontent.com/816233/82166588-36900000-98b9-11ea-9bb9-a462d52dbf01.png)

Thanks, I'm testing as soon as possible.

I haven't programmed in a long time, so it will take me some time, but I could hang out here. 1. If I were to link the product database with...

Thank you for your prompt response. 1. I will try to build only while I prepare the repository and its API 2. I thought I was reading and push from...

Is there a way to update product information eg price via API? What I noticed is that the [product API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/i-love-flamingo/flamingo-commerce/master/docs/openapi/swagger.json) only has GET. Thx

@IvanMaidurov Thanks for the reply. Actually, after a month of working with commerce, I see that it is not necessary. The only thing subject to more frequent changes is the...

> its in a docker container on my nas, where can i access the error log? ᐧ > […](#) > On Tue, Aug 1, 2023 at 7:35 AM Towfiq I....

On the nginx and php8.2 fpm I have this error: ``` A PHP Error was encountered Severity: 8192 Message: Creation of dynamic property CI_URI::$config is deprecated Filename: core/URI.php Line Number:...

I don't run in docker. Wget latest version and run via nginx. ``` server { listen 80; listen [::]:80; server_name invoices.someting.com; root /var/www/invoices; index index.php index.html; location / { try_files...