aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-07-22feat: Add user managementGabriel Arakaki Giovanini
As many things it is on crude state. The settings.go has become a big mess, but I have achieve MVP, so from now one things shall improve as I'll spent more time on refactoring.
2023-07-20feat: Fix video loading its full widthGabriel Arakaki Giovanini
2023-07-19feat: Add build processGabriel Arakaki Giovanini
To make sure that the project does not only compile on my machine.
2023-07-18feat: Add template generating to make fileGabriel Arakaki Giovanini
Add template generating code to `make` process.
2023-07-18feat: Move to user path mediaGabriel Arakaki Giovanini
Now media also base on user folder to fetch its media.
2023-07-01feat: Add thumbnailerGabriel Arakaki Giovanini
2023-06-30feat: Add new rule for not so useful optimizationGabriel Arakaki Giovanini
2023-06-25feat: Add make rules for upx compressingGabriel Arakaki Giovanini
I don't know if that will work in the long run but I have added just in case.
2023-06-25feat: Remove bin sizeGabriel Arakaki Giovanini
2023-06-24feat: Add scheduler againGabriel Arakaki Giovanini
Since I have fixed the issue with the `SIGTINT` hanging the application I can readd the scheduler once more. Also move the param for amount of scheduler work.
2023-06-23feat: Remove unecessary param from repoGabriel Arakaki Giovanini
2023-06-18feat: Move params to flagsGabriel Arakaki Giovanini
Start using flags to set some params like key and database connection. As a flag parse I opt for a lib that uses posix style params.
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.