tmate server configuration
Go to file
surtur dcf16ea999
add .gitattributes
2022-08-26 03:13:23 +02:00
.gitattributes add .gitattributes 2022-08-26 03:13:23 +02:00
README.md readme: make title link back to project page 2022-08-21 17:19:45 +02:00
docker-compose.yml compose: correct yaml EOF 2022-08-21 17:12:56 +02:00
example.tmate.conf initial commit 2021-03-04 13:28:11 +01:00
tmate.service initial commit 2021-03-04 13:28:11 +01:00

tmate

this repo holds

  • docker-compose.yml for our instance of tmate
  • systemd unit file to easily start/stop/manage the service
  • example tmate config to let clients make use of our instance

Note: commands below are to be run from the project folder

server-side setup

mkdir -pv /etc/tmate
cp -v docker-compose.yml /etc/tmate/
cp -v tmate.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now tmate.service

tmate client setup

if [ ! -f $HOME/.tmate.conf ]; then
    cp -v example.tmate.conf $HOME/.tmate.conf
else
    printf " * file \"$HOME/.tmate.conf\" already present, not doing anything\n"
fi

after you've got the config in place (and tmate installed locally), run tmate