Skip to content

cloud-init files to start servers fast and easily

Notifications You must be signed in to change notification settings

flolbr/cloud-inits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

cloud-inits

cloud-init files to start servers fast and easily


Basic Debian starter

#!/bin/sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Black3v3r/cloud-inits/master/debian-dply.sh)"

Docker VPN

#!/bin/sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Black3v3r/cloud-inits/master/docker-vpn.sh)"

Show generated credentials

docker logs ipsec-vpn-server
docker exec -it ipsec-vpn-server ipsec status

About

cloud-init files to start servers fast and easily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages