Skip to content

Commit

Permalink
Merge pull request #90 from coollabsio/next
Browse files Browse the repository at this point in the history
Feat: New services *arr stack
  • Loading branch information
peaklabs-dev authored Dec 3, 2024
2 parents 6904994 + 4e9214c commit 45122f1
Show file tree
Hide file tree
Showing 20 changed files with 223 additions and 10 deletions.
26 changes: 18 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import starlightOpenAPI, { openAPISidebarGroups } from "starlight-openapi";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
import starlightImageZoom from "starlight-image-zoom";
import starlightLinksValidator from "starlight-links-validator";
import tailwind from "@astrojs/tailwind";
import starlightOpenAPI, { openAPISidebarGroups } from "starlight-openapi";

import sitemap from "@astrojs/sitemap";

Expand Down Expand Up @@ -359,6 +359,7 @@ export default defineConfig({
{ label: "Invoice Ninja", link: "/services/invoice-ninja" },
{ label: "Jellyfin", link: "/services/jellyfin" },
{ label: "Jenkins", link: "/services/jenkins" },
{ label: "Kimai", link: "/services/kimai" },
{ label: "Kuzzle", link: "/services/kuzzle" },
{ label: "Label Studio", link: "/services/labelstudio" },
{ label: "Langfuse", link: "/services/langfuse" },
Expand All @@ -383,23 +384,28 @@ export default defineConfig({
{ label: "Ollama", link: "/services/ollama" },
{ label: "Openblocks", link: "/services/openblocks" },
{ label: "Outline", link: "/services/outline" },
{ label: "Overseerr", link: "/services/overseerr" },
{ label: "Pairdrop", link: "/services/pairdrop" },
{ label: "Penpot", link: "/services/penpot" },
{ label: "PhpMyAdmin", link: "/services/phpmyadmin" },
{ label: "Plane", link: "/services/plane" },
{ label: "Plausible", link: "/services/plausible" },
{ label: "Plex", link: "/services/plex" },
{ label: "Plunk", link: "/services/plunk" },
{ label: "Pocketbase", link: "/services/pocketbase" },
{ label: "PostHog", link: "/services/posthog" },
{ label: "Prefect", link: "/services/prefect" },
{ label: "Prowlarr", link: "/services/prowlarr" },
{ label: "Qdrant", link: "/services/qdrant" },
{ label: "RabbitMQ", link: "/services/rabbitmq" },
{ label: "Radarr", link: "/services/radarr" },
{ label: "Reactive Resume", link: "/services/reactive-resume" },
{ label: "Rocket.Chat", link: "/services/rocketchat" },
{ label: "SearXNG", link: "/services/searxng" },
{ label: "Shlink", link: "/services/shlink" },
{ label: "Slash", link: "/services/slash" },
{ label: "Snapdrop", link: "/services/snapdrop" },
{ label: "Sonarr", link: "/services/sonarr" },
{ label: "Statusnook", link: "/services/statusnook" },
{ label: "Stirling PDF", link: "/services/stirling-pdf" },
{ label: "Supabase", link: "/services/supabase" },
Expand All @@ -417,7 +423,7 @@ export default defineConfig({
{ label: "Weblate", link: "/services/weblate" },
{ label: "Whoogle", link: "/services/whoogle" },
{ label: "Windmill", link: "/services/windmill" },
{ label: "Wordpress", link: "/services/wordpress" }
{ label: "Wordpress", link: "/services/wordpress" },
],
},
{
Expand All @@ -434,8 +440,10 @@ export default defineConfig({
label: "Scalability",
link: "/knowledge-base/internal/scalability",
},
{ label: "Terminal", link: "/knowledge-base/internal/terminal" },

{
label: "Terminal",
link: "/knowledge-base/internal/terminal",
},
],
},
{
Expand All @@ -447,7 +455,10 @@ export default defineConfig({
label: "Notifications",
link: "/knowledge-base/notifications",
},
{ label: "Coolify Updates", link: "/knowledge-base/coolify-updates" },
{
label: "Coolify Updates",
link: "/knowledge-base/coolify-updates",
},
{ label: "Commands", link: "/knowledge-base/commands" },
{ label: "Delete User", link: "/knowledge-base/delete-user" },
{ label: "OAuth", link: "/knowledge-base/oauth" },
Expand Down Expand Up @@ -654,7 +665,6 @@ export default defineConfig({
},
],
},

],
},
{
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/images/services/overseerr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/services/plex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 45122f1

Please sign in to comment.