Files
big-bear-scripts-bigbeartec…/casaos-setup-coolify
Christopher 33f8153a27 🔧 feat(casaos-setup-coolify): Add setup script for Coolify (#20)
* 🔧 feat(casaos-setup-coolify): Add setup script for Coolify

This commit 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.

*  feat: Update CasaOS Coolify setup script URL

The changes update the URL for the CasaOS Coolify setup script in the
README.md file. This ensures that users are directed to the correct
script location for setting up Coolify on CasaOS.
2024-11-11 14:26:49 -06:00
..

Run command

bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/casaos-setup-coolify/run.sh)"