Skip to content

Instantly share code, notes, and snippets.

View TheMoroccan09's full-sized avatar
🎯
Focusing

Mohimi Othmane TheMoroccan09

🎯
Focusing
View GitHub Profile
@TheMoroccan09
TheMoroccan09 / README.md
Created June 18, 2020 19:30 — forked from dalezak/README.md
Ionic Capacitor Resources Generator
  1. Run npm install cordova-res --save-dev
  2. Create 1024x1024px icon at resources/icon.png
  3. Create 2732x2732px splash at resources/splash.png
  4. Add "resources": "cordova-res ios && cordova-res android && node scripts/resources.js" to scripts in package.json
  5. Copy resources.js file to scripts/resources.js
  6. Run sudo chmod -R 777 scripts/resources.js
  7. Run npm run resources
@TheMoroccan09
TheMoroccan09 / haproxy.cfg
Created June 7, 2018 13:47 — forked from ryzy/haproxy.cfg
HAProxy conf with SSL termination and HTTP/2 support
global
#debug
chroot /var/lib/haproxy
user haproxy
group haproxy
pidfile /var/run/haproxy.pid
# Default SSL material locations
ca-base /etc/ssl/certs
crt-base /etc/ssl/private
@TheMoroccan09
TheMoroccan09 / haproxy.cfg
Created June 7, 2018 13:47 — forked from ryzy/haproxy.cfg
HAProxy conf with SSL termination and HTTP/2 support
global
#debug
chroot /var/lib/haproxy
user haproxy
group haproxy
pidfile /var/run/haproxy.pid
# Default SSL material locations
ca-base /etc/ssl/certs
crt-base /etc/ssl/private