[PR #20] [MERGED] 🔧 feat(casaos-setup-coolify): Add setup script for Coolify #21

Closed
opened 2025-11-20 04:14:20 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/20
Author: @dragonfire1119
Created: 11/11/2024
Status: Merged
Merged: 11/11/2024
Merged by: @dragonfire1119

Base: masterHead: casaos-setup-coolify


📝 Commits (2)

  • f524656 🔧 feat(casaos-setup-coolify): Add setup script for Coolify
  • d75aeb6 feat: Update CasaOS Coolify setup script URL

📊 Changes

2 files changed (+172 additions, -0 deletions)

View changed files

casaos-setup-coolify/README.md (+5 -0)
casaos-setup-coolify/run.sh (+167 -0)

📄 Description

This pull request adds a setup script for Coolify, a self-hosted platform for deploying web applications. The script performs the following tasks:

  • Installs and configures an SSH server based on the detected operating system.
  • Generates an SSH key pair for Coolify and sets the appropriate permissions.
  • Creates a Docker network for Coolify.
  • Provides an option to display the generated private SSH key.
  • Includes a menu-driven interface for running the setup or clearing the Coolify cache.

The changes aim to simplify the setup process for Coolify on CasaOS, making it more accessible to users.

Summary by CodeRabbit

  • New Features

    • Added a new section in the README to guide users on executing a setup command.
    • Introduced a run.sh script to automate the setup of an SSH server for the Coolify application across multiple Linux distributions, including user-friendly prompts and options.
  • Documentation

    • Enhanced the README with instructions for initiating the setup process.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bigbeartechworld/big-bear-scripts/pull/20 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `casaos-setup-coolify` --- ### 📝 Commits (2) - [`f524656`](https://github.com/bigbeartechworld/big-bear-scripts/commit/f5246561da08bf345ca40d21d88c1f6aff5240f2) 🔧 feat(casaos-setup-coolify): Add setup script for Coolify - [`d75aeb6`](https://github.com/bigbeartechworld/big-bear-scripts/commit/d75aeb6c64a964bddd52e0b6b5a746b4add19262) ✨ feat: Update CasaOS Coolify setup script URL ### 📊 Changes **2 files changed** (+172 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `casaos-setup-coolify/README.md` (+5 -0) ➕ `casaos-setup-coolify/run.sh` (+167 -0) </details> ### 📄 Description This pull request adds a setup script for Coolify, a self-hosted platform for deploying web applications. The script performs the following tasks: - Installs and configures an SSH server based on the detected operating system. - Generates an SSH key pair for Coolify and sets the appropriate permissions. - Creates a Docker network for Coolify. - Provides an option to display the generated private SSH key. - Includes a menu-driven interface for running the setup or clearing the Coolify cache. The changes aim to simplify the setup process for Coolify on CasaOS, making it more accessible to users. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added a new section in the README to guide users on executing a setup command. - Introduced a `run.sh` script to automate the setup of an SSH server for the Coolify application across multiple Linux distributions, including user-friendly prompts and options. - **Documentation** - Enhanced the README with instructions for initiating the setup process. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/big-bear-scripts#21