morning peer revue
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 46s

This commit is contained in:
mrflos 2024-09-27 10:29:47 +03:00
parent c08c4f1f10
commit 0af8ac86b9
3 changed files with 17 additions and 15 deletions

View file

@ -11,11 +11,3 @@
border-radius: 10em;
}
.VPFeatures .icon {
background-color: #d9d9f2;
}
.dark .VPFeatures .icon {
background-color: #2b2f36;
}

View file

@ -1,13 +1,13 @@
# Roadmap
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 if priorities are evolving.
## v0.1
Static webapp for NixiN with the following features
**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*.
Static webapp for NixiN with the following features
- networking options with wireguard configuration options
- nixpkgs modules selection for common webapps
@ -21,3 +21,13 @@ Static webapp for NixiN with the following features
- nixpkgs selection
- templates for custom configuration.nix
- Download or copy/paste generated configuration.nix
## v0.2
## v0.3
## In future

View file

@ -6,8 +6,8 @@
## Do not reinvent the wheel
## There is only one timezone
Experience has showned that using multiple timezones for the servers of an infrastructure is a receipe for disaster.
Also, using the timezone of one contry for an international project is a source of confusion and headackes.
Experience has shown that using multiple time-zones for the servers of an infrastructure is a recipe for disaster.
Also, using the timezone of one country for an international project is a source of confusion and headaches.
Especially when that timezone is subject to daylight saving changes that are causing the clock to jump 1 hour forward or backward twice a year.
The only sensible choice is to set the servers time to UTC and to transalte the timestamps to the user's timezone when displaying them.
@ -29,6 +29,6 @@ Use best practices to write efficient code but do not write overly complicated s
Only optimize what has been tested to be an issue.
## Do fast prototypes and releases cycles.
Even though we think that Rust would be a better language for developing the tools of the project we are starting the first version using Go because it is faster to develop with it and easier to find contributors with this langages.
Even though we think that Rust would be a better language for developing the tools of the project we are starting the first version using Go because it is faster to develop with it and easier to find contributors with this languages.