Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| fr:peertube [2019/11/22 08:51] – [Configuration css] Deed | fr:peertube [2021/12/03 18:19] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| - | Le tuto est testé et optimisé pour Debian | + | Le tuto est testé et optimisé pour Debian |
| - | Avec la documentation officielle , elle est généralisé | + | |
| - | C'est un premier jet à confirmer!! | + | La documentation officielle, elle est généralisée |
| </ | </ | ||
| Ligne 17: | Ligne 17: | ||
| NB: ffmpeg > 3 | NB: ffmpeg > 3 | ||
| - | <code bash> | ||
| - | nano / | ||
| - | deb http:// | ||
| - | |||
| - | apt update && apt upgrade | ||
| - | </ | ||
| - | |||
| - | |||
| - | <code bash> | ||
| - | apt install python-certbot-nginx nginx -t stretch-backports | ||
| - | </ | ||
| - | |||
| - | ==== nodeJS 8.x ==== | ||
| - | |||
| - | Dans les sources : | ||
| - | |||
| - | <code bash> | ||
| - | apt install nodejs -t stretch-backports | ||
| - | </ | ||
| - | Sinon: | + | ==== nodeJS 10.x ==== |
| + | Installation de la version 10: | ||
| <code bash> | <code bash> | ||
| - | curl -sL https:// | + | curl -sL https:// |
| - | apt install -y nodejs | + | apt-get install -y nodejs |
| </ | </ | ||
| ==== Yarn > 1.5==== | ==== Yarn > 1.5==== | ||
| Ligne 62: | Ligne 44: | ||
| Créer un user peertube avec / | Créer un user peertube avec / | ||
| - | < | + | adduser user sudo |
| - | J'ai pas réussi mon premier essai sans le sudo , j 'ai besoin d'un coach si c'est pas bon | + | |
| - | </ | + | |
| - | <code bash> | ||
| - | adduser user sudo | ||
| - | </ | ||
| - | Quitter et revener | + | Quitter et revenir |
| - | < | + | < |
| - | sudo useradd -m -d / | + | sudo useradd -m -d / |
| </ | </ | ||
| Le mot de passe: | Le mot de passe: | ||
| - | < | + | < |
| sudo passwd peertube | sudo passwd peertube | ||
| </ | </ | ||
| Ligne 130: | Ligne 107: | ||
| Éditer le fichier | Éditer le fichier | ||
| - | sudo config/ | + | sudo nano config/ |
| Ligne 217: | Ligne 194: | ||
| Dans administration, | Dans administration, | ||
| < | < | ||
| + | |||
| + | #custom-css .header { | ||
| + | color: white; | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| + | #custom-css .main-col { | ||
| + | background-color: | ||
| + | } | ||
| + | |||
| #custom-css { | #custom-css { | ||
| - | --mainColor: | + | --mainColor: |
| - | --mainHoverColor: | + | --mainHoverColor: |
| - | --mainBackgroundColor: | + | --mainForegroundColor: |
| - | --mainForegroundColor: | + | --menuBackgroundColor: |
| - | --menuBackgroundColor: | + | --menuForegroundColor: |
| - | --menuForegroundColor: | + | --submenuColor: |
| - | --submenuColor: | + | --inputColor: |
| - | --inputColor: | + | --inputPlaceholderColor: |
| - | --inputPlaceholderColor: | + | |
| } | } | ||
| Ligne 234: | Ligne 220: | ||
| source : https:// | source : https:// | ||
| - | {{tag> | + | {{tag> |





