https://github.com/lwindolf/wurmterm-backend
Linux Terminal companion backend that hints you on services and issues on your kubernetes cluster, docker containers and servers.
https://github.com/lwindolf/wurmterm-backend
autodiscovery devops-tools docker kubernetes linux-terminal ssh sysadmin
Last synced: 9 months ago
JSON representation
Linux Terminal companion backend that hints you on services and issues on your kubernetes cluster, docker containers and servers.
- Host: GitHub
- URL: https://github.com/lwindolf/wurmterm-backend
- Owner: lwindolf
- License: gpl-3.0
- Created: 2016-08-08T20:39:01.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T21:25:36.000Z (9 months ago)
- Last Synced: 2025-04-01T22:32:10.902Z (9 months ago)
- Topics: autodiscovery, devops-tools, docker, kubernetes, linux-terminal, ssh, sysadmin
- Language: Perl
- Homepage:
- Size: 10.4 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WurmTerm Backend 🐛
WurmTerm is an addon for the progressive web app lzone.de. It allows observing
connected systems as well as exectuting runbooks against those. This repo contains
only the backend part.
[](https://github.com/lwindolf/wurmterm-backend/actions/workflows/test.yml)
## Installation
sudo npm install -g wurmterm-backend
## Backend Usage
wurm start
wurm stop
wurm configure # to change settings / password
## Assumptions
WurmTerm backend assumes
- that you use bash
- that it can connect to all those hosts via SSH without credentials
- that is allowed to discover connected kubernetes contexts
- that you use `ssh ` only and handle all private key switching in your SSH config
- that it is always allowed to sudo (but won't complain if it does not succeed)