You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.gitattributes | 7 months ago | |
README.md | 7 months ago | |
docker-compose.yml | 7 months ago | |
example.tmate.conf | 2 years ago | |
tmate.service | 2 years ago |
README.md
tmate
this repo holds
docker-compose.yml
for our instance of tmatesystemd
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