Needs : Secure Domaine through ingress
Ingress config :
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: frontend-ingress
namespace: prod
| [ | |
| { | |
| "name": "WeWorkRemotely", | |
| "url": "https://weworkremotely.com/remote-jobs.rss", | |
| "category": "remote-jobs" | |
| }, | |
| { | |
| "name": "GitHub Remote", | |
| "url": "https://jobs.github.com/positions.atom?description=&location=Remote", | |
| "category": "remote-jobs" |
| <article class="recipe recipe--old-style"> | |
| <h1>Neapolitan Pizza Dough</h1> | |
| <h2><data class="servings" value="12">about twelve servings</data></h2> | |
| <main> | |
| <ul class="ingredients"> | |
| <li><data value='[1500, "g", "Bread Flour"]'>1500 g Bread Flour</data></li> | |
| <li><data value='[5, "g", "Yeast"]'>5 g Yeast</data></li> | |
| <li><data value='[10, "g", "Honey"]'>10 g Honey</data></li> | |
| <li><data value='[25, "g", "Salt"]'>25 g Salt</data></li> | |
| <li><data value='[50, "g", "Olive Oil"]'>50 g Olive Oil</data></li> |
| Configure Proxy On Git , NPM, Yarn | |
| npm config set proxy http://username:password@host:port | |
| yarn config set proxy http://username:password@host:port | |
| git config --global http.proxy http://username:password@host:port | |
| Change host:port with --> http://192.168.109.1:8080 | |
| no username password needed |
| image: docker:latest | |
| variables: | |
| REPOSITORY_URL: <AWS ACCOUNT ID>.dkr.ecr.eu-central-1.amazonaws.com/<ECS REPOSITORY NAME> | |
| REGION: eu-central-1 | |
| TASK_DEFINTION_NAME: <TASK DEFINITION NAME> | |
| CLUSTER_NAME: <CLUSTER NAME> | |
| SERVICE_NAME: <SERVICE NAME> | |
| services: |
| 1.-Split sides of conversation (only for Call Recorder recordings) | |
| 1a.-Use Call Recorder droplets, get two AIFF files, rename to LOCAL and REMOTE | |
| 1b.-Use split script https://gist.github.com/eduo/e5bb6f48757cde29ec1b | |
| 2.-If audio needs cleanup: | |
| a.-Import into Audacity | |
| a.1.-Split stereo tracks to mono (optional) | |
| b.-Clean bad mic audio (optional) | |
| b.1.-Improve Equalization (if bad sound -> Effects -> Equalize -> EMI 78) | |
| http://wiki.audacityteam.org/wiki/EQCurvesDownload |
| # Project Title | |
| One Paragraph of project description goes here | |
| ## Getting Started | |
| These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. | |
| ### Prerequisites |
| <center><img src="http://berytech.org/wp-content/uploads/2015/11/amazon-aws-logo.jpg"></center> | |
| <br> | |
| A curated list of AWS resources to prepare for the AWS Certifications | |
| A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources. | |
| ---- |
Needs : Secure Domaine through ingress
Ingress config :
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: frontend-ingress
namespace: prod
| https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html | |
| # =================================================================== | |
| # COMMON SPRING BOOT PROPERTIES | |
| # | |
| # This sample file is provided as a guideline. Do NOT copy it in its | |
| # entirety to your own application. ^^^ | |
| # =================================================================== |