Parkomat.io: Build your own WebDav, DNS and Web server on Linux

Parkomat.io: Build your own WebDav, DNS and Web server on Linux

Parkomat.io is a script for creating DNS + Web + WebDav in Linux. The following is the process of creating a WebDav server. DNS and web use the same configuration file.

Based on CentOS 7
1. Install Go 1.8.3
a. Download and install Go

 wget https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz --no-check-certificate tar zxvf go1.8.3.linux-amd64.tar.gz mv go /usr/local/

b. Add environment variables

 vi /etc/profile

Add the following content:

 export PATH=$PATH:/usr/local/go/bin export GOROOT=/usr/local/go

c. Make the configuration effective:

 source /etc/profile

d. Check whether Go is installed successfully

 go version

2. Install Parkomat

 go get github.com/parkomat/parkomat

Configuration file config.toml (/your/parkomat/directory, where your is the root directory where the files are placed) (127.0.0.1 is changed to your own server IP)

 # if you set it to true, Parkomat will serve any domain pointing at it catch_all = true [[domains]] name = "example.domain" [[domains]] name = "parkomat.io" # supports per domain zone settings [domains.zone] A = "192.168.0.1" MX = """ 1 better.mail.server """ TXT = """ hello world """ # each domain will use following zone settings [zone] # for both .domain and www.domain A = "127.0.0.1" MX = ''' 1 test1.mail.server 10 test2.mail.server ''' [web] ip = "127.0.0.1" port = 80 path = "./www" # make sure that path exists # for example issue mkdir -p /var/log/parkomat access_log = "/var/log/parkomat/access.log" [webdav] enabled = true username = "hello" password = "world" # your share will be under http://example.domain/dav/ mount = "/dav/" [dns] ip = "127.0.0.1" port = 53 # details of dns servers for NS record [[dns.servers]] name = "ns1.parkomat.co" ip = "127.0.0.1" [[dns.servers]] name = "ns2.parkomat.co" ip = "127.0.0.1"

./web directory

 . ├── default │ └── public_html │ └── index.html ├── parkomat.io | ├── parkomat.io.crt | ├── parkomat.io.key | └── public_html | └── index.html └── config.toml

Source code from: https://github.com/parkomat/parkomat

<<:  iWF Hosting: $99/month/E3-1270v6/64GB memory/2TB hard drive/20TB traffic/10GigE/Charlotte

>>:  NewMedia Express: $140/month/E3-1230V3/48GB memory/1TB hard drive/2TB bandwidth/Japan

Recommend

SKB Enterprise: Netherlands KVM VPS, 50% off, 1GB RAM, 40GB storage, 1.49 €/mo

KB Enterprise, a Dutch hosting provider, is a for...

DMIT 0.75GB RAM 40Mbps Port Hong Kong CN2 GIA KVM VPS Review

Details : DMIT: $39.9/month/768MB memory/10GB SSD...

Go language one-click installation script under Linux

Support Linux / MacOS / FreeBSD and other systems...

register.it: Domain deals, .net .com €1,9

register.it, a long-established Italian hosting p...

Ubiquity Servers: $4/month/512M/15G SSD/1T/1 IP/kvm

Ubiquity Servers is an American hosting company f...

Afterburst: $7/month/1GB RAM/60GB SSD space/unlimited traffic/KVM/Germany

Afterburst is a foreign hosting company founded i...

DediPath: $6/month/5GB RAM/100GB SSD space/5TB bandwidth/OpenVZ/Los Angeles

DediPath, a foreign hosting provider (maybe Chine...