https://mon_instance_peertube.fr/api/v1/videos/categories) // 1 : Music // 2 : Films // 3 : Vehicles // 4 : Art // 5 : Sports // 6 : Travels // 7 : Gaming // 8 : People // 9 : Comedy // 10 : Entertainment // 11 : News & Politics // 12 : How To // 13 : Education // 14 : Activism // 15 : Science & Technology // 16 : Animals // 17 : Kids // 18 : Food define('PRIORITY_CATEGORIES', [ 11 => 'Actualités & Politique', 14 => 'Activisme', 1 => 'Musique', // Ajoutez d'autres catégories selon vos besoins ]); // ========================================= // Informations du site // ========================================= // Nom du site // define('SITE_NAME', 'Kaubuntu.re'); // Description du site // define('SITE_DESCRIPTION', 'Votre plateforme de médias libres'); // Logo du site // define('SITE_LOGO', 'img/logo.png'); // Favicon du site // define('SITE_FAVICON', 'img/favicon.png'); // ========================================= // Réseaux sociaux // ========================================= // URL de la page Facebook // define('FACEBOOK_URL', 'https://facebook.com/votrepage'); // URL du compte X (anciennement Twitter) // define('X_URL', 'https://x.com/votrecompte'); // URL du compte Instagram // define('INSTAGRAM_URL', 'https://instagram.com/votrecompte'); // URL de la chaîne YouTube // define('YOUTUBE_URL', 'https://youtube.com/votrechaine'); // URL du compte TikTok // define('TIKTOK_URL', 'https://tiktok.com/@votrecompte'); // ========================================= // Contact // ========================================= // Email de contact // define('CONTACT_EMAIL', 'contact@votredomaine.com'); // ========================================= // Fonctionnalités // ========================================= // Activer/désactiver les commentaires // define('ENABLE_COMMENTS', true); // Activer/désactiver la recherche // define('ENABLE_SEARCH', true); // Activer/désactiver les comptes utilisateurs // define('ENABLE_USER_ACCOUNTS', false); // ========================================= // Cache // ========================================= // Activer/désactiver le cache // define('CACHE_ENABLED', false); // Durée du cache en secondes // define('CACHE_DURATION', 3600); // 1 heure // ========================================= // Configuration Mastodon // ========================================= // URL de l'instance Mastodon // define('MASTODON_INSTANCE_URL', 'https://mastodon.social'); // Format de date pour l'affichage des posts // define('MASTODON_DATE_FORMAT', 'fr-FR'); // Texte du bouton "Voir plus" // define('MASTODON_BTN_SEE_MORE', 'Voir plus de post'); // Texte du bouton "Rafraichir" // define('MASTODON_BTN_RELOAD', 'Rafraichir'); // Nombre maximum de posts à récupérer // define('MASTODON_MAX_POST_FETCH', '10'); // Nombre maximum de posts à afficher // define('MASTODON_MAX_POST_SHOW', '10'); // ========================================= // Contact // ========================================= // define('CONTACT_EMAIL', 'contact@kaubuntu.re'); // ========================================= // Mentions légales // ========================================= // define('LEGAL_COPYRIGHT', 'Ka-Ubuntu'); // define('LEGAL_WEBMASTER_NAME', 'Cédric Famibelle-Pronzola'); // define('LEGAL_WEBMASTER_EMAIL', 'contact@cedric-pronzola.re'); // define('LEGAL_HOST_NAME', 'o2Switch'); // define('LEGAL_HOST_COMPANY', 'société au capital de 100 000 €'); // define('LEGAL_HOST_RCS', 'immatriculée au RCS de Clermont-Ferrand sous le numéro 510 909 807'); // define('LEGAL_HOST_ADDRESS', '222 boulevard Gustave Flaubert, 63000 Clermont-Ferrand, France'); // define('LEGAL_CONTACT_EMAIL', 'zinfos@kaubuntu.com'); // define('LEGAL_LICENSE', 'GNU Affero General Public License version 3 (AGPL-V3)'); // define('LEGAL_LICENSE_URL', 'https://www.gnu.org/licenses/agpl-3.0.html'); // define('LEGAL_SOURCE_CODE_URL', 'https://codeberg.org/Ka-Ubuntu/kaubuntu.re'); // define('LEGAL_SERVICE_DESCRIPTION', 'est une plateforme multimédia proposant des contenus vidéo, des actualités et des informations liées au mouvement politique indépendantiste et panafricaniste réunionnais Ka-Ubuntu.'); // ========================================= // Texte de présentation du mouvement // ========================================= // Pour désactiver le bloc de présentation, commentez cette ligne: // define('MOVEMENT_DESCRIPTION', 'KA UBUNTU est un mouvement politique indépendantiste et panafricaniste réunionnais qui a 5 objectifs :');