From ef5dca79e5e239b79b17bbef9f189f9b71c62ea2 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Wed, 11 Jun 2025 19:42:45 -0400 Subject: [PATCH] Create funding.json --- documentation/public/funding.json | 68 +++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 documentation/public/funding.json diff --git a/documentation/public/funding.json b/documentation/public/funding.json new file mode 100644 index 0000000..a65fb09 --- /dev/null +++ b/documentation/public/funding.json @@ -0,0 +1,68 @@ +{ + "version": "v1.0.0", + "entity": { + "type": "individual", + "role": "owner", + "name": "Sean Morley", + "email": "contact@seanmorley.com", + "phone": "", + "description": "AdventureLog is a free, open-source platform for logging, planning, and tracking travel. It’s fully self-hostable, privacy-focused, and designed around interactive mapping. I'm the lead developer and long-term maintainer.", + "webpageUrl": { + "url": "https://adventurelog.app", + "wellKnown": "" + } + }, + "projects": [ + { + "guid": "adventurelog", + "name": "AdventureLog", + "description": "A privacy-first travel platform for journaling, tracking, and planning trips. Self-hosted and FOSS, with trip logs, itineraries, maps, GPX support, and media uploads.", + "webpageUrl": { + "url": "https://adventurelog.app" + }, + "repositoryUrl": { + "url": "https://github.com/seanmorley15/adventurelog" + }, + "licenses": ["spdx:GPL-3.0"], + "tags": ["travel", "tracker", "planner", "mapping", "trip-planning", "selfhosting", "privacy", "django"] + } + ], + "funding": { + "channels": [ + { + "guid": "github-sponsors", + "type": "payment-provider", + "address": "https://github.com/sponsors/seanmorley15", + "description": "Monthly or one-time sponsorship via GitHub Sponsors" + }, + { + "guid": "buy-me-a-coffee", + "type": "payment-provider", + "address": "https://www.buymeacoffee.com/seanmorley15", + "description": "Quick one-off support — buy the dev a coffee ☕" + } + ], + "plans": [ + { + "guid": "any-amount", + "status": "active", + "name": "Any Amount", + "description": "Support AdventureLog at any level", + "amount": 0, + "currency": "USD", + "frequency": "one-time", + "channels": ["github-sponsors", "buy-me-a-coffee"] + }, + { + "guid": "monthly-10", + "status": "active", + "name": "Monthly Support - $10", + "description": "Helps fund ongoing development, maintenance, and new features", + "amount": 10, + "currency": "USD", + "frequency": "monthly", + "channels": ["github-sponsors", "buy-me-a-coffee"] + } + ] + } +}