forked from gethomepage/homepage
-
Notifications
You must be signed in to change notification settings - Fork 1
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 master
- Loading branch information
Showing
545 changed files
with
35,626 additions
and
13,930 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
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 @@ | ||
github: benphelps | ||
ko_fi: benphelps | ||
custom: ["https://paypal.me/phelpsben"] | ||
github: [gethomepage, benphelps, shamoon] |
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤔 Questions and Help | ||
url: https://github.com/benphelps/homepage/discussions | ||
about: This issue tracker is for bugs only, not general support questions. Please refer to our Discussions. | ||
url: https://github.com/gethomepage/homepage/discussions | ||
about: For support or general questions. | ||
- name: 💬 Chat | ||
url: https://discord.gg/k4ruYNrudu | ||
about: Want to discuss homepage with others? Check out our chat. | ||
- name: 🚀 Feature Request | ||
url: https://github.com/benphelps/homepage/discussions/new?category=feature-requests | ||
url: https://github.com/gethomepage/homepage/discussions/new?category=feature-requests | ||
about: Remember to search for existing feature requests and "up-vote" any you like |
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,31 @@ | ||
name: Crowdin Action | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '2 */12 * * *' | ||
push: | ||
paths: [ | ||
'/public/locales/en/**', | ||
] | ||
branches: [ main ] | ||
|
||
jobs: | ||
synchronize-with-crowdin: | ||
name: Crowdin Sync | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: crowdin action | ||
uses: crowdin/github-action@v1 | ||
with: | ||
upload_translations: false | ||
download_translations: true | ||
crowdin_branch_name: main | ||
localization_branch_name: l10n_main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} | ||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |
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.