Skip to content

BlankOn/tendang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tendang!

Simple and secure deployment proxy.

Run

PORT=8000 ./tendang

Usage

curl --header "Content-Type: application/json" --request POST --data '{"name":"xyz","value":"123", "token": "RYWKkMSGK7tCb7jCSVZNmJzWneNDb2funq6kSLUPDVCgL8gAMPBfUWLyKtQdLp7A"}' http://localhost:8000

Daemon

/lib/systemd/system/tendang.service

[Unit]
Description=tendang

[Service]
Environment="PORT=8000"
User=deployment
WorkingDirectory=/path/to/workdir
ExecStart=/usr/bin/tendang
ExecStop=/bin/kill -9 $MAINPID
StandardOutput=file:/var/log/tendang.log
StandardError=file:/var/log/tendang.log

[Install]
WantedBy=multi-user.target

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published