PΛBLØ ᄃΞ (パブロ)

Results 22 comments of PΛBLØ ᄃΞ (パブロ)

hi @consentfactory I end up adding by hand ✍️ the zone id to consume the API params

some auth with [RFC6750](http://tools.ietf.org/html/rfc6750). How handle tokens #8

the auth using [RFC6750](http://tools.ietf.org/html/rfc6750) I try to figure out how made this approach but I still stock. Im building a API that need to be with authentication and authorization. I...

thanks it works @cgmartin and @maximedupre! keep with the good work

It seems that lite-server don't work right for proxy [I think is because lite-server was made to handle SPA's if you use Angular routes]. I try with browser-sync and work...

This issue is duplicate the **solution** is #68: at **bs-config.js:** ``` javascript let proxy = require('http-proxy-middleware'); let fallback = require('connect-history-api-fallback'); module.exports = { server: { middleware: { 1: proxy('/', {target:...

Hi @martijnwalraven what about a example using apolloServer 2.0. Im trying but when a consume you have to specify in the client the header of cache control (is mandatory that?).

hey guys you just need to change this for make it work at your https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.rpm.sh file: Line 96 => ``` if [ "${dist}" = "8" || "${dist}" = "9" ];...

okay guys I made it work like this: add /etc/yum.repos.d/crowdsec_crowdsec.repo file: ```repo [crowdsec_crowdsec] name=crowdsec_crowdsec baseurl=https://packagecloud.io/crowdsec/crowdsec/el/8/$basearch repo_gpgcheck=1 gpgcheck=1 enabled=1 gpgkey=https://packagecloud.io/crowdsec/crowdsec/gpgkey https://packagecloud.io/crowdsec/crowdsec/gpgkey/crowdsec-crowdsec-B78D1222C9AD2D5D.pub.gpg https://packagecloud.io/crowdsec/crowdsec/gpgkey/crowdsec-crowdsec-FED78314A2468CCF.pub.gpg sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt metadata_expire=300 [crowdsec_crowdsec-source] name=crowdsec_crowdsec-source baseurl=https://packagecloud.io/crowdsec/crowdsec/el/8/SRPMS repo_gpgcheck=1 gpgcheck=1 enabled=1...

Hi @Narsil Thanks for the support. Edit: I figure out :)