No description
Find a file
Roshless 40cda71b5c
All checks were successful
/ test (push) Successful in 36s
/ build (push) Successful in 24s
/ push-backend (push) Successful in 54s
/ push-migration (push) Successful in 24s
jwt: fix new version incompabilities
2026-05-28 01:10:41 +02:00
.forgejo/workflows CI: missing another needs 2026-04-27 01:02:42 +02:00
api add tracing support 2026-05-25 02:01:17 +02:00
background add tracing support 2026-05-25 02:01:17 +02:00
cmd/server http: add graceful shutdown 2026-05-25 10:14:09 +02:00
config add tracing support 2026-05-25 02:01:17 +02:00
controller update remote ip handling 2026-05-28 00:46:20 +02:00
dist add tracing support 2026-05-25 02:01:17 +02:00
middleware jwt: fix new version incompabilities 2026-05-28 01:10:41 +02:00
migrations feature: add issue endpoint for problematic feeds 2026-04-30 17:24:30 +02:00
model typo 2026-05-01 11:00:12 +02:00
opml add tracing support 2026-05-25 02:01:17 +02:00
payloads improve slog formatting 2026-04-23 01:31:03 +02:00
rss add tracing support 2026-05-25 02:01:17 +02:00
telemetry change tracer name 2026-05-26 19:18:51 +02:00
tests tests: fix 2026-04-30 17:58:24 +02:00
Dockerfile.backend Dockerfile: dont download useless packages 2026-05-06 15:41:03 +02:00
Dockerfile.migration update golang version 2026-04-15 21:55:50 +02:00
go.mod update dependencies 2026-05-27 11:40:12 +02:00
go.sum update dependencies 2026-05-27 11:40:12 +02:00
LICENSE Add LICENSE 2023-03-21 01:03:38 +00:00
README.md add dev note to readme in case i forgor 2024-04-10 23:38:05 +02:00
TODO.md add/remove comments/todos 2023-08-12 00:23:03 +02:00

molo-backend

Backend component of feed aggregator molo

How to run debug/dev

go-reload ./cmd/server -config dist/config.yml

Script source: https://github.com/alexedwards/go-reload