saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
66 stars 92 forks source link

AppRequest: Dizquetv #247

Open jeffphilly opened 1 year ago

jeffphilly commented 1 year ago

It would be amazing if Dizquetv could be added

https://github.com/vexorian/dizquetv

maximuskowalski commented 1 year ago

Create live TV channel streams from media on your Plex servers.

dizqueTV ( dis·keˈtiːˈvi ) is a fork of the project previously-known as pseudotv-plex or pseudotv. New repository because of lack of activity from the main repository and the name change is because projects with the old name already existed and were created long before this approach and it was causing confusion. You can migrate from pseudoTV 0.0.51 to dizqueTV by renaming the .pseudotv folder to .dizquetv and running the new executable (or doing a similar trick with the volumes used by the docker containers).

https://github.com/vexorian/dizquetv/wiki/Step-1:-Get-dizqueTV-running#docker

maximuskowalski commented 4 months ago

blumpkin — 13/12/2022 15:43

docker run -d  \
  --name dizquetv  \
  --restart=unless-stopped  \
  -e PGID=1000 -e PUID=1000  \
   -v /opt/dizquetv:/home/dizquetv/data  \
  -v /etc/localtime:/etc/localtime:ro  \
  --network=saltbox \
  --network-alias=dizquetv  \
  --label com.github.saltbox.saltbox_managed=true \
  --label traefik.enable=true \
  --label traefik.http.routers.dizquetv-http.entrypoints=web \
  --label traefik.http.routers.dizquetv-http.middlewares=globalHeaders@file,redirect-to-https,gzip \
  --label traefik.http.routers.dizquetv-http.rule=Host\(\`dizquetv.server.xyz\`\) \
  --label traefik.http.routers.dizquetv-http.service=dizquetv \
  --label traefik.http.routers.dizquetv.entrypoints=websecure \
  --label traefik.http.routers.dizquetv.middlewares=globalHeaders@file,secureHeaders@file,gzip,authelia \
  --label traefik.http.routers.dizquetv.rule=Host\(\`dizquetv.server.xyz\`\) \
  --label traefik.http.routers.dizquetv.service=dizquetv \
  --label traefik.http.routers.dizquetv.tls.certresolver=cfdns \
  --label traefik.http.routers.dizquetv.tls.options=securetls@file \
  --label traefik.http.services.dizquetv.loadbalancer.server.port=8000 \
  vexorian/dizquetv:latest

[15:43] Can't reach the website on this, does it look ok? I had it working on cloudbox

https://discord.com/channels/853755447970758686/853755448452841522/1052083250274762792