-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from coollabsio/next
Feat: New notification docs and v4.0.0-beta.377 release related docs
- Loading branch information
Showing
11 changed files
with
292 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: FileFlows | ||
head: | ||
- tag: "meta" | ||
attrs: | ||
property: "og:title" | ||
content: "How to host FileFlows with Coolify" | ||
description: "Here you can find the documentation for hosting FileFlows with Coolify." | ||
--- | ||
|
||
![FileFlows](../../../assets/images/services/fileflows.svg) | ||
|
||
## What is FileFlows? | ||
|
||
Are you tired of manually managing your files? Meet FileFlows — the ultimate solution for automatic file processing! | ||
|
||
FileFlows lets you monitor and process any file type with custom flows. Videos, audio, images, archives, comics, eBooks—you name it! | ||
|
||
## Installation | ||
|
||
1. Create the service within Coolify. | ||
2. If your device supports it, enable hardware transcoding by uncommenting this section in the compose file: | ||
|
||
```yaml | ||
#devices: | ||
# - "/dev/dri:/dev/dri" | ||
``` | ||
|
||
## Screenshots | ||
|
||
![FileFlows](/src/assets/images/screenshots/fileflows_screenshot.webp) | ||
|
||
## Links | ||
|
||
- [The official website ›](https://fileflows.com/) | ||
- [Doc ›](https://fileflows.com/docs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: Sonatype Nexus | ||
head: | ||
- tag: "meta" | ||
attrs: | ||
property: "og:title" | ||
content: How to host Sonatype Nexus with Coolify | ||
description: "Here you can find the documentation for hosting Sonatype Nexus with Coolify." | ||
--- | ||
|
||
import { Badge } from '@astrojs/starlight/components'; | ||
|
||
<Badge text="One-click setup." variant="note" size="large" /> | ||
|
||
![Nexus](../../../assets/images/services/nexus0.png) | ||
|
||
## What is Sonatype Nexus | ||
|
||
Sonatype Nexus is a repository manager that allows you to store, manage, and distribute your software artifacts. | ||
The official container is for x86_64 architecture. The arm64 version is community maintained and synced with the official repository. | ||
|
||
## Setup | ||
|
||
- The setup relies on starting as default user "admin" with password "admin123". | ||
- Once the service is running, login with the default credentials and change the password. | ||
- After that, delete `NEXUS_SECURITY_RANDOMPASSWORD=false` line from the compose file and restart the service to apply the changes. | ||
|
||
Minimum requirements: | ||
- 4 vCPU | ||
- 3 GB RAM | ||
|
||
## Screenshots | ||
|
||
![Repository](../../../assets/images/services/nexus1.png) | ||
![System](../../../assets/images/services/nexus2.png) | ||
|
||
## Links | ||
|
||
- [The official website ›](https://help.sonatype.com/en/sonatype-nexus-repository.html?utm_source=coolify.io) | ||
- [GitHub ›](https://github.com/sonatype/docker-nexus3?utm_source=coolify.io) |