forked from gethomepage/homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gethomepage-main' into scopes-support
- Loading branch information
Showing
300 changed files
with
15,919 additions
and
7,147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
{ | ||
"name": "homepage", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
"args": { | ||
"VARIANT": "18-bullseye" | ||
} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"mhutchie.git-graph", | ||
"streetsidesoftware.code-spell-checker", | ||
], | ||
"settings": { | ||
"eslint.format.enable": true, | ||
"eslint.lintTask.enable": true, | ||
"eslint.packageManager": "pnpm" | ||
} | ||
} | ||
}, | ||
"postCreateCommand": ".devcontainer/setup.sh", | ||
"forwardPorts": [ | ||
3000 | ||
] | ||
"name": "homepage", | ||
"build": { | ||
"dockerfile": "Dockerfile", | ||
"args": { | ||
"VARIANT": "18-bullseye", | ||
}, | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"dbaeumer.vscode-eslint", | ||
"mhutchie.git-graph", | ||
"streetsidesoftware.code-spell-checker", | ||
"esbenp.prettier-vscode", | ||
], | ||
"settings": { | ||
"eslint.format.enable": true, | ||
"eslint.lintTask.enable": true, | ||
"eslint.packageManager": "pnpm", | ||
}, | ||
}, | ||
}, | ||
"postCreateCommand": ".devcontainer/setup.sh", | ||
"forwardPorts": [3000], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the issue or question. If applicable, add screenshots to help explain your problem. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: homepage version | ||
placeholder: e.g. v0.4.18 (4ea2798) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: install-method | ||
attributes: | ||
label: Installation method | ||
options: | ||
- Docker | ||
- Unraid | ||
- Source | ||
- Other (please describe above) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Configuration | ||
description: Please provide any relevant service, widget or otherwise related configuration here | ||
render: yaml | ||
- type: textarea | ||
id: container-logs | ||
attributes: | ||
label: Container Logs | ||
description: Please review and provide any logs from the container, if relevant | ||
- type: textarea | ||
id: browser-logs | ||
attributes: | ||
label: Browser Logs | ||
description: Please review and provide any logs from the browser, if relevant | ||
- type: textarea | ||
id: troubleshooting | ||
attributes: | ||
label: Troubleshooting | ||
description: Please include output from your [troubleshooting tests](https://gethomepage.dev/latest/more/troubleshooting/#service-widget-errors), if relevant. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
github: benphelps | ||
ko_fi: benphelps | ||
custom: ["https://paypal.me/phelpsben"] | ||
github: [gethomepage, benphelps, shamoon] | ||
open_collective: homepage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,33 @@ | ||
name: Bug report | ||
description: Create a report to help us improve | ||
title: "[Bug] Concise description of the issue" | ||
labels: ["bug, unconfirmed"] | ||
name: 🐛 Bug report | ||
description: Please only raise an issue if you've been advised to do so in a GitHub discussion. Thanks! 🙏 | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## ⚠️ Please remember: issues are for *bugs* | ||
That is, something you believe affects every single homepage user, not just you. Otherwise, start with one of the other options below. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Have a question? 👉 [Start a new discussion](https://github.com/gethomepage/homepage/discussions/new) or [ask in chat](https://discord.gg/SaPGSzrEZC). | ||
Before opening an issue, please double check: | ||
- [The troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/). | ||
- [The homepage documentation](https://gethomepage.dev/) | ||
- [Existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions). | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. | ||
placeholder: | | ||
Currently homepage does not work when... | ||
[Screenshot if applicable] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Steps to reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. See error | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: homepage version | ||
placeholder: e.g. v0.4.18 (4ea2798) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: install-method | ||
## ⚠️ Please note | ||
The starting point for a bug report should always be a [GitHub discussion](https://github.com/gethomepage/homepage/discussions/new?category=support) | ||
Thank you for contributing to homepage! ✊ | ||
- type: checkboxes | ||
id: pre-flight | ||
attributes: | ||
label: Installation method | ||
label: Before submitting, please confirm the following | ||
options: | ||
- Docker | ||
- Unraid | ||
- Source | ||
- Other (please describe above) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: config | ||
attributes: | ||
label: Configuration | ||
description: Please provide any relevant service, widget or otherwise related configuration here | ||
render: yaml | ||
- type: textarea | ||
id: container-logs | ||
attributes: | ||
label: Container Logs | ||
description: Please review and provide any logs from the container, if relevant | ||
- type: textarea | ||
id: browser-logs | ||
attributes: | ||
label: Browser Logs | ||
description: Please review and provide any logs from the browser, if relevant | ||
- type: textarea | ||
id: troubleshooting | ||
- label: I confirm this was discussed, and the maintainers suggest I open an issue (note that AI bots are not maintainers). | ||
required: true | ||
- label: I am aware that if I create this issue without a discussion, it will be removed without a response. | ||
required: true | ||
- type: input | ||
id: discussion | ||
attributes: | ||
label: Troubleshooting | ||
description: Please include output from your [troubleshooting tests](https://gethomepage.dev/latest/more/troubleshooting/#service-widget-errors). If this is a service widget issue and you do not include any information here your issue will be closed. If it is not, indicate e.g. 'n/a' | ||
label: Discussion Link | ||
description: | | ||
Please link to the GitHub discussion that led to this issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Other | ||
description: Include any other relevant details. E.g. service version or API version, docker version, etc. | ||
- type: checkboxes | ||
id: pre-flight | ||
id: additional | ||
attributes: | ||
label: Before submitting, I have made sure to | ||
options: | ||
- label: Check [the documentation](https://gethomepage.dev/) | ||
required: true | ||
- label: Follow [the troubleshooting guide](https://gethomepage.dev/latest/more/troubleshooting/) (please include output above if applicable). | ||
required: true | ||
- label: Search [existing issues](https://github.com/gethomepage/homepage/search?q=&type=issues) and [discussions](https://github.com/gethomepage/homepage/search?q=&type=discussions). | ||
required: true | ||
label: Additional context | ||
description: Optional | ||
render: Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.