mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:24:02 -04:00
[PR #35] [MERGED] 🎨 feat(generate-libredesk-config): Add script to generate LibreDesk config #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head: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
New Features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.