nixin-web/roadmap.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

2024-10-01 08:34:47 +00:00
# NixiN's roadmap
2024-09-26 08:35:34 +00:00
This project is still very young but the main steps are already identified.
2024-09-27 07:29:47 +00:00
The roadmap may move if priorities are evolving.
2024-09-26 08:35:34 +00:00
2024-10-01 08:34:47 +00:00
## v0.1
2024-09-26 08:35:34 +00:00
2024-09-27 07:29:47 +00:00
**This version targets builds for simple mono-server configuration that can contain multiple webapps**.
2024-09-26 08:35:34 +00:00
2024-10-01 08:34:47 +00:00
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.
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.
### Proposed bundles
- Write collectively : Hedgedoc pads, Wallabag, Nextcloud
- Social Medias : GoToSocial, Peertube, Lemmy
- Forge : Forgejo
### Features
2024-09-26 08:35:34 +00:00
- networking options with wireguard configuration options
- nixpkgs selection
2024-10-01 08:34:47 +00:00
- download or copy/paste generated configuration.nix
- templates for custom bundles
2024-09-26 08:35:34 +00:00
- templates for custom configuration.nix
2024-09-27 07:29:47 +00:00
## v0.2
2024-10-01 08:34:47 +00:00
**This version includes a go server backend that authenticate users, save their configuration in a git repository and their machines passwords in a personal git password store**.
### Features
- Configurations can be versioned and edited.
-
2024-09-27 07:29:47 +00:00
## v0.3
2024-10-01 08:34:47 +00:00
**CI/CD to test and deploy configurations to production servers or build OCI containers / VM images**
## v0.4
**bundles for clustered / distributed services**
2024-09-27 07:29:47 +00:00
2024-10-01 08:34:47 +00:00
## Hopefully in future
2024-09-27 07:29:47 +00:00
2024-10-01 08:34:47 +00:00
- simple monitoring of machines in inventory
- ability to list services on a machine and start/stop/restart them
- backups operations (view, download, restore)
- desktop webUI (build your kde plasma, gnome, hyprland, etc.. desktop configurations)
- Unix users and user's configurations management