nixin-web/index.md

66 lines
1.5 KiB
Markdown
Raw Normal View History

2024-09-24 07:14:24 +00:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
2024-09-25 15:13:09 +00:00
name: "NixiN"
2024-09-25 15:33:00 +00:00
text: "A webUI to configure NixOS machines"
2024-09-24 07:14:24 +00:00
tagline: by the Distrilab
image: ./logo-nix-clic.jpg
actions:
- theme: brand
text: Generate my NixOS configuration
link: /configure
2024-09-24 07:14:24 +00:00
- theme: alt
text: Documentation
link: /about
features:
2024-09-25 15:29:11 +00:00
- icon: 💫
title: Easy configuration
- icon: 📢
2024-09-24 07:14:24 +00:00
title: Ready for federation
- icon: ✌️
title: Self-Hostable
2024-09-25 15:29:11 +00:00
- icon: 📖
2024-09-24 07:14:24 +00:00
title: Open source
---
<script setup>
import { VPTeamMembers } from 'vitepress/theme'
const members = [
{
avatar: 'https://distrilab.fr/files/Equipe_12b_20211010003350_20211010003817.jpg',
name: 'Fabrice Bellamy',
title: 'System Administration',
links: [
{ icon: 'github', link: 'https://github.com/Lab-8916100448256' },
{ icon: 'mastodon', link: 'https://mastodon.cc' },
{ icon: 'github', link: 'https://gitlab.com/lab.8916100448256' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/124845?v=4',
name: 'Florian Schmitt',
title: 'Web Development',
links: [
{ icon: 'github', link: 'https://github.com/mrflos' },
{ icon: 'mastodon', link: 'https://mastodon.cc/mrflos' }
]
}
]
</script>
<br />
<br />
## About
2024-09-25 15:13:09 +00:00
NixiN is a...
2024-09-24 07:14:24 +00:00
## Our Team
We are french engineers contributing to open sources projects and members of [CHATONS](https://chatons.org) french alternative web hosting.
<VPTeamMembers size="small" :members="members" />