Skip to content

tools + linux core tuning + swap + docker + docker-compose + tinc vpn

License

Notifications You must be signed in to change notification settings

highload-zone/server-setup-with-tinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps

buddy pipeline

Install

wget -qO - https://raw.githubusercontent.com/intech/devops/master/startup.sh | bash

Install tools

  • mc
  • htop
  • curl
  • git
  • net-tools

Create SWAP by calculate available RAM

RAM SWAP
>4G 4G
1-4G 1-4G
<1G 1G

Install docker

Get and install latest version

Install docker-compose

Get and install latest version

Install tinc vpn

Install and run tinc vpn in docker

wget -qO - https://raw.githubusercontent.com/intech/devops/master/tinc.sh | GIT='https://login:[email protected]/user/repo.git' bash

Environment variables

Env Default Required
GIT ☑️
NETWORK vpn
INTERFACE tun0
PRIVATE_IP 10.0.0.0
COMPRESSION 0

Routing policy

Mask Description
255.0.0.0 Datacenter
255.255.0.0 Server
255.255.255.0 Container

About

tools + linux core tuning + swap + docker + docker-compose + tinc vpn

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages