update roadmap
This commit is contained in:
parent
8b8057cfad
commit
0d30926eeb
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# NixiN's roadmap
|
# NixiN's roadmap
|
||||||
|
|
||||||
This project is still very young but the main steps are already identified.
|
This project is still very young but the main steps are already identified.
|
||||||
The roadmap may move if priorities are evolving.
|
The roadmap may move when priorities are evolving.
|
||||||
|
|
||||||
## v0.1
|
## v0.1
|
||||||
|
|
||||||
**This version targets builds for simple mono-server configuration that can contain multiple webapps**.
|
**This version targets builds for simple mono-server configuration that can contain multiple webapps**.
|
||||||
|
|
||||||
We are using [nixos-generators](https://github.com/nix-community/nixos-generators) to be able to build any type of container or vm, for any architecture.
|
Use of [nixos-generators](https://github.com/nix-community/nixos-generators) to build images of any type of container or vm, for any architecture and installation ISO images.
|
||||||
|
|
||||||
The code is based on Vitepress, a static webapp that is used for documentation, and includes a dynamic component in vuejs for generating NixOS configuration files.
|
The code is based on Vitepress, a static webapp that is used for documentation, and includes a dynamic component in vuejs for generating NixOS configuration files.
|
||||||
|
|
||||||
Nothing is saved server side, but the user must handler their configuration files by their own.
|
Nothing is saved server side. The users must handler their configuration files on their own.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue