aboutsummaryrefslogtreecommitdiff
path: root/pkg/config
AgeCommit message (Collapse)Author
13 daysfeat: Add hash and aes key to the config fileGabriel A. Giovanini
This should the base configuration for user. Bcrypt hash will be used to authenticate and aes key will be used to generate the token.
2024-06-23ref: User correct err namingGabriel A. Giovanini
2024-06-15feat: Add per repository about pageGabriel A. Giovanini
2024-06-11feat: Fix testingv0.0.2Gabriel A. Giovanini
2024-06-11feat: Add server listen configurationv0.0.1Gabriel A. Giovanini
2024-06-09feat: Per repository configurationGabriel A. Giovanini
2024-05-27feat: Wraps handler into its own packageGabriel A. Giovanini
Although this creates more complex folder structure will allow in the feature for a easier testing of those given handlers.
2024-05-26feat: Add about pageGabriel A. Giovanini
2024-05-25feat: Add utilsGabriel A. Giovanini
2024-05-04feat: Add config parsingGabriel A. Giovanini