New to self-hosting, what does this allow you to do?
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
In short: a management web interface.
It has a lot of tools, you may find helpful when working remotely or with a headless setup.
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.
The GitHub page lists all the features and has screenshots of the product, not sure what else you expect
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
Whats up with the documentation and how can I add servers?


Adding hosts is currently only possible in a browser, not on a smartphone.
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.
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.
Does it support access without https?
Yes