aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2023-09-03fix: Fix initial setup checkGabriel Arakaki Giovanini
2023-08-19fix: Actually add install ruleGabriel Arakaki Giovanini
2023-08-13feat: Add (yet again) crude album implementationGabriel Arakaki Giovanini
This is a initial UI album implementation. This should cover the most basic album navigation. This is still plenty to do :)
2023-08-13feat: Add better tooling for running the projectGabriel Arakaki Giovanini
* Add watch option for hot reload(ish). * Read from `.env` file. This make local development a bit easier since now can easily run the application with custom configuration.
2023-07-31ref: Move some bin from img to lensGabriel Arakaki Giovanini
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.