remove termix
All checks were successful
Deploy Containers / Prepare (push) Successful in 15s

This commit is contained in:
2025-12-26 19:51:44 -05:00
parent f26c84f589
commit 86e5bf1e0e
2 changed files with 0 additions and 26 deletions

View File

@@ -61,9 +61,6 @@
- name: Deploy Pterodactyl
import_tasks: tasks/pterodactyl.yml
tags: pterodactyl_deploy
- name: Deploy Termix
import_tasks: tasks/termix.yml
tags: termix_deploy
- name: Deploy Booklore
import_tasks: tasks/booklore.yml
tags: booklore_deploy

View File

@@ -1,23 +0,0 @@
---
- name: Deploy Termix
include_role:
name: docker
vars:
name: termix
directories:
- "{{ data_dir }}/termix"
image:
name: ghcr.io/lukegus/termix
tag: latest
networks:
- name: homelab
volumes:
- "{{ data_dir }}/termix:/app/data"
env:
PORT: "8080"
labels:
traefik.enable: "true"
traefik.http.routers.termix.rule: Host(`ssh.fntz.net`)
traefik.http.routers.termix.entrypoints: webSecure
traefik.http.routers.termix.tls.certresolver: letsencrypt
traefik.http.services.termix.loadbalancer.server.port: "8080"