- Nov 14, 2023
-
-
Dessalines authored
-
- Oct 25, 2023
-
-
Nutomic authored
* Resolve federated objects from other instances via redirect (fixes #3129) * restore domain check using library change * add test case, update apub lib --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Oct 24, 2023
-
-
Dessalines authored
* Adding /version route. Fixes #2914 * Using a simple version string. * Use nginx rewriting to solve version. * Forgot to remove version. * Using an actix redirect.
-
- Oct 20, 2023
-
-
Nutomic authored
* Avoid using proxy for pictrs requests (fixes #3489) * fmt
-
- Oct 11, 2023
-
-
Dessalines authored
* Moving to debian-based docker image. Fixes #3972 * Fix cargo.toml format. * Try nightly rust for cargo_fmt. * Trying to fix cargo build. * Trying to fix cargo build 2. * Trying to fix federation tests. * Trying to fix federation tests 2. * Trying to fix federation tests 3. * Try to fix aarch 1. * Try to fix aarch 2. * Try to fix aarch 3. * Removing aarch * Adding tests back in. * Adding ca-certs, and debian non-root user * Commenting arm image building. * Fix platform on runner. * Version 0.19.0-beta.6
-
- Sep 25, 2023
-
-
SleeplessOne1917 authored
-
- Sep 23, 2023
-
-
SleeplessOne1917 authored
-
- Sep 20, 2023
-
-
SleeplessOne1917 authored
* Make local federated instances use comnpose file for build * Remove commented out part of script
-
- Sep 19, 2023
-
-
SleeplessOne1917 authored
-
- Sep 18, 2023
-
-
SleeplessOne1917 authored
-
- Aug 31, 2023
-
-
Nick Webster authored
* add logic to prevent downloading remote pictrs images * apply formatting * Do not attempt a pictrs fetch if the remote image is also on a pictrs instance * Do not attempt a pictrs fetch if the remote image is also on a pictrs instance and cache_federated_images is false * Generalising the no caching option to handle all remote images * rustfmt * Return None if the URL is not an image * Updating defaults.hjson * fixing typo * Fixing typo * Skip cloning the Url unless we need to * using a HEAD request for checking the content type, saving bandwidth/improving perf * Removing early returns * Switching back to GET requests for Content-Type because pictrs does not handle HEAD requests * Simplifying logic and using metadata_image instead of url if we do not get a pictrs thumbnail * Removing unused import * Return None as a thumbnail if caching is disabled * formatting --------- Co-authored-by:
Djones4822 <david.jones4822@gmail.com>
-
Ellie authored
* Add ARM64 Docker image support * Fix * Fix Docker build * Fix typo * Use OpenSSL 3 and PostgreSQL Lib v15 in Docker builder * Use simple comments in Dockerfile * Add comment explaining Docker image cross build * Move docker step above tests for testing * Move docker build step back to normal position --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Jul 24, 2023
-
-
asimons04 authored
-
- Jul 13, 2023
-
-
Nina Blanson authored
* Add workaround for #3102 until cross-compile work complete * Minor cleanup --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Jul 07, 2023
-
-
Dessalines authored
-
- Jul 05, 2023
-
-
Andrew Fields authored
Add a server for serving Prometheus metrics. Include a configuration block in the config file. Provide HTTP metrics on the API, along with process-level metrics and DB pool metrics.
-
- Jul 03, 2023
-
-
drumlinish authored
-
- Jun 26, 2023
-
-
Nutomic authored
-
anonion authored
-
Peter Dave Hello authored
-
Dessalines authored
-
- Jun 23, 2023
-
-
Dessalines authored
-
- Jun 22, 2023
-
-
Nutomic authored
-
ShittyKopper authored
* docker-compose: Add init to UI Prevents waiting 10 seconds to shutdown * docker-compose: Update to version 3.7
-
- Jun 21, 2023
-
-
Dessalines authored
-
Dessalines authored
-
- Jun 20, 2023
-
-
Nutomic authored
-
Andrew DeLisa authored
* fix: add CORS origin environment variable * chore: formatting --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Jun 13, 2023
-
-
Edgar Alvarado authored
* Use anchor for duplicated compose properties * Include docker log max * Run prettier
-
- Jun 12, 2023
-
-
Edgar Alvarado authored
Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Jun 08, 2023
-
-
Charles Hall authored
Previously, these scripts wouldn't work on exotic systems such as NixOS. ``` fd '\.sh$' -t f --exec sed -i 's@#!/bin/bash@#!/usr/bin/env bash@' ```
-
Jason Watkins authored
Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Jun 07, 2023
-
-
Dessalines authored
-
- Jun 05, 2023
-
-
Justin Gauthier authored
* Update to fix nginx proxy config * Update docker-compose.yml - fix type --------- Co-authored-by:
Jax Gauthier <jax@gauthier.id>
-
- Jun 04, 2023
-
-
Nutomic authored
-
- May 14, 2023
-
-
SleeplessOne1917 authored
-
- May 12, 2023
-
-
SleeplessOne1917 authored
* Make volumes used in docker compose work when running on machines with SELinux enabled * Switch lemmy-ui comments --------- Co-authored-by:
Dessalines <dessalines@users.noreply.github.com>
-
- Apr 25, 2023
-
-
Dessalines authored
* Addressing slow profile queries. #2777 * Addressing PR comments.
-
Dessalines authored
-
- Apr 18, 2023
-
-
6543 authored
* use Dockerfile.multiarch and delete old Dockerfile * Dockerfile.multiarch -> Dockerfile * nit
-