Skip to content

Commit

Permalink
Fix funding.json (#17)
Browse files Browse the repository at this point in the history
Required for having different repositories pointing towards funding.json
  • Loading branch information
j1nx authored Feb 23, 2025
1 parent 813d44a commit c0e116c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
1 change: 1 addition & 0 deletions public/.well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.openvoiceos.org/funding.json
35 changes: 23 additions & 12 deletions public/funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "steward",
"role": "owner",
"name": "The OVOS Foundation (Stichting OVOS) - OpenVoiceOS",
"email": "info@openvoiceos.org",
"description": "OpenVoiceOS is a community-driven, open-source voice AI platform dedicated to creating customizable voice-controlled interfaces with a focus on privacy and security.",
Expand All @@ -16,10 +16,12 @@
"name": "OpenVoiceOS",
"description": "The foundational software of OpenVoiceOS, enabling voice AI capabilities across various devices.",
"webpageUrl": {
"url": "https://www.openvoiceos.org/"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-releases"
"url": "https://github.com/OpenVoiceOS/ovos-releases",
"wellKnown": "https://github.com/OpenVoiceOS/ovos-releases/-/raw/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["voice-assistant", "open-source", "AI", "privacy", "cross-platform"]
Expand All @@ -29,10 +31,12 @@
"name": "OVOS Installer",
"description": "An intuitive installer for OpenVoiceOS, facilitating easy setup and deployment.",
"webpageUrl": {
"url": "https://www.openvoiceos.org/"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-installer"
"url": "https://github.com/OpenVoiceOS/ovos-installer",
"wellKnown": "https://github.com/OpenVoiceOS/ovos-installer/-/raw/main/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["installer", "setup", "automation", "open-source"]
Expand All @@ -42,10 +46,12 @@
"name": "OVOS Buildroot",
"description": "A minimalistic Linux OS designed to host the OpenVoiceOS voice assistant on embedded systems.",
"webpageUrl": {
"url": "https://www.openvoiceos.org/"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-buildroot"
"url": "https://github.com/OpenVoiceOS/ovos-buildroot",
"wellKnown": "https://github.com/OpenVoiceOS/ovos-buildroot/-/raw/develop/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["buildroot", "embedded-systems", "linux", "open-source"]
Expand All @@ -55,10 +61,12 @@
"name": "RaspOVOS",
"description": "A specialized Raspberry Pi version of OpenVoiceOS, optimized for lightweight and efficient performance on embedded hardware.",
"webpageUrl": {
"url": "https://github.com/OpenVoiceOS/raspOVOS"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/raspOVOS"
"url": "https://github.com/OpenVoiceOS/raspOVOS",
"wellKnown": "https://github.com/OpenVoiceOS/raspOVOS/-/raw/dev/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["raspberry-pi", "embedded", "voice-assistant", "lightweight"]
Expand All @@ -68,10 +76,12 @@
"name": "OVOS Persona",
"description": "A modular and customizable persona system for OpenVoiceOS, allowing users to personalize voice interactions with unique assistant identities.",
"webpageUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-persona"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-persona"
"url": "https://github.com/OpenVoiceOS/ovos-persona",
"wellKnown": "https://github.com/OpenVoiceOS/ovos-persona/-/raw/dev/.well-known/funding-manifest-urls"
},
"licenses": ["spdx:Apache-2.0"],
"tags": ["AI", "voice-personalization", "open-source", "assistant"]
Expand All @@ -81,7 +91,8 @@
"name": "OVOS Docker",
"description": "A Docker-based deployment system for OpenVoiceOS, enabling easier containerization, scaling, and multi-platform support.",
"webpageUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-docker"
"url": "https://www.openvoiceos.org/",
"wellKnown": "https://www.openvoiceos.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/OpenVoiceOS/ovos-docker"
Expand Down

0 comments on commit c0e116c

Please sign in to comment.