From 617e3cf007c5c9d358b6951ed50e371b462b7c57 Mon Sep 17 00:00:00 2001 From: Ulas Date: Wed, 1 Apr 2026 11:33:28 +0200 Subject: [PATCH] fix: rename screenshots to bust GitHub CDN cache for updated images Files that kept their original names after content replacement were served from GitHub's CDN cache. Rename with -2 suffix to force fresh delivery. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 60 +++--- ...rk-budget.png => mobile-dark-budget-2.png} | Bin ...ontacts.png => mobile-dark-contacts-2.png} | Bin ...hboard.png => mobile-dark-dashboard-2.png} | Bin ...dark-notes.png => mobile-dark-notes-2.png} | Bin ...dark-tasks.png => mobile-dark-tasks-2.png} | Bin ...t-budget.png => mobile-light-budget-2.png} | Bin ...ntacts.png => mobile-light-contacts-2.png} | Bin ...board.png => mobile-light-dashboard-2.png} | Bin ...ght-notes.png => mobile-light-notes-2.png} | Bin ...ght-tasks.png => mobile-light-tasks-2.png} | Bin ...rk-budget.png => tablet-dark-budget-2.png} | Bin ...ontacts.png => tablet-dark-contacts-2.png} | Bin ...hboard.png => tablet-dark-dashboard-2.png} | Bin ...dark-notes.png => tablet-dark-notes-2.png} | Bin ...dark-tasks.png => tablet-dark-tasks-2.png} | Bin ...t-budget.png => tablet-light-budget-2.png} | Bin ...ntacts.png => tablet-light-contacts-2.png} | Bin ...board.png => tablet-light-dashboard-2.png} | Bin ...ght-notes.png => tablet-light-notes-2.png} | Bin ...ght-tasks.png => tablet-light-tasks-2.png} | Bin docs/social-preview.html | 193 ++++++++++++++++++ 22 files changed, 223 insertions(+), 30 deletions(-) rename docs/screenshots/mobile-dark/{mobile-dark-budget.png => mobile-dark-budget-2.png} (100%) rename docs/screenshots/mobile-dark/{mobile-dark-contacts.png => mobile-dark-contacts-2.png} (100%) rename docs/screenshots/mobile-dark/{mobile-dark-dashboard.png => mobile-dark-dashboard-2.png} (100%) rename docs/screenshots/mobile-dark/{mobile-dark-notes.png => mobile-dark-notes-2.png} (100%) rename docs/screenshots/mobile-dark/{mobile-dark-tasks.png => mobile-dark-tasks-2.png} (100%) rename docs/screenshots/mobile-light/{mobile-light-budget.png => mobile-light-budget-2.png} (100%) rename docs/screenshots/mobile-light/{mobile-light-contacts.png => mobile-light-contacts-2.png} (100%) rename docs/screenshots/mobile-light/{mobile-light-dashboard.png => mobile-light-dashboard-2.png} (100%) rename docs/screenshots/mobile-light/{mobile-light-notes.png => mobile-light-notes-2.png} (100%) rename docs/screenshots/mobile-light/{mobile-light-tasks.png => mobile-light-tasks-2.png} (100%) rename docs/screenshots/tablet-dark/{tablet-dark-budget.png => tablet-dark-budget-2.png} (100%) rename docs/screenshots/tablet-dark/{tablet-dark-contacts.png => tablet-dark-contacts-2.png} (100%) rename docs/screenshots/tablet-dark/{tablet-dark-dashboard.png => tablet-dark-dashboard-2.png} (100%) rename docs/screenshots/tablet-dark/{tablet-dark-notes.png => tablet-dark-notes-2.png} (100%) rename docs/screenshots/tablet-dark/{tablet-dark-tasks.png => tablet-dark-tasks-2.png} (100%) rename docs/screenshots/tablet-light/{tablet-light-budget.png => tablet-light-budget-2.png} (100%) rename docs/screenshots/tablet-light/{tablet-light-contacts.png => tablet-light-contacts-2.png} (100%) rename docs/screenshots/tablet-light/{tablet-light-dashboard.png => tablet-light-dashboard-2.png} (100%) rename docs/screenshots/tablet-light/{tablet-light-notes.png => tablet-light-notes-2.png} (100%) rename docs/screenshots/tablet-light/{tablet-light-tasks.png => tablet-light-tasks-2.png} (100%) create mode 100644 docs/social-preview.html diff --git a/README.md b/README.md index 7a8bfac..ac512a8 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,17 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Dashboard + + + Dashboard
Dashboard - - - Tasks + + + Tasks
Tasks @@ -99,9 +99,9 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Budget + + + Budget
Budget @@ -109,17 +109,17 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Notes + + + Notes
Notes - - - Contacts + + + Contacts
Contacts @@ -141,17 +141,17 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Dashboard — Tablet + + + Dashboard — Tablet
Dashboard - - - Tasks — Tablet + + + Tasks — Tablet
Tasks @@ -185,9 +185,9 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Budget — Tablet + + + Budget — Tablet
Budget @@ -195,17 +195,17 @@ Oikos is designed for **one family on one server** — not a SaaS product, not a - - - Notes — Tablet + + + Notes — Tablet
Notes - - - Contacts — Tablet + + + Contacts — Tablet
Contacts diff --git a/docs/screenshots/mobile-dark/mobile-dark-budget.png b/docs/screenshots/mobile-dark/mobile-dark-budget-2.png similarity index 100% rename from docs/screenshots/mobile-dark/mobile-dark-budget.png rename to docs/screenshots/mobile-dark/mobile-dark-budget-2.png diff --git a/docs/screenshots/mobile-dark/mobile-dark-contacts.png b/docs/screenshots/mobile-dark/mobile-dark-contacts-2.png similarity index 100% rename from docs/screenshots/mobile-dark/mobile-dark-contacts.png rename to docs/screenshots/mobile-dark/mobile-dark-contacts-2.png diff --git a/docs/screenshots/mobile-dark/mobile-dark-dashboard.png b/docs/screenshots/mobile-dark/mobile-dark-dashboard-2.png similarity index 100% rename from docs/screenshots/mobile-dark/mobile-dark-dashboard.png rename to docs/screenshots/mobile-dark/mobile-dark-dashboard-2.png diff --git a/docs/screenshots/mobile-dark/mobile-dark-notes.png b/docs/screenshots/mobile-dark/mobile-dark-notes-2.png similarity index 100% rename from docs/screenshots/mobile-dark/mobile-dark-notes.png rename to docs/screenshots/mobile-dark/mobile-dark-notes-2.png diff --git a/docs/screenshots/mobile-dark/mobile-dark-tasks.png b/docs/screenshots/mobile-dark/mobile-dark-tasks-2.png similarity index 100% rename from docs/screenshots/mobile-dark/mobile-dark-tasks.png rename to docs/screenshots/mobile-dark/mobile-dark-tasks-2.png diff --git a/docs/screenshots/mobile-light/mobile-light-budget.png b/docs/screenshots/mobile-light/mobile-light-budget-2.png similarity index 100% rename from docs/screenshots/mobile-light/mobile-light-budget.png rename to docs/screenshots/mobile-light/mobile-light-budget-2.png diff --git a/docs/screenshots/mobile-light/mobile-light-contacts.png b/docs/screenshots/mobile-light/mobile-light-contacts-2.png similarity index 100% rename from docs/screenshots/mobile-light/mobile-light-contacts.png rename to docs/screenshots/mobile-light/mobile-light-contacts-2.png diff --git a/docs/screenshots/mobile-light/mobile-light-dashboard.png b/docs/screenshots/mobile-light/mobile-light-dashboard-2.png similarity index 100% rename from docs/screenshots/mobile-light/mobile-light-dashboard.png rename to docs/screenshots/mobile-light/mobile-light-dashboard-2.png diff --git a/docs/screenshots/mobile-light/mobile-light-notes.png b/docs/screenshots/mobile-light/mobile-light-notes-2.png similarity index 100% rename from docs/screenshots/mobile-light/mobile-light-notes.png rename to docs/screenshots/mobile-light/mobile-light-notes-2.png diff --git a/docs/screenshots/mobile-light/mobile-light-tasks.png b/docs/screenshots/mobile-light/mobile-light-tasks-2.png similarity index 100% rename from docs/screenshots/mobile-light/mobile-light-tasks.png rename to docs/screenshots/mobile-light/mobile-light-tasks-2.png diff --git a/docs/screenshots/tablet-dark/tablet-dark-budget.png b/docs/screenshots/tablet-dark/tablet-dark-budget-2.png similarity index 100% rename from docs/screenshots/tablet-dark/tablet-dark-budget.png rename to docs/screenshots/tablet-dark/tablet-dark-budget-2.png diff --git a/docs/screenshots/tablet-dark/tablet-dark-contacts.png b/docs/screenshots/tablet-dark/tablet-dark-contacts-2.png similarity index 100% rename from docs/screenshots/tablet-dark/tablet-dark-contacts.png rename to docs/screenshots/tablet-dark/tablet-dark-contacts-2.png diff --git a/docs/screenshots/tablet-dark/tablet-dark-dashboard.png b/docs/screenshots/tablet-dark/tablet-dark-dashboard-2.png similarity index 100% rename from docs/screenshots/tablet-dark/tablet-dark-dashboard.png rename to docs/screenshots/tablet-dark/tablet-dark-dashboard-2.png diff --git a/docs/screenshots/tablet-dark/tablet-dark-notes.png b/docs/screenshots/tablet-dark/tablet-dark-notes-2.png similarity index 100% rename from docs/screenshots/tablet-dark/tablet-dark-notes.png rename to docs/screenshots/tablet-dark/tablet-dark-notes-2.png diff --git a/docs/screenshots/tablet-dark/tablet-dark-tasks.png b/docs/screenshots/tablet-dark/tablet-dark-tasks-2.png similarity index 100% rename from docs/screenshots/tablet-dark/tablet-dark-tasks.png rename to docs/screenshots/tablet-dark/tablet-dark-tasks-2.png diff --git a/docs/screenshots/tablet-light/tablet-light-budget.png b/docs/screenshots/tablet-light/tablet-light-budget-2.png similarity index 100% rename from docs/screenshots/tablet-light/tablet-light-budget.png rename to docs/screenshots/tablet-light/tablet-light-budget-2.png diff --git a/docs/screenshots/tablet-light/tablet-light-contacts.png b/docs/screenshots/tablet-light/tablet-light-contacts-2.png similarity index 100% rename from docs/screenshots/tablet-light/tablet-light-contacts.png rename to docs/screenshots/tablet-light/tablet-light-contacts-2.png diff --git a/docs/screenshots/tablet-light/tablet-light-dashboard.png b/docs/screenshots/tablet-light/tablet-light-dashboard-2.png similarity index 100% rename from docs/screenshots/tablet-light/tablet-light-dashboard.png rename to docs/screenshots/tablet-light/tablet-light-dashboard-2.png diff --git a/docs/screenshots/tablet-light/tablet-light-notes.png b/docs/screenshots/tablet-light/tablet-light-notes-2.png similarity index 100% rename from docs/screenshots/tablet-light/tablet-light-notes.png rename to docs/screenshots/tablet-light/tablet-light-notes-2.png diff --git a/docs/screenshots/tablet-light/tablet-light-tasks.png b/docs/screenshots/tablet-light/tablet-light-tasks-2.png similarity index 100% rename from docs/screenshots/tablet-light/tablet-light-tasks.png rename to docs/screenshots/tablet-light/tablet-light-tasks-2.png diff --git a/docs/social-preview.html b/docs/social-preview.html new file mode 100644 index 0000000..5e2677e --- /dev/null +++ b/docs/social-preview.html @@ -0,0 +1,193 @@ + + + + +Oikos — Social Preview + + + + +
+
Self-Hosted · Open Source
+
Oikos
+

The family planner that respects your privacy. Tasks, calendars, shopping, meals, budget — on your own server.

+
+ Tasks + 📅 Calendar + 🛒 Shopping + 🍝 Meals + 💰 Budget + 📌 Notes + 👥 Contacts + 🔒 Encrypted +
+
+ +
+ +
+ Dashboard +
+
+ + + + +