Added Cloudflare R2 media storage support
Build and Publish / Build and Publish Docker Image (push) Successful in 1m26s

This commit is contained in:
Aleksandr Bogomiakov
2026-08-09 00:15:40 +01:00
parent 2d43600066
commit 9ee5048a43
15 changed files with 1883 additions and 235 deletions
+2 -2
View File
@@ -426,8 +426,8 @@
<div class="testimonial-text">{{ item.text }}</div>
{% if item.image_path.is_some() || item.author_note.is_some() %}
<div class="testimonial-footer">
{% if item.image_path.is_some() %}
<img class="testimonial-avatar" src="/testimonial-image/{{ item.id.unwrap() }}" alt="">
{% if let Some(image_url) = item.image_url.as_deref() %}
<img class="testimonial-avatar" src="{{ image_url }}" alt="">
{% endif %}
{% if let Some(note) = item.author_note.as_deref() %}
<span class="testimonial-note">{{ note }}</span>