Dme1sc
Dme1sc
Using M5Stack.h in M5 Stack ESP32 for Faces. Here's my code in Loop: delay(30000); /*m5 lcd function*/ M5.begin(); //Init M5Core. Initialize M5Core M5.Power.begin(); //Init Power module. Initialize the power module...
Very nice. I have a working bitcoin on lightning network payment method that I will PR soon - or have the steps to build it.
Where can I find any established API documentation for ospos? I'm not finding much or I'm not looking in the right places. I'm looking to build two custom payment tender...
You mention the need for CSRF token - is there documentation somewhere to get this generated? I see in the config file that CSRF is configured and shows some formatted...
Another thought here is that I am running this on a raspi on tor and ospos is never meant to be accessed on the clearnet. The app I am integrating...
The ignore URI ended up working great for our needs.
It's 3.3.6 on digital ocean VPS - no local host. It was this originally: RewriteRule ^(.*)$ /var/www/html/opensourcepos/public/index.php?/$1 [L] Side note: php_info.php runs fine.
I'm still stumped on this.
confirmed that mod rewrite is enabled. Console has lots of loading errors, looks like permissions. I've reset permissions and chown to www-data. Uncaught ReferenceError: moment is not defined update_clock https://apache.testxxxsites.com/home:51...
contents of ./public .htaccess ``` RewriteEngine On # To redirect a subdomain to a subdir because of https not supporting wildcards # replace values between with your ones # RewriteCond...