Skip to content

reusable 6 #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/content/features/dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ desc: A comprehensive guide for configuring DNS records and proxy settings with
This guide will show you how to configure DNS records and proxy settings to work with your Zerops applications.

:::important Cloudflare
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare-dns) for step-by-step instructions specific to Cloudflare's interface and features.
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare) for step-by-step instructions specific to Cloudflare's interface and features.
:::

## DNS Configuration
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/references/logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ For more advanced log analysis and centralized logging, you can forward all your

Zerops provides pre-configured setups for popular logging services:

- **Better Stack**
- **Papertrail**
- **[Better Stack](https://betterstack.com/)**
- **[Papertrail](https://www.papertrail.com/)**

To set up one of these integrations, go to your project detail, select **Log Forwarding & Logs Overview**, choose your preferred service, and follow the guided steps in the interface.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/components/content/env-variables.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SetVar, Var, VarLink, VarCodeBlock } from '/src/components/content/var';

Environment variables help you run your application in different environments. They allow you to isolate all specific environment aspects from your application code and keep your app encapsulated. You can create several projects in Zerops that represent different environments (development, stage, production) or even each developer can have a project with its own environment.
Environment variables help you run your application in different environments. They allow you to isolate all specific environment aspects from your application code and keep your app encapsulated.

In Zerops you do not have to create a `.env` file manually. Zerops handles the environment variables for you.

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/static/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@ Not sure which to choose? Start with containers. You can always switch to VMs if

This guide will show you how to configure DNS records and proxy settings to work with your Zerops applications.
:::important Cloudflare
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare-dns) for step-by-step instructions specific to Cloudflare's interface and features.
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare) for step-by-step instructions specific to Cloudflare's interface and features.
:::
## DNS Configuration
DNS records for Zerops services can be configured in two main ways:
Expand Down Expand Up @@ -25106,8 +25106,8 @@ For severity levels to work properly in Zerops, your application must log to sys
For more advanced log analysis and centralized logging, you can forward all your Zerops logs to external logging services. The Zerops logger service uses **syslog-ng** to enable this functionality.
### Ready-Made Configurations
Zerops provides pre-configured setups for popular logging services:
- **Better Stack**
- **Papertrail**
- **[Better Stack](https://betterstack.com/)**
- **[Papertrail](https://www.papertrail.com/)**
To set up one of these integrations, go to your project detail, select **Log Forwarding & Logs Overview**, choose your preferred service, and follow the guided steps in the interface.
### Custom Log Forwarding Configuration
You can set up forwarding to any syslog-ng compatible software. To do this, navigate to your project detail, select **Log Forwarding & Logs Overview**, and choose the "Setup forwarding to any syslog-ng compatible software" option.
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/static/llms-small.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6778,7 +6778,7 @@ Not sure which to choose? Start with containers. You can always switch to VMs if

This guide will show you how to configure DNS records and proxy settings to work with your Zerops applications.
:::important Cloudflare
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare-dns) for step-by-step instructions specific to Cloudflare's interface and features.
If you're using Cloudflare, check out our dedicated [Cloudflare DNS Configuration Guide](/features/cloudflare) for step-by-step instructions specific to Cloudflare's interface and features.
:::
## DNS Configuration
DNS records for Zerops services can be configured in two main ways:
Expand Down