Chocobozzz

Results 681 comments of Chocobozzz

Then please run ``` sudo systemctl stop peertube sudo -u postgres dropdb peertube_prod sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod sudo -u postgres psql -c "CREATE...

Sorry, it should be `sudo -u peertube NODE_ENV=production NODE_CONFIG_DIR=/projektid/peertube/config /usr/bin/node dist/server ` But what is `/projektid/peertube/config/runtime.json ` file?

It seems you have permission issues. Ensure `/var/www/peertube` is correctly owned by `peertube` user. See https://docs.joinpeertube.org/install-any-os?id=construction_worker-peertube-user for more information.

Run the command in `/projektid/peertube/peertube-latest`

:thinking: :thinking: Could you try https://github.com/Chocobozzz/PeerTube/issues/1736#issuecomment-477531955?

Hello, What do you mean by *NFR*?

Hello, Please fill the [bug template](https://github.com/Chocobozzz/PeerTube/blob/develop/.github/ISSUE_TEMPLATE/00-bug-issue.md), in particular server logs and server URL sections

Hello, Try `DELETE FROM actor WHERE "preferredUsername"='testchannel';` Retagging this issue so we create a CLI tool for admins.

Hello, This is an intended behaviour track videos that has been deleted or had their privacy changed. We could imagine a button to automatically purge playlists though

Hi, > Now, when embedding the portrait video to be used with mobile devices in portrait mode, You mean you're using the `iframe` code with portrait size? (`width` `iframe` attribute...