Skip to content

Created Helper Scripts to add, edit, disable, and enable sites for Traefik #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dellthePROgrammer
Copy link

@dellthePROgrammer dellthePROgrammer commented Jul 24, 2025

🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.


✍️ Description

  • Created 4 helper scripts to quickly add, edit, enable, and disable site configs from a display menu using whiptail. Commands are addsite, ensite, dissite, editsite
  • Added cloudflare ips if using cloudflare as DNS Default: Commented out
  • Added serverTransport in config to allow for traefik to skip the "insecure" screen to display a site Default: Commented out
  • Sets https as default entrypoint

🔗 Related PR / Issue

Link: #

✅ Prerequisites (X in brackets)

  • [X] Self-review completed – Code follows project standards.
  • [X] Tested thoroughly – Changes work as expected.
  • [X] No breaking changes – Existing functionality remains intact.
  • [X] No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [X] ✨ New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • [X] Follows Code_Audit.md & CONTRIBUTING.md guidelines
  • [X] Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • [X] No hardcoded credentials

📋 Additional Information (optional)

- Created 4 helper scripts to quickly add, edit, enable, and disable site configs from a display menu using whiptail. Commands are addsite, ensite, dissite, editsite
- Added cloudflare ips if using cloudflare as DNS Default: Commented out
- Added serverTransport in config to allow for traefik to skip the "insecure" screen to display a site Default: Commented out
- Sets https as default entrypoint
Moved command list to post install
Moved post install commands list to after installation script ends
@dellthePROgrammer dellthePROgrammer requested a review from a team as a code owner July 24, 2025 18:42
@dellthePROgrammer dellthePROgrammer changed the title Created Helper Scripts to add, edit, disable, and enable sites Created Helper Scripts to add, edit, disable, and enable sites for Traefik Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant