1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 12:59:36 +02:00

Delete documentation/public/funding.json

This commit is contained in:
Sean Morley 2025-06-11 19:45:30 -04:00 committed by GitHub
parent ef5dca79e5
commit 71ff217323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,68 +0,0 @@
{
"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. Its 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"]
}
]
}
}