mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -05:00
Merge branch 'rolling' into github-ci-to-auto-triage-issues
This commit is contained in:
commit
fcf60f0d70
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 🐛 Bug
|
||||
description: Report an issue to help improve the project.
|
||||
title: "🐛 <description>"
|
||||
labels: ["🛠️ goal: fix","🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the question or issue, also include what you tried and what didn't work
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this bug?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,36 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] <your bug report title>"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF Websurfx -->
|
||||
|
||||
**Version of Websurfx, commit number if you are using on master branch**
|
||||
<!-- If you are running on master branch using git execute this command
|
||||
in order to fetch the latest commit ID:
|
||||
```
|
||||
git log -1
|
||||
```
|
||||
-->
|
||||
|
||||
**How did you install Websurfx?**
|
||||
<!-- Did you install Websurfx following the README ? -->
|
||||
|
||||
**What happened?**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**Steps To Reproduce**
|
||||
<!-- How can we reproduce this issue? (as minimally and as precisely as possible) -->
|
||||
|
||||
**Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Screenshots**
|
||||
<!-- If applicable, provide screenshots to help explain your problem better. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about the problem here. -->
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Question?
|
||||
url: https://discord.gg/SWnda7Mw5u
|
||||
about: Feel free to ask your question by joining our Discord server.
|
||||
|
40
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 📝 Documentation issue
|
||||
description: Found an issue in the documentation? You can use this one!
|
||||
title: "📝 <description>"
|
||||
labels: ["📄 aspect: text","🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the question or issue, also include what you tried and what didn't work
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
27
.github/ISSUE_TEMPLATE/engine-request.md
vendored
27
.github/ISSUE_TEMPLATE/engine-request.md
vendored
@ -1,27 +0,0 @@
|
||||
---
|
||||
name: Engine request
|
||||
about: 'Suggest a new engine to be add '
|
||||
title: "[ENGINE] <your engine request title>"
|
||||
labels: engine
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- PLEASE FILL THESE FIELDS, IT REALLY HELPS THE MAINTAINERS OF Websurfx -->
|
||||
|
||||
**Working URL of the engine**
|
||||
<!-- Please check if the engine is responding correctly before submitting it. -->
|
||||
|
||||
**Why do you want to add this engine?**
|
||||
<!-- What's special about this engine? Is it open source or libre? -->
|
||||
|
||||
**Features of this engine**
|
||||
<!-- Features of this engine: Doesn't track its users, fast, easy to integrate, ... -->
|
||||
|
||||
**Applicable category of this engine**
|
||||
<!-- Where should this new engine fit in Websurfx? Current categories in Websurfx:
|
||||
general, files, images, it, map, music, news, science, social media and videos.
|
||||
You can add multiple categories at the same time. -->
|
||||
|
||||
**Additional context**
|
||||
<!-- Add any other context about this engine here. -->
|
72
.github/ISSUE_TEMPLATE/engine.yml
vendored
Normal file
72
.github/ISSUE_TEMPLATE/engine.yml
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
name: ✨ Engine
|
||||
description: Have a new engine to suggest for Websurfx? Please suggest!
|
||||
title: '✨ <your engine request title>'
|
||||
labels: ['⭐ goal: addition', '🚦 status: awaiting triage']
|
||||
body:
|
||||
- type: textarea
|
||||
id: workingUrl
|
||||
attributes:
|
||||
label: Working URL of the engine
|
||||
description: Please check if the engine is responding correctly before submitting it.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reason
|
||||
attributes:
|
||||
label: Why do you want to add this engine?
|
||||
description: What's special about this engine? Is it open source or libre?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: features
|
||||
attributes:
|
||||
label: Features of this engine
|
||||
description: Features of this engine: Doesn't track its users, fast, easy to integrate, or anything else that we can know about.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: true
|
||||
options:
|
||||
- 'General'
|
||||
- 'Files'
|
||||
- 'Images'
|
||||
- 'IT'
|
||||
- 'Map'
|
||||
- 'Music'
|
||||
- 'News'
|
||||
- 'Science'
|
||||
- 'Social Media'
|
||||
- 'Videos'
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- 'Yes'
|
||||
- 'No'
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this idea?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
40
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
name: 💡 General Feature Request
|
||||
description: Have a new idea/feature for Websurfx? Please suggest!
|
||||
title: "✨ <description>"
|
||||
labels: ["⭐ goal: addition", "🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A brief description of the enhancement you propose, also include what you tried and what worked.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Please add screenshots if applicable
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this idea?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,20 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE] <your feature request title>"
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
36
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/other.yml
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
name: 🧱 Other
|
||||
description: Use this for any other issues. Please do NOT create blank issues
|
||||
title: "🧱 <Add your title here>"
|
||||
labels: ["🚦 status: awaiting triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: "# Other issue"
|
||||
- type: textarea
|
||||
id: issuedescription
|
||||
attributes:
|
||||
label: What would you like to share?
|
||||
description: Provide a clear and concise explanation of your issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: assignee
|
||||
attributes:
|
||||
label: Do you want to work on this issue?
|
||||
multiple: false
|
||||
options:
|
||||
- "Yes"
|
||||
- "No"
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: extrainfo
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Is there anything else we should know about this issue?
|
||||
validations:
|
||||
required: false
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
You can also join our Discord community [here](https://discord.gg/SWnda7Mw5u)
|
27
.github/labeler.yml
vendored
Normal file
27
.github/labeler.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
'💻 aspect: code':
|
||||
- src/*
|
||||
- Cargo.toml
|
||||
- Cargo.lock
|
||||
- Dockerfile
|
||||
- docker-compose.yml
|
||||
- websurfx/*
|
||||
|
||||
'🤖 aspect: dx':
|
||||
- '**/*.json'
|
||||
- .dockerignore
|
||||
- .gitignore
|
||||
- .gitpod.Dockerfile
|
||||
- .gitpod.yml
|
||||
- .rusty-hook.toml
|
||||
- PULL_REQUEST_TEMPLATE.md
|
||||
- SECURITY.md
|
||||
- .github/*
|
||||
- .mega-linter.yml
|
||||
- tests/*
|
||||
|
||||
'📄 aspect: text':
|
||||
- any: ['**/*.md', '!PULL_REQUEST_TEMPLATE.md', '!SECURITY.md']
|
||||
- LICENSE
|
||||
|
||||
'🕹️ aspect: interface':
|
||||
- public/*
|
15
.github/workflows/pr_labeler.yml
vendored
Normal file
15
.github/workflows/pr_labeler.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: "Pull Request Auto Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
sync-labels: true
|
||||
dot: true
|
@ -22,5 +22,7 @@ RUN cargo install --path .
|
||||
FROM gcr.io/distroless/cc-debian12
|
||||
COPY --from=builder /app/public/ /opt/websurfx/public/
|
||||
COPY --from=builder /app/websurfx/config.lua /etc/xdg/websurfx/config.lua
|
||||
COPY --from=builder /app/websurfx/allowlist.txt /etc/xdg/websurfx/allowlist.txt
|
||||
COPY --from=builder /app/websurfx/blocklist.txt /etc/xdg/websurfx/blocklist.txt
|
||||
COPY --from=builder /usr/local/cargo/bin/* /usr/local/bin/
|
||||
CMD ["websurfx"]
|
||||
|
Loading…
Reference in New Issue
Block a user