feat(termix): add termix ssh terminal manager
This commit is contained in:
parent
1d84da078c
commit
2230e91693
2 changed files with 24 additions and 0 deletions
3
quadlets/termix/termix-db.volume
Normal file
3
quadlets/termix/termix-db.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=termix-db
|
||||||
|
|
21
quadlets/termix/termix.container
Normal file
21
quadlets/termix/termix.container
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Termix terminals
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=ghcr.io/lukegus/termix:latest
|
||||||
|
ContainerName=termix
|
||||||
|
|
||||||
|
Network=
|
||||||
|
HostName=termix
|
||||||
|
PublishPort=8080:8080
|
||||||
|
|
||||||
|
Volume=termix-db:/data/db
|
||||||
|
|
||||||
|
Secret=termixt-salt,type=env,target=SALT
|
Loading…
Add table
Reference in a new issue