🔧 More self hosted apps via docker
This commit is contained in:
parent
be18921056
commit
b7576dcab4
4 changed files with 153 additions and 0 deletions
8
self_host/invidious/gen_new_tokens.sh
Executable file
8
self_host/invidious/gen_new_tokens.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# NOTE: It is recommended you change these once in a while in the docker-compose.yml
|
||||
# NOTE: You can also generate a new hmac_key using pwgen
|
||||
# `pwgen 20 1` and pasting that in the hmac_key section of the docker-compose.yml file.
|
||||
|
||||
echo "GENERATING NEW visitor_data AND po_token"
|
||||
docker run quay.io/invidious/youtube-trusted-session-generator
|
||||
Loading…
Add table
Add a link
Reference in a new issue