Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b1a2b9bff | |||
| f71289b248 | |||
| a05546e811 | |||
| 276c648f29 | |||
| 8c389f4790 | |||
| a09144d21a | |||
| e9e1d471ec | |||
| 3a2c9b1b05 | |||
| f4db4cde13 | |||
| 6447dfef50 | |||
| 55cb3a1267 | |||
| aad4b13fda | |||
| 819ca8a212 | |||
| 9f79d2b737 | |||
| 6a703ee6a4 | |||
| 6fa7c1d4eb | |||
| 509fff3972 | |||
| 6a92225630 | |||
| 10f37b88c3 | |||
| 9bfacd9da9 | |||
| a286770fd2 | |||
| 6f99e1e8c1 | |||
| 4545aeb9c6 | |||
| 84cf3e6a15 |
@@ -9,16 +9,11 @@ body:
|
|||||||
## Share Your Custom Prompt
|
## Share Your Custom Prompt
|
||||||
|
|
||||||
Thank you for sharing your custom prompt with the community!
|
Thank you for sharing your custom prompt with the community!
|
||||||
Please fill in all the required fields so others can use your prompt effectively.
|
|
||||||
|
|
||||||
- type: input
|
**Title format suggestion:** Include the provider in the title for easy filtering.
|
||||||
id: prompt-name
|
Example: `[Gemini] Clean Spanish - Structured, no emojis`
|
||||||
attributes:
|
|
||||||
label: Prompt Name
|
This helps others find prompts for their specific AI provider.
|
||||||
description: A short descriptive name for your prompt
|
|
||||||
placeholder: "e.g., Concise Technical Alerts"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: provider
|
id: provider
|
||||||
@@ -27,11 +22,12 @@ body:
|
|||||||
description: Which AI provider did you test this prompt with?
|
description: Which AI provider did you test this prompt with?
|
||||||
options:
|
options:
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Gemini (Google)
|
- Gemini
|
||||||
- Anthropic (Claude)
|
|
||||||
- Groq
|
- Groq
|
||||||
|
- Ollama
|
||||||
|
- Anthropic
|
||||||
- OpenRouter
|
- OpenRouter
|
||||||
- Ollama (Local)
|
- DeepSeek
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -45,40 +41,18 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: language
|
|
||||||
attributes:
|
|
||||||
label: Output Language
|
|
||||||
description: What language does your prompt output?
|
|
||||||
options:
|
|
||||||
- English
|
|
||||||
- Spanish
|
|
||||||
- German
|
|
||||||
- French
|
|
||||||
- Italian
|
|
||||||
- Portuguese
|
|
||||||
- Dutch
|
|
||||||
- Polish
|
|
||||||
- Russian
|
|
||||||
- Chinese
|
|
||||||
- Japanese
|
|
||||||
- Korean
|
|
||||||
- Other (specify in description)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe what your prompt does and its main features
|
description: Describe what your prompt does, main features, and output language
|
||||||
placeholder: |
|
placeholder: |
|
||||||
This prompt generates concise, technical notifications focused on...
|
This prompt generates concise notifications in Spanish.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Brief format (2-3 lines)
|
- Brief format (2-3 lines)
|
||||||
- Includes severity indicators
|
- Includes severity indicators
|
||||||
- etc.
|
- Uses emojis for visual clarity
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout main
|
- name: Checkout main
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v5
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
cat ProxMenux-Monitor.AppImage.sha256
|
cat ProxMenux-Monitor.AppImage.sha256
|
||||||
|
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout develop
|
- name: Checkout develop
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: develop
|
ref: develop
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v5
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
cat ProxMenux-Monitor.AppImage.sha256
|
cat ProxMenux-Monitor.AppImage.sha256
|
||||||
|
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ProxMenux-${{ steps.version.outputs.VERSION }}-beta-AppImage
|
name: ProxMenux-${{ steps.version.outputs.VERSION }}-beta-AppImage
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -18,10 +18,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v5
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
|
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
||||||
path: AppImage/dist/*.AppImage
|
path: AppImage/dist/*.AppImage
|
||||||
|
|||||||
@@ -144,10 +144,13 @@ The following dependencies are installed automatically during setup:
|
|||||||
| `python3` + `python3-venv` | Translation support *(Translation version only)* |
|
| `python3` + `python3-venv` | Translation support *(Translation version only)* |
|
||||||
| `googletrans` | Google Translate library *(Translation version only)* |
|
| `googletrans` | Google Translate library *(Translation version only)* |
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
> **🛡️ Security Note / VirusTotal False Positive**
|
||||||
|
> If you scan the raw installation URL on VirusTotal, you might see a 1/95 detection by heuristic engines like *Chong Lua Dao*. This is a **known false positive**. Because this script uses the standard `curl | bash` installation pattern and downloads legitimate binaries (like `jq` from its official GitHub release), overly aggressive scanners flag the *behavior*. The script is 100% open source and safe to review. You can read more about this in [Issue #162](enlace-a-tu-issue).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## ⭐ Support the Project!
|
## ⭐ Support the Project!
|
||||||
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
|
If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
|
||||||
|
|
||||||
|
|||||||
+1229
-178
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user