custom disclaimer

This commit is contained in:
2025-04-09 20:19:05 +04:00
parent f719662247
commit 9e57ca24af
4 changed files with 52 additions and 13 deletions
+24
View File
@@ -10,6 +10,8 @@
* Note: config.local.php ne doit pas être versionné dans git
*/
// define('APP_HOST_NAME', 'kaubuntu.re');
// =========================================
// Configuration de l'API PeerTube
// =========================================
@@ -168,3 +170,25 @@ define('PRIORITY_CATEGORIES', [
// 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');