minus-squareboebbele@discuss.tchncs.deOPtoSelfhosted@lemmy.world•Termix 1.8.0 has been released.linkfedilinkEnglisharrow-up1·3 months 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·3 months 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·3 months agoYes linkfedilink
boebbele@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 4 months agoTermix 1.8.0 has been released.plus-squaregithub.comexternal-linkmessage-square11linkfedilinkarrow-up133arrow-down11
arrow-up132arrow-down1external-linkTermix 1.8.0 has been released.plus-squaregithub.comboebbele@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 4 months agomessage-square11linkfedilink
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·1 year agominios https://minios.dev/ linkfedilink
boebbele@discuss.tchncs.de to Jellyfin: The Free Software Media System@lemmy.ml · 1 year agohow can jellyfin play radiostreams?plus-squaremessage-squaremessage-square0linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarehow can jellyfin play radiostreams?plus-squareboebbele@discuss.tchncs.de to Jellyfin: The Free Software Media System@lemmy.ml · 1 year agomessage-square0linkfedilink
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.