mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[PR #135] [Feat] Add an install and update script #128
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Original Pull Request: https://github.com/ConvoyPanel/panel/pull/135
State: closed
Merged: No
This pull request introduces two new scripts to manage the installation and updating of the Convoy Panel. The
install_convoy.shscript provides a comprehensive setup for installing the Convoy Panel, while theupdate-convoy.shscript facilitates updating an existing installation. The most important changes include the addition of error handling, user prompts, and Docker container management.New Installation Script:
install_convoy.sh: Added a new script to automate the installation of the Convoy Panel, including setting up Docker, configuring environment variables, and creating an admin user.New Update Script:
update-convoy.sh: Introduced a script to update the Convoy Panel, including error handling, backup creation, and Docker container management.The reason why I made this, is because of some things I read on the support discord…..
[PR #135] [CLOSED] [Feat] Add an install and update scriptto [PR #135] [Feat] Add an install and update script