2024-06-04 15:09:35 +02:00
|
|
|
# Serveur de portfolio de [coh@bit](https://cohabit.fr)
|
2024-06-04 13:05:26 +02:00
|
|
|
|
|
|
|
Sert les portfofolio (site static) depuis la branche `main` de
|
|
|
|
`https://git.cohabit.fr/[user]/.portfolio/`.
|
|
|
|
|
|
|
|
> [!NOTE]
|
|
|
|
>
|
|
|
|
> La racine par default est `'/dist'` et la page par default `/dist/index.html`
|
|
|
|
> (mode power user).
|
|
|
|
>
|
|
|
|
> Si `/dist/index.html` n'existe pas la racine devient `'/'` et la page par
|
2024-06-04 15:12:03 +02:00
|
|
|
> defaut `/README.md` (mode
|
|
|
|
> [WYSIWYG](https://fr.wikipedia.org/wiki/What_you_see_is_what_you_get) user).
|
2024-06-04 13:05:26 +02:00
|
|
|
|
|
|
|
Une rediection html peut être utilisée pour "changer la racine" ou rediriger
|
|
|
|
vers un site externe.
|
|
|
|
|
|
|
|
```html
|
|
|
|
<meta http-equiv="refresh" content="0;URL=${destination}" />
|
|
|
|
```
|
|
|
|
|
|
|
|
> [!IMPORTANT]
|
|
|
|
>
|
|
|
|
> Chaque utilisateur (cohabit) se voit attribuer le sous domaine
|
|
|
|
> `https://[user_subdomain].portfolio.cohabit.fr`.
|
|
|
|
>
|
|
|
|
> Chaque portfolio et donc isolé et ne (peut) partager aucune information
|
|
|
|
> (cookie, scripts, xss, ...) avec les autres portfolios et domaines de
|
|
|
|
> [cohabit](https://cohabit.fr).
|
|
|
|
|
|
|
|
Formats :
|
|
|
|
|
|
|
|
- `user` : `${firstname}.${lastname}`
|
|
|
|
- `user_subdomain` : `${firstname}-${lastname}`
|