Spyke
selfhosted·Selfhostedbyboebbele

Termix 1.8.0 has been released.

I stumbled across the GitHub page by chance. I've been looking for an alternative to Terminus for quite some time. Termix looks really good. Very nice web interface. It's still a bit buggy in a few places, but it's quite usable.

"Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Here, you can find the repositories for the main Termix server, along with the mobile app, documentation, and support"

Termix 1.8.0 has been released.https://github.com/Termix-SSHOpen linkView original on discuss.tchncs.de
BarHockerreply
discuss.tchncs.de

That is too short. I still have no idea why I would want to install that on my server.

I feel like a lot of projects are missing a way to find out what they do without installing them.

2

missing a way to find out what they do without installing them

At the very top of the project page it says:

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities.

Now you know what it does without installing it

1

My compose:

services:
  termix:
    image: ghcr.io/lukegus/termix:latest
    container_name: termix
    restart: unless-stopped
    ports:
      - 8081:8081
    volumes:
      - /home/dockervolumes/data:/app/data
    environment:
      PORT: "8081"
volumes:
  termix-data:
    driver: local
networks: {}

It works great.

1

Cool, I'll check this out. Always a bit of a ball ache when I need to access the server while lying in and too lazy to get up. Using vim on a phone is always an adventure in patience.

1

You reached the end

Termix 1.8.0 has been released. | Spyke