github Zibbp/ganymede v1.2.12
v1.2.12 - Deleting & Retention

latest releases: v3.0.2, v3.0.1, v3.0.0...
18 months ago

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #166
  • build(deps): bump entgo.io/ent from 0.11.10 to 0.12.0 by @dependabot in #167
  • build(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #168
  • build(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #172
  • build(deps): bump github.com/go-co-op/gocron from 1.19.0 to 1.22.2 by @dependabot in #173
  • build(deps): bump entgo.io/ent from 0.12.0 to 0.12.1 by @dependabot in #174
  • build(deps): bump github.com/lib/pq from 1.10.7 to 1.10.8 by @dependabot in #176
  • feat(vod): support deleting files by @Zibbp in #185
  • build(deps): bump entgo.io/ent from 0.12.1 to 0.12.2 by @dependabot in #178
  • build(deps): bump github.com/go-co-op/gocron from 1.22.2 to 1.23.0 by @dependabot in #182
  • build(deps): bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #183
  • build(deps): bump github.com/rs/zerolog from 1.29.0 to 1.29.1 by @dependabot in #175
  • feat: video retention by @Zibbp in #186

Features

Deleting Files

Video files can be optionally deleted when removing a video. Slide the "delete files" switch to delete files. Additionally a "delete" button has also been added to the video menu for administrators.

delete files

delete menu

Video Retention

A feature that has been requested many times is finally here. Video retention can be enabled and configured per channel. Edit a channel in the admin panel to configure retention settings. Videos after the defined numbers of days will be deleted (including files). Ganymede uses the time the video was archived, not when the video was published, to determine if the video should be pruned. The prune job runs every day at 01:00, or can be manually executed in Admin > Tasks. Videos can be "locked" to prevent them from being pruned. This is accomplished by editing the video in the admin panel, or clicking "lock/unlock" in the video menu. Read the wiki page for more information.

channel video retention

lock video menu

Full Changelog: v1.2.11...v1.2.12

Don't miss a new ganymede release

NewReleases is sending notifications on new releases.