[PR #45] [MERGED] feat: Add Portainer password reset script #54

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

📋 Pull Request Information

Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/45
Author: @dragonfire1119
Created: 6/15/2025
Status: Merged
Merged: 6/18/2025
Merged by: @dragonfire1119

Base: masterHead: add-reset-portainer-password


📝 Commits (5)

  • 79f3f61 feat: Add Portainer password reset script
  • ced9a31 🔧 feat(reset-portainer-password): Add support for Portainer stacks
  • b9727d6 🔧 refactor: Improve error handling in Portainer password reset script
  • 40ed815 refactor: improve error handling and rename error function
  • b7397ff feat(reset-portainer-password): improve error handling and deployment detection

📊 Changes

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

View changed files

reset-portainer-password/README.md (+99 -0)
reset-portainer-password/run.sh (+371 -0)

📄 Description

  • Adds a new script run.sh that allows users to easily reset the Portainer administrator password
  • Checks if Docker is running and accessible
  • Finds the Portainer container and data volume
  • Detects the deployment type (container, service, or stack)
  • Stops the Portainer instance temporarily
  • Resets the administrator password
  • Restarts the Portainer instance

🔄 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/45 **Author:** [@dragonfire1119](https://github.com/dragonfire1119) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@dragonfire1119](https://github.com/dragonfire1119) **Base:** `master` ← **Head:** `add-reset-portainer-password` --- ### 📝 Commits (5) - [`79f3f61`](https://github.com/bigbeartechworld/big-bear-scripts/commit/79f3f6170f5a4c9d28c0de2c421834dff67ad1ed) ✨ feat: Add Portainer password reset script - [`ced9a31`](https://github.com/bigbeartechworld/big-bear-scripts/commit/ced9a31260b531a9471cdb28b192ab71164ef4eb) 🔧 feat(reset-portainer-password): Add support for Portainer stacks - [`b9727d6`](https://github.com/bigbeartechworld/big-bear-scripts/commit/b9727d65b1e298dbd5065ccaa2ad67c96691e403) 🔧 refactor: Improve error handling in Portainer password reset script - [`40ed815`](https://github.com/bigbeartechworld/big-bear-scripts/commit/40ed8157a0d88c02bc249e89b6882816fd383817) ✨ refactor: improve error handling and rename error function - [`b7397ff`](https://github.com/bigbeartechworld/big-bear-scripts/commit/b7397ff2b0aea45556a8c0ed05c1249e25fbd10f) feat(reset-portainer-password): improve error handling and deployment detection ### 📊 Changes **2 files changed** (+470 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `reset-portainer-password/README.md` (+99 -0) ➕ `reset-portainer-password/run.sh` (+371 -0) </details> ### 📄 Description - Adds a new script `run.sh` that allows users to easily reset the Portainer administrator password - Checks if Docker is running and accessible - Finds the Portainer container and data volume - Detects the deployment type (container, service, or stack) - Stops the Portainer instance temporarily - Resets the administrator password - Restarts the Portainer instance --- <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:26 -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#54