Navigation Menu

Skip to content

dennisheinzen/echoip-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echoip-deploy

Helper files to run the echoip service on an own server, which is connected to multiple networks (public and private).

Installation

  • Install echoip binary to /usr/local/bin
  • Create echoip user: adduser echoip
  • cp index.html /home/echoip

GeoIP database

  • Install GeoIP update
  • cp GeoIP.conf /etc
  • su - echoip
  • Run geoipupdate -d /home/echoip
  • Install crontab entry:
15 1 * * 5 /usr/local/bin/geoipupdate -d /home/echoip

systemd service

cp echoip.service /etc/systemd/system/
systemctl enable echoip
systemctl restart echoip

nginx configuration file

cp proxy.conf /etc/nginx
cp default /etc/nginx/sites-available
systemctl nginx restart

About

echoip deployment files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%