[PR #287] [MERGED] feat: add XSSHunter blueprint with Docker Compose setup and configura… #338

Closed
opened 2025-11-22 20:35:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/287
Author: @xElkomy
Created: 8/15/2025
Status: Merged
Merged: 10/5/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (10+)

  • 190b755 feat: add XSSHunter blueprint with Docker Compose setup and configuration templates
  • 30418c1 Change port to expose to work with Traefik
  • f02a070 feat: add XSS Hunter blueprint configuration with environment variables and domain settings, don't use special characters
  • 016d5e0 - if you will use special characters so add the password in a single quote to avoid the conflicts
  • ef3ee7d Update blueprints/xsshunter/docker-compose.yml
  • 4f46ca0 Update blueprints/xsshunter/docker-compose.yml
  • f7f840a Update blueprints/xsshunter/docker-compose.yml
  • 4173ca1 Update blueprints/xsshunter/docker-compose.yml
  • 798f955 Update blueprints/xsshunter/docker-compose.yml
  • 4c5f8e2 Update blueprints/xsshunter/docker-compose.yml

📊 Changes

4 files changed (+413 additions, -9 deletions)

View changed files

blueprints/xsshunter/docker-compose.yml (+87 -0)
blueprints/xsshunter/template.toml (+71 -0)
blueprints/xsshunter/xsshunter.png (+0 -0)
📝 meta.json (+255 -9)

📄 Description

What is this PR about?

New PR of xsshunter

Checklist

Before submitting this PR, please make sure that:

The Actual Project was using caddy for proxying the domains out.

  xsshunterexpress-proxy:
    image: caddy:alpine
    container_name: xsshunterexpress-proxy
    restart: unless-stopped
    env_file:
      - .env
    ports:
      - 80:80
      - 443:443
    volumes:
      - ./caddy/data:/data
      - ./caddy/config:/config
      - ./Caddyfile:/etc/caddy/Caddyfile

So if there any problem with my PR please let me know.


🔄 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/Dokploy/templates/pull/287 **Author:** [@xElkomy](https://github.com/xElkomy) **Created:** 8/15/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`190b755`](https://github.com/Dokploy/templates/commit/190b75583580a18ebbd653eda40a4e28a5cfa75b) feat: add XSSHunter blueprint with Docker Compose setup and configuration templates - [`30418c1`](https://github.com/Dokploy/templates/commit/30418c1fc40e7c66bafccf2e2d2bc695d0800f15) Change port to expose to work with Traefik - [`f02a070`](https://github.com/Dokploy/templates/commit/f02a070e1f78d003ae7e3200794795f4015b6f77) feat: add XSS Hunter blueprint configuration with environment variables and domain settings, don't use special characters - [`016d5e0`](https://github.com/Dokploy/templates/commit/016d5e0ed966a445b081abbcc7aed3b983a50743) - if you will use special characters so add the password in a single quote to avoid the conflicts - [`ef3ee7d`](https://github.com/Dokploy/templates/commit/ef3ee7d8080fcd5b4b2dee5e7e2431ae88678bae) Update blueprints/xsshunter/docker-compose.yml - [`4f46ca0`](https://github.com/Dokploy/templates/commit/4f46ca0748de39a535aeccbb69cf93bcc269eec3) Update blueprints/xsshunter/docker-compose.yml - [`f7f840a`](https://github.com/Dokploy/templates/commit/f7f840aabbe8ff0e3279cc0ad23cfd3e0433f6ed) Update blueprints/xsshunter/docker-compose.yml - [`4173ca1`](https://github.com/Dokploy/templates/commit/4173ca14a74262408c330aa9b43b15b3204d1be4) Update blueprints/xsshunter/docker-compose.yml - [`798f955`](https://github.com/Dokploy/templates/commit/798f9553560ed61ac113e7f4554addc71f706990) Update blueprints/xsshunter/docker-compose.yml - [`4c5f8e2`](https://github.com/Dokploy/templates/commit/4c5f8e20cb5c20466ddd0a4483544d432c3fe2ae) Update blueprints/xsshunter/docker-compose.yml ### 📊 Changes **4 files changed** (+413 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/xsshunter/docker-compose.yml` (+87 -0) ➕ `blueprints/xsshunter/template.toml` (+71 -0) ➕ `blueprints/xsshunter/xsshunter.png` (+0 -0) 📝 `meta.json` (+255 -9) </details> ### 📄 Description ## What is this PR about? New PR of xsshunter ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) The Actual Project was using caddy for proxying the domains out. ``` xsshunterexpress-proxy: image: caddy:alpine container_name: xsshunterexpress-proxy restart: unless-stopped env_file: - .env ports: - 80:80 - 443:443 volumes: - ./caddy/data:/data - ./caddy/config:/config - ./Caddyfile:/etc/caddy/Caddyfile ``` So if there any problem with my PR please let me know. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:35:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#338