Christian Ditaputratama
060b3a3827
fix: Use meta link rel="icon"
for favicon
...
Test / test (push) Waiting to run
Fiber's favicon middleware doesn't work with embed media
2024-11-07 01:57:57 +07:00
Christian Ditaputratama
30aa8d80dc
feat: Added favicon
2024-10-31 18:55:31 +07:00
Christian Ditaputratama
3a45071cd6
feat: Refactor fiber server
2024-10-29 21:30:04 +07:00
Christian Ditaputratama
be32011cfa
feat!: templ + htmx build system
2024-10-29 20:41:22 +07:00
Christian Ditaputratama
c250e8e3bb
feat!: Moving handler
to internal/handler
...
So people aware that the package is internal use and not using that
on their projects.
2024-07-07 01:42:29 +07:00
Christian Ditaputratama
4c7d53547b
feat!: Change the module name to "URL based"
...
This make me easier to test the module with external services.
2024-07-07 01:28:44 +07:00
Christian Ditaputratama
02a4728574
chore: Just use "XMR Nodes Aggregator" for Fiber app name
Build / build (push) Has been cancelled
Test / lint (push) Has been cancelled
2024-07-04 04:21:33 +07:00
Christian Ditaputratama
0d72dd9995
build: Inject version when build the binaries
...
The version include git current commit and branch info.
2024-07-04 03:45:37 +07:00
ditatompel
40b9a6e1d6
Make sure cron goroutine is stopped
...
Adding struct chan to run cron Process to stop the goroutine.
Moving db migration inside `fiber.IsChild` block
to avoid multiple execution migration script when in prefork mode.
Give additional time for graceful shutdown.
2024-05-23 02:58:58 +07:00
ditatompel
8c1f6b0c43
Make cron as it's own package
2024-05-23 02:24:06 +07:00
ditatompel
d5f510ae32
Remove admin login logout handler and endpoints #2
2024-05-18 20:27:30 +07:00
ditatompel
7b6cfee31d
Set ./cmd/server/admin.go
as entrypoint to server build
2024-05-18 18:42:32 +07:00
ditatompel
7dea8380b8
Separating client and server package #3
...
The client and server package is now separated, so I can build
additional server package with `-tags server`.
2024-05-18 17:59:54 +07:00