Pinned Loading
-
Mapping custom DNS
Mapping custom DNS 1docker run -it --rm -p 53:53/udp \
2--cap-add=NET_ADMIN andyshinn/dnsmasq:latest \
3--log-queries \
4--log-facility=- \
5--address=/yourcustomdomain.com/192.168.0.0
-
startLocalStream.sh
startLocalStream.sh 1#!/bin/sh
2docker run --rm -p 3030:80 -v $PWD:/opt/static/videos -v ~/htdocs/stream/nginx.conf:/usr/local/nginx/conf/nginx.conf nytimes/nginx-vod-module:1.4.1
-
RabbitMQ installation
RabbitMQ installation 1$ wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbitmq-release-signing-key.asc" | sudo apt-key add -
23$ sudo apt-get install apt-transport-https
45$ echo "deb https://dl.bintray.com/rabbitmq-erlang/debian xenial erlang" | sudo tee /etc/apt/sources.list.d/bintray.erlang.list
-
Setting up SSL certificate
Setting up SSL certificate 1# HTTPS workflow 2020
23Many documentations outsides, but some of them are out of date, and some of them only applies to already setup servers like Apaches, Nginx, etc. So I have summed up my experience on this.
45## Install certbot
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.