-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathtermix.xml
More file actions
35 lines (35 loc) · 2.12 KB
/
termix.xml
File metadata and controls
35 lines (35 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<Container version="2">
<Name>Termix</Name>
<Repository>ghcr.io/lukegus/termix:latest</Repository>
<Registry>https://github.com/LukeGus/Termix/pkgs/container/termix</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/188040-support-devzwf-termix</Support>
<Project>https://github.com/LukeGus/Termix</Project>
<Overview>Termix is an open-source forever free self-hosted SSH (other protocols planned, see Planned Features) server management panel inspired by Nexterm. Its purpose is to provide an all-in-one docker-hosted web solution to manage your servers in one easy place. I'm using this project to help me learn React, Vite, and Docker but also because I could never settle on a server management software that I enjoyed to use.

Warning

This app is in the VERY early stages of development. Expect bugs, data loss, and unexplainable issues! For that reason, I recommend you securely tunnel your connection to Termix through a VPN.</Overview>
<Category>Productivity: Tools: Network:Web Network:Other</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/termix_logo.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1741786935</DateInstalled>
<DonateText>Don't donate to me! Instead, please donate the creators of the apps, but if you insist </DonateText>
<DonateLink>https://ko-fi.com/devzwf</DonateLink>
<Requires/>
<Config Name="Webui" Target="8080" Default="8080" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="DataDir" Target="/app/data" Default="/mnt/user/appdata/termix/data" Mode="rw" Description="Persistent Data Directory" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/termix/data</Config>
<Changes>### 2025.11.17
- Updated to add persistent Data directory mapping
### 2025.03.12
- Initial Release</Changes>
<TailscaleStateDir/>
</Container>