Skip to content

Commit

Permalink
Merge pull request #131 from nktnet1/gotenberg-documentation
Browse files Browse the repository at this point in the history
feat: gotenberg documentation
  • Loading branch information
andrasbacsai authored Jan 16, 2025
2 parents b68f5e0 + 6d8b4e1 commit 4cbf953
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ export default defineConfig({
{ label: "Glance", link: "/services/glance" },
{ label: "Glances", link: "/services/glances" },
{ label: "Glitchtip", link: "/services/glitchtip" },
{ label: "Gotenberg", link: "/services/gotenberg" },
{ label: "Grafana", link: "/services/grafana" },
{ label: "Grocy", link: "/services/grocy" },
{ label: "Heimdall", link: "/services/heimdall" },
Expand Down
27 changes: 27 additions & 0 deletions src/content/docs/services/gotenberg.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Gotenberg
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to host Gotenberg with Coolify"
description: "Here you can find the documentation for hosting Gotenberg with Coolify."
---

import { Badge } from '@astrojs/starlight/components';

<Badge text="One-click setup." variant="note" size="large" />

![Gotenberg](https://user-images.githubusercontent.com/8983173/130322857-185831e2-f041-46eb-a17f-0a69d066c4e5.png)

## What is Gotenberg?

Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice
for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!

Gotenberg **has no UI**. Head to the [documentation](https://gotenberg.dev/docs/getting-started/introduction) to learn how to interact with it 🚀.

## Links

- [Official Website ›](https://https://gotenberg.dev)
- [GitHub ›](https://github.com/gotenberg/gotenberg)
1 change: 1 addition & 0 deletions src/content/docs/services/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ You can host ANY service with Coolify that could be containerized.
- [Glance](/docs/services/glance) - All-in-one Home Server Dashboard.
- [Glances](/docs/services/glances) - Cross-platform system monitoring tool.
- [GlitchTip](/docs/services/glitchtip) - An open-source error tracking tool.
- [Gotenberg](/docs/services/gotenberg) - A Docker-powered stateless API for PDF files.
- [Grafana](/docs/services/grafana) - The open platform for beautiful analytics and monitoring.
- [Grocy](/docs/services/grocy) - A self-hosted groceries & household management solution for your home.
- [Heimdall](/docs/services/heimdall) - An elegant solution to organize all your web applications.
Expand Down

0 comments on commit 4cbf953

Please sign in to comment.