DeepFaceLab – the leading software for creating deepfakes
https://github.com/iperov/DeepFaceLab
DeepFaceLab – Install DeepFaceLab
https://github.com/nagadit/DeepFaceLab_Linux
Learning…
DeepFaceLab – the leading software for creating deepfakes
https://github.com/iperov/DeepFaceLab
DeepFaceLab – Install DeepFaceLab
https://github.com/nagadit/DeepFaceLab_Linux
The AMI names are:
debian-10-arm64-20200803-347
debian-10-amd64-20200803-347
Source: https://wiki.debian.org/Cloud/AmazonEC2Image/Buster
Debian – Official Debian Amazon Machine Images (AMIs)
https://wiki.debian.org/Cloud/AmazonEC2Image
Voice over Mumble
https://github.com/diyism/mic_over_mumble
Use your android phone as a karaoke microphone in Linux
https://gist.github.com/diyism/5959444e324a1b38509d956beb760e6a
v4l2loopback – a kernel module to create V4L2 loopback devices
https://github.com/umlaeute/v4l2loopback
obs-v4l2sink – An OBS Studio plugin that provides output capabilities to a Video4Linux2 device.
https://github.com/CatxFish/obs-v4l2sink
Traefik – modern HTTP reverse proxy and load balancer that makes deploying microservices easy.
https://github.com/containous/traefik/
Traefik – quick start
https://docs.traefik.io/getting-started/quick-start/
Traefik – docker stack full example with rexray support
https://github.com/BretFisher/dogvscat/blob/master/stack-proxy-global.yml
wireguard-docker
https://github.com/cmulk/wireguard-docker
WireGuard UI
https://github.com/EmbarkStudios/wg-ui
Quick Start with docker-compose
https://github.com/kylemanna/docker-openvpn/blob/master/docs/docker-compose.md
version: '3.2'
services:
openvpn:
image: kylemanna/openvpn
container_name: openvpn
cap_add:
- NET_ADMIN
volumes:
- config:/etc/openvpn
ports:
- 1194:1194/udp
restart: unless-stopped
volumes:
config:
Docker and Network with VPN
Prática recomendada para conectar-se a uma VPN através do docker
https://www.it-swarm.dev/pt/docker/pratica-recomendada-para-conectar-se-uma-vpn-atraves-do-docker/822635580/
Contêiner do Docker e VPN da rede host
https://www.it-swarm.dev/pt/networking/conteiner-do-docker-e-vpn-da-rede-host/1056573991/
Hiding a docker container behind OpenVPN, in docker swarm, with an overlay network
https://serverfault.com/questions/1012325/hiding-a-docker-container-behind-openvpn-in-docker-swarm-with-an-overlay-netwo
VPN and container – image shows architecture:
https://www.intruder.io/blog/how-to-secure-the-kubernetes-api-behind-a-vpn
Directus – Data-First Headless CMS & API
Directus follows a database-first approach, storing all of your data unaltered in pure SQL databases that can be completely customized.