minus-squareboebbele@discuss.tchncs.deOPtoSelfhosted@lemmy.world•Termix 1.8.0 has been released.linkfedilinkEnglisharrow-up1·edit-23 days 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 days 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 days agoYes linkfedilink
boebbele@discuss.tchncs.de to Selfhosted@lemmy.worldEnglish · 4 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 · 4 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·10 months agominios https://minios.dev/ linkfedilink
boebbele@discuss.tchncs.de to Jellyfin: The Free Software Media System@lemmy.ml · edit-211 months agohow can jellyfin play radiostreams?plus-squaremessage-squaremessage-square0fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squarehow can jellyfin play radiostreams?plus-squareboebbele@discuss.tchncs.de to Jellyfin: The Free Software Media System@lemmy.ml · edit-211 months agomessage-square0fedilink
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.