initial commit
This commit is contained in:
commit
ffbdc9c4e6
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Serveur de portfolio de cohabit
|
||||
|
||||
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
|
||||
> defaut `/README.md` (mode wysiwyg user).
|
||||
|
||||
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}`
|
Loading…
Reference in a new issue