No description
Find a file
Roshless 180aae3cb8
All checks were successful
/ test (push) Successful in 33s
/ build (push) Successful in 20s
/ push-backend (push) Successful in 43s
/ push-migration (push) Successful in 28s
CI: rename image path
2025-12-06 02:14:13 +01:00
.forgejo/workflows CI: rename image path 2025-12-06 02:14:13 +01:00
api history: fix query param 2024-08-11 21:32:01 +02:00
background background: fix context expiration and use slog 2024-04-13 02:28:30 +02:00
cmd/server update dependencies, change minimal version to 1.20 2023-06-03 18:36:16 +02:00
config config: add debug option to enable cors on everything 2024-05-30 20:06:59 +02:00
controller config: add debug option to enable cors on everything 2024-05-30 20:06:59 +02:00
dist dev: changed ip for database server 2025-01-18 17:26:10 +01:00
middleware jwt: simplify user id retrieval 2023-08-09 00:59:14 +02:00
migrations migrations: typo in sql 2024-08-10 10:50:34 +02:00
model entry mode: set read_date when reading the entry 2024-08-11 15:48:18 +02:00
opml rename all references to old name 2022-11-11 20:58:15 +01:00
payloads logging: upgrade logging library and add error info 2024-04-11 12:40:58 +02:00
rss feed: attempt to log error and quit before reaching pointer dereference 2025-04-01 13:25:39 +02:00
tests add/remove comments/todos 2023-08-12 00:23:03 +02:00
Dockerfile.backend Dockerfile: update versions and switch to distroless 2025-08-20 10:18:19 +02:00
Dockerfile.migration Dockerfile: update versions and switch to distroless 2025-08-20 10:18:19 +02:00
go.mod update all dependencies and golang version 2025-08-20 10:19:22 +02:00
go.sum update all dependencies and golang version 2025-08-20 10:19:22 +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