Djeex fd21bd2f83 feat: add canonical URL and og:url
Docus doesn't generate canonical links or og:url natively. A plugin
now injects rel=canonical and og:url per route using nuxt-site-config's
withSiteUrl, which reads site.url from nuxt.config.ts.
2026-08-11 23:10:26 +02:00
2025-08-10 22:59:47 +00:00
2025-06-04 14:19:33 +00:00
2026-08-03 15:52:04 +00:00
2025-06-04 14:19:33 +00:00
2025-06-04 14:19:33 +00:00
2025-06-04 14:19:33 +00:00
2025-06-04 14:30:04 +00:00
2026-08-11 10:12:54 +00:00
2026-08-11 08:32:13 +00:00
2026-08-11 08:32:13 +00:00
2025-08-10 22:59:47 +00:00
2025-06-04 14:19:33 +00:00
2025-06-04 14:19:33 +00:00
2025-06-04 14:19:33 +00:00

docu.djeex.fr Uptime-Kuma

🔧 Docs, More Docs

Docu·djeex is first and foremost a personal project aimed at self-hosting as many everyday services as possible — without relying on proprietary platforms (Google, Apple, Netflix, etc.).
This documentation site is built using Nuxt.js.

This repository contains everything you need to edit pages, apply your changes, and redeploy the site.

Setup

Install dependencies:

npm install

Development Environment (port 3000)

npm run dev

Generate Static Pages

npm run generate

The HTML files will be generated in the .output/public folder and are ready to be deployed on any static-compatible hosting.

Preview Build

If you'd like to immediately see the result of your static site build, you can launch a preview server:

npm run preview
Languages
TypeScript 52.1%
Vue 45.6%
CSS 2.3%