nixin-web/index.md

67 lines
2.1 KiB
Markdown
Raw Normal View History

2024-09-24 07:14:24 +00:00
---
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
2024-10-15 17:41:25 +00:00
image: ./logo-nixin.svg
2024-09-24 07:14:24 +00:00
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-10-01 11:07:34 +00:00
NixiN is a webUI that allows non-technical users to configure NixOS machines and VMs easily. It offers pre-configured setups for various web applications, focusing on security and scalability using modern technologies. You can select use cases from bundles (like cloud storage or social networks), customize web services, and specify domains, resulting in a complete NixOS configuration stored in a git repository. The platform will support managing multiple configurations, build them and deploy them. It also provides tools for distributed services.
2024-10-01 12:43:21 +00:00
[Read more about NixiN](./about)
2024-09-24 07:14:24 +00:00
## Our Team
2024-10-01 11:07:34 +00:00
We are french engineers contributing to open sources projects, experimenting modern web infrastructures with [the Distrilab](https://distrilab.fr) and members of [CHATONS](https://chatons.org) french alternative web hosters collective.
2024-09-24 07:14:24 +00:00
<VPTeamMembers size="small" :members="members" />