[PR #35] [MERGED] 🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config #41

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

📋 Pull Request Information

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

Base: masterHead: add-generate-libredesk-config


📝 Commits (1)

  • a5becd9 🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config

📊 Changes

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

View changed files

generate-libredesk-config/README.md (+5 -0)
generate-libredesk-config/run.sh (+27 -0)

📄 Description

PR Description:

This pull request adds a new script to generate a LibreDesk configuration file. The script prompts the user for the desired location to save the config file, and then downloads the default config from the BigBearTechWorld/big-bear-casaos repository and saves it to the specified location. If the file already exists, the user is asked for confirmation before overwriting it.

The changes include:

<###>🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config

This commit adds a new script to generate a LibreDesk configuration file. The
script prompts the user for the desired location to save the config file, and
then downloads the default config from the BigBearTechWorld/big-bear-casaos
repository and saves it to the specified location. If the file already exists,
the user is asked for confirmation before overwriting it.
<###>

Summary by CodeRabbit

  • Documentation

    • Enhanced the project documentation with a new section detailing a terminal command to run the configuration process.
  • New Features

    • Introduced a configuration utility that guides users through downloading and saving the application configuration file. It prompts for a file location, checks for existing files, creates necessary directories, and confirms successful configuration.

🔄 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/35 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/11/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `add-generate-libredesk-config` --- ### 📝 Commits (1) - [`a5becd9`](https://github.com/bigbeartechworld/big-bear-scripts/commit/a5becd9b9ddfe54d255d8cd991b1736bfdad1713) 🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config ### 📊 Changes **2 files changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `generate-libredesk-config/README.md` (+5 -0) ➕ `generate-libredesk-config/run.sh` (+27 -0) </details> ### 📄 Description **PR Description:** This pull request adds a new script to generate a LibreDesk configuration file. The script prompts the user for the desired location to save the config file, and then downloads the default config from the BigBearTechWorld/big-bear-casaos repository and saves it to the specified location. If the file already exists, the user is asked for confirmation before overwriting it. The changes include: <###>🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config This commit adds a new script to generate a LibreDesk configuration file. The script prompts the user for the desired location to save the config file, and then downloads the default config from the BigBearTechWorld/big-bear-casaos repository and saves it to the specified location. If the file already exists, the user is asked for confirmation before overwriting it. <###> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Enhanced the project documentation with a new section detailing a terminal command to run the configuration process. - **New Features** - Introduced a configuration utility that guides users through downloading and saving the application configuration file. It prompts for a file location, checks for existing files, creates necessary directories, and confirms successful configuration. <!-- 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:24 -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#41