Skip to content

Instantly share code, notes, and snippets.

View juhamust's full-sized avatar
⌨️
hackhack.

Juha Mustonen juhamust

⌨️
hackhack.
View GitHub Profile
@juhamust
juhamust / README.md
Created October 10, 2017 19:48
Serverless AWS Cognito Facebook Login

README

This gist was created after spending too much time figuring out how to setup serverless authentication using AWS Cognito and Facebook login. Hope you find it useful!

DISCLAIMER: I have not re-tested the steps but wrote them afterwards. Therefore, it is very likely to contain some issues.

Steps

@juhamust
juhamust / Dockerfile
Last active November 23, 2020 16:44
Kurento Media Server with Docker and SSL support (WIP)
# stream oriented kurento
#
# VERSION 4.4.3
FROM ubuntu:14.04
MAINTAINER Patxi Gortázar <patxi.gortazar@gmail.com>
RUN apt-get update \
&& apt-get -y dist-upgrade \
&& apt-get install -y wget
@juhamust
juhamust / .ssh_config
Last active September 16, 2017 15:43
NPM + Private Bitbucket Repo + Docker
# NOTE: Copy id_rsa.pub content to Bitbucket project Deployment keys
Host bitbucket.org
StrictHostKeyChecking no
IdentityFile /app/.ssh/id_rsa