aboutsummaryrefslogtreecommitdiff
path: root/config.example.scfg
AgeCommit message (Collapse)Author
2025-02-06feat: Add option for remove ".git" suffixv0.0.20Gabriel A. Giovanini
2025-02-06feat: Add configuration for ordering repo listGabriel A. Giovanini
Now it is possible to order the list by; unordered, alphabetical and last commit both ascendent and descendent.
2024-12-13docs: Add more documentation to the config exampleGabriel A. Giovanini
2024-12-12feat: Allow multiples scan configurationGabriel A. Giovanini
Now it allow to register multiples scan configuration
2024-10-05feat: Make syntax highlight configurableGabriel A. Giovanini
Now cerrado has configurable theme through "syntax-highlight".
2024-10-05feat: 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-11feat: Add server listen configurationv0.0.1Gabriel A. Giovanini
2024-06-09feat: Per repository configurationGabriel A. Giovanini
2024-05-26feat: Add about pageGabriel A. Giovanini
2024-05-04feat: Add config parsingGabriel A. Giovanini