- FreshRSS now runs 3x daily: 6:45 AM, 12 PM, 5 PM
- Removed Mia from birthday tracker 💔
- Removed home stack monitor cron jobs (already have monitoring)
- Added Gotify notifications to FreshRSS and birthday tracker
- Both Telegram and Gotify now receive alerts
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"people": [
|
|
{
|
|
"name": "Grace Martin",
|
|
"relationship": "Mum",
|
|
"birthday": "06-02",
|
|
"birth_year": 1951,
|
|
"notes": "Cancer treatment ongoing - be extra thoughtful. Loves gardening, cooking, family time.",
|
|
"gift_ideas": ["Flowers", "Gardening supplies", "Photo album", "Day spa voucher", "Home-cooked meal"],
|
|
"past_gifts": []
|
|
},
|
|
{
|
|
"name": "Harvey Martin",
|
|
"relationship": "Dad",
|
|
"birthday": "12-08",
|
|
"birth_year": 1949,
|
|
"notes": "Full-time carer for Grace. Needs respite/support. Loves tech gadgets, wine, coffee.",
|
|
"gift_ideas": ["Ember mug", "Wine subscription", "Coffee beans", "Tech gadget", "Day out voucher"],
|
|
"past_gifts": []
|
|
},
|
|
{
|
|
"name": "Elizabeth Martin",
|
|
"relationship": "Sister",
|
|
"birthday": "09-11",
|
|
"birth_year": 1990,
|
|
"notes": "Vegan - avoid food gifts unless specifically vegan. Creative, environmentally conscious.",
|
|
"gift_ideas": ["Vegan cookbook", "Eco-friendly products", "Plants", "Art supplies", "Experience gift"],
|
|
"past_gifts": []
|
|
},
|
|
{
|
|
"name": "Alexander",
|
|
"relationship": "Godson/Cousin",
|
|
"birthday": "07-XX",
|
|
"birth_year": 2016,
|
|
"notes": "8 years old (born July 2016). Loves games, books, LEGO, sports.",
|
|
"gift_ideas": ["LEGO set", "Books", "Board games", "Sports equipment", "Science kit"],
|
|
"past_gifts": []
|
|
}
|
|
],
|
|
"settings": {
|
|
"reminder_weeks_before": 2,
|
|
"reminder_days_before": 7,
|
|
"reminder_day_of": true
|
|
}
|
|
}
|