minus-squareboebbele@discuss.tchncs.deOPtoSelfhosted@lemmy.world•Termix 1.8.0 has been released.linkfedilinkEnglisharrow-up1·edit-21 day agoMy 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. linkfedilink
minus-squareboebbele@discuss.tchncs.deOPtoSelfhosted@lemmy.world•Termix 1.8.0 has been released.linkfedilinkEnglisharrow-up1arrow-down1·1 day agoAdding hosts is currently only possible in a browser, not on a smartphone. linkfedilink
minus-squareboebbele@discuss.tchncs.deOPtoSelfhosted@lemmy.world•Termix 1.8.0 has been released.linkfedilinkEnglisharrow-up1·2 days agoYes linkfedilink
boebbele@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 3 days agoTermix 1.8.0 has been released.plus-squaregithub.comexternal-linkmessage-square11fedilinkarrow-up132arrow-down11
arrow-up131arrow-down1external-linkTermix 1.8.0 has been released.plus-squaregithub.comboebbele@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 3 days agomessage-square11fedilink
minus-squareboebbele@discuss.tchncs.detoLinux@lemmy.ml•Which distro would you install on a celeron 2gb ram laptop for a lay person to use?linkfedilinkDeutscharrow-up1·9 months agominios https://minios.dev/ linkfedilink
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.