Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppRequest: Dizquetv #247

Open
jeffphilly opened this issue Apr 16, 2023 · 2 comments
Open

AppRequest: Dizquetv #247

jeffphilly opened this issue Apr 16, 2023 · 2 comments
Labels
AppRequest Request for new application

Comments

@jeffphilly
Copy link

It would be amazing if Dizquetv could be added

https://github.com/vexorian/dizquetv

@maximuskowalski
Copy link
Collaborator

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 maximuskowalski added the AppRequest Request for new application label Apr 19, 2023
@maximuskowalski
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AppRequest Request for new application
Projects
None yet
Development

No branches or pull requests

2 participants