From 2049e65221aec07b33cbd591e0a9d36e73b49727 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 9 Sep 2024 13:39:30 +0600 Subject: [PATCH] web/about/general: update the community section --- web/src/lib/env.ts | 8 ++++-- web/src/routes/about/general/+page.svelte | 30 ++++++++++++++++------- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/web/src/lib/env.ts b/web/src/lib/env.ts index 0f5a0970..f303b432 100644 --- a/web/src/lib/env.ts +++ b/web/src/lib/env.ts @@ -46,9 +46,13 @@ const donate = { const siriShortcuts = { photos: "https://www.icloud.com/shortcuts/14e9aebf04b24156acc34ceccf7e6fcd", files: "https://www.icloud.com/shortcuts/2134cd9d4d6b41448b2201f933542b2e", -} +}; + +const docs = { + instanceHosting: "https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md", +}; const apiURL = "https://api.cobalt.tools"; -export { donate, apiURL, contacts, partners, siriShortcuts }; +export { donate, apiURL, contacts, partners, siriShortcuts, docs }; export default variables; diff --git a/web/src/routes/about/general/+page.svelte b/web/src/routes/about/general/+page.svelte index 906cf71b..3236515c 100644 --- a/web/src/routes/about/general/+page.svelte +++ b/web/src/routes/about/general/+page.svelte @@ -1,5 +1,5 @@ @@ -50,17 +50,29 @@

open community

-

- we believe that the future of the internet is open, - which is why cobalt's backend is open source, and the web app is source-available. - you can - check & contribute to both - at any time, we welcome all contributions and suggestions! -

cobalt is used by countless artists, educators, and content creators to do what they love. we're always on the line with our community and work together to create even more useful tools for them. - feel free to join the conversation, too! + feel free to join the conversation! +

+

+ we believe that the future of the internet is open, + which is why cobalt is + + source first + + and + + easily self-hostable. + + + you can check the source code & contribute to cobalt + at any time, we welcome all contributions and suggestions. +

+

+ you can use any processing instances hosted by the community, including your own. + if your friend hosts one, just ask them for a domain and add it in instance settings.