lemmy/src
Nutomic 943c31cc72
Allow passing command line params via environment (fixes #4603) (#4729)
* Allow passing command line params via environment (fixes #4603)

* add prefix

---------

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
2024-05-22 08:39:01 -04:00
..
api_routes_http.rs Dont allow reusing password reset token, use normal rate limit (#4719) 2024-05-21 14:46:49 -04:00
code_migrations.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
lib.rs Allow passing command line params via environment (fixes #4603) (#4729) 2024-05-22 08:39:01 -04:00
main.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00
prometheus_metrics.rs Include prometheus in default build, remove build feature (fixes #3558) (#4071) 2023-10-25 06:54:58 -04:00
root_span_builder.rs Persistent, performant, reliable federation queue (#3605) 2023-09-09 12:25:03 -04:00
scheduled_tasks.rs Move SQL triggers from migrations into reusable sql file (#4333) 2024-04-17 20:58:44 -04:00
session_middleware.rs Make all single-fetch database calls return an Option. (#4617) 2024-04-16 14:48:15 +02:00
telemetry.rs Convert all Result<..., LemmyError> into LemmyResult<...> Fixes #4613 (#4614) 2024-04-10 10:14:11 -04:00