Is it possible to customize the overview page?

Hello, I have some random stuff in the overview page /videos/overview
I would like to know if there is a way to customise it more?

Thanks in advance
Florian

Hi Florian

Not yet: https://github.com/Chocobozzz/PeerTube/issues/1430

ok, thanks for the quick answer!
Would it be ok to add params in config file something like:
overview_category_1 overview_category_2 overview_tag_1 overview_tag_2 overview_channel_1 overview_channel_2

Then test existence of them or make random if not set?

That is probably the best i could do in typescript/javascript for now…

overviews:
  tags: 
    - tag1
    - tag2
    - ...
  channels:
    - channel1
    - ...
  ...

Would be better :slight_smile: