Chocobozzz

Results 681 comments of Chocobozzz

Hi, I'm not sure to understand: you say that updating twitter setting changes discord behaviour so I presume they use the `twitter:card` tags no? Why would they also use opengraph...

Hello, You can limit video upload size using user daily quota limit or nginx: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L88

Hi, Since we use the `Hashtag` convention, I think we should respect its format and automatically convert spaces to camel case in tag input :+1:

Hello, Unfortunately PeerTube does not support path request style: * It's deprecated since 2019 on aws * It would require additional work in peertube code to handle these new URLs...

Hello, Please use [this fork](https://github.com/Chocobozzz/feed/) to implement your podcast changes. I updated rigelk's fork to sync with upstream (that uses Typescript now)

Hi, The purpose of this setting is to configure default **Trending** page sort. We don't have a setting to configure default **Local** page sort yet.

Hello, There might be an initialization issue. Remove your `peertube_prod` database using `dropdb` command, and recreate it (https://docs.joinpeertube.org/install-any-os?id=card_file_box-database). Then run peertube and paste the log output

Please send entire `peertube.log` (my email is in my github profile)

I'm sorry but this log does not correspond to a peertube startup on a fresh database. Have you correctly dropped & recreated the database? You may want to remove `Restart=always`...

Can you display your `production.yaml` (`database` section only) and your systemd service content?