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

Regularly grab and archive Podcasts #8

Closed
jgwehr opened this issue Sep 8, 2021 · 3 comments · Fixed by #71
Closed

Regularly grab and archive Podcasts #8

jgwehr opened this issue Sep 8, 2021 · 3 comments · Fixed by #71
Assignees
Labels
data Hoard all the data enhancement New feature or request
Milestone

Comments

@jgwehr
Copy link
Owner

jgwehr commented Sep 8, 2021

https://github.com/akhilrex/podgrab

Should be able to

  • Autonomously grab previous and any new Podcast episodes
  • Access secure feeds
@jgwehr jgwehr self-assigned this Sep 8, 2021
@jgwehr jgwehr added the enhancement New feature or request label Sep 8, 2021
@jgwehr
Copy link
Owner Author

jgwehr commented Sep 10, 2021

Works really well! Still not 100% if podgrab can handle authentication per Podcast, though.

@jgwehr
Copy link
Owner Author

jgwehr commented Sep 10, 2021

Docker Compose example, especially to set UID,GUID

Taken from: akhilrex/podgrab#16 (comment)

  podgrab:
    image: akhilrex/podgrab
    container_name: podgrab
    restart: unless-stopped
    networks:
      - $TRAEFIK_NETWORK
    security_opt:
      - no-new-privileges
    user: "1000:1000"
    volumes:
      - ${DOCKERDIR}/podgrab:/config
      - ${MEDIADIR}/podcasts:/assets
    environment:
      - CHECK_FREQUENCY=60
    labels:
      - "traefik.enable=true"
      ## HTTP Routers
      - "traefik.http.routers.podgrab-rtr.entrypoints=https"
      - "traefik.http.routers.podgrab-rtr.rule=Host(`pod.$DOMAINNAME`)"
      ## Middlewares
      - "traefik.http.routers.podgrab-rtr.middlewares=chain-authelia@file"
      ## HTTP Services
      - "traefik.http.routers.podgrab-rtr.service=podgrab-svc"
      - "traefik.http.services.podgrab-svc.loadbalancer.server.port=8080"```

@jgwehr jgwehr added the data Hoard all the data label Oct 18, 2021
@jgwehr
Copy link
Owner Author

jgwehr commented Jun 7, 2022

@jgwehr jgwehr added this to the 1.2.0 milestone Oct 6, 2022
@jgwehr jgwehr pinned this issue Dec 8, 2022
@jgwehr jgwehr linked a pull request Jan 6, 2023 that will close this issue
@jgwehr jgwehr closed this as completed in #71 Jan 6, 2023
@jgwehr jgwehr unpinned this issue Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Hoard all the data enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant