forked from geerlingguy/internet-pi
-
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.
commit 0ecbedb Author: Martin Brose <[email protected]> Date: Sun Mar 3 21:43:35 2024 +0000 Fix issue with 2 depends_on in same yaml section (geerlingguy#583) commit 8b470f3 Author: Jeff Geerling <[email protected]> Date: Sat Feb 3 22:18:40 2024 -0600 Issue geerlingguy#575: Update remaining instances of old docker-compose command. commit d4170cf Author: Jeff Geerling <[email protected]> Date: Sat Feb 3 22:06:54 2024 -0600 Issue geerlingguy#575: Make sure handler syntax is correct for compose v2. commit 7c20fbd Author: Jeff Geerling <[email protected]> Date: Sat Feb 3 21:28:29 2024 -0600 Issue geerlingguy#575: Follow-ups to make sure initial install works well. commit 38a240b Author: Jeff Geerling <[email protected]> Date: Sat Feb 3 21:06:11 2024 -0600 Fixes geerlingguy#575: Use new docker_compose_v2 plugin. commit d53939c Author: Cedric Wille <[email protected]> Date: Sat Feb 3 21:49:04 2024 -0500 Resolve dependency issues from Debian Bookwrom and improve resolvconf update (geerlingguy#565) * Fix docker setup * Fix missing resolvconf * Update README * Fix permission issue for CI * Fix CI error commit 4c0bb07 Author: Jeff Geerling <[email protected]> Date: Sat Feb 3 20:47:53 2024 -0600 Fixes geerlingguy#569: Updated instructions inside Internet Monitoring directory. commit 7925370 Author: James Byers <[email protected]> Date: Tue Aug 22 04:29:56 2023 +0200 Set allowUiUpdates: true to allow saving dashboard state and adding new dashboards (geerlingguy#541) commit c8d3f40 Author: Nick Bachicha <[email protected]> Date: Wed Aug 16 18:46:38 2023 -0600 Add missing Buster backports apt keys (geerlingguy#538) commit 98c83ad Author: jerzerisz <[email protected]> Date: Mon Jul 17 22:24:01 2023 -0400 update container tags to :latest (geerlingguy#524) added volume: - /etc/localtime:/etc/localtime:ro to syncronize time & timezone to containers commit 7657dd9 Author: Jeff Geerling <[email protected]> Date: Mon Jul 10 16:53:19 2023 -0500 Fixing some linting. commit e3d1875 Author: Jeff Geerling <[email protected]> Date: Mon Jul 10 16:48:27 2023 -0500 Make stale workflow run to test it. commit 088962e Author: Jeff Geerling <[email protected]> Date: Mon Jul 10 16:46:43 2023 -0500 Move stale workflow into workflows directory. commit a7705f9 Author: jerzerisz <[email protected]> Date: Mon Jul 10 17:38:01 2023 -0400 update stale actions per: (geerlingguy#529) https://docs.github.com/en/actions/managing-issues-and-pull-requests/closing-inactive-issues commit e605493 Author: Gianpaolo Macario <[email protected]> Date: Tue Jun 13 06:30:11 2023 +0200 README.md: Use relative URL for images (geerlingguy#517) Small fix to be able to display inline images when the repository is imported as a git submodule commit f4de972 Author: Jeff Geerling <[email protected]> Date: Mon Feb 20 22:38:08 2023 -0600 Some Linty fixes. commit 861e0f4 Author: Jeff Geerling <[email protected]> Date: Mon Feb 20 21:22:01 2023 -0600 Issue geerlingguy#492: Update pi-hole tasks to use path from first task.
1 parent
786c45e
commit 3248921
Showing
17 changed files
with
120 additions
and
131 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
skip_list: | ||
- 'fqcn-builtins' | ||
- 'no-handler' | ||
- 'no-changed-when' |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Close inactive issues | ||
'on': | ||
schedule: | ||
- cron: "55 21 * * 1" # semi-random time | ||
|
||
jobs: | ||
close-issues: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/stale@v8 | ||
with: | ||
days-before-stale: 120 | ||
days-before-close: 60 | ||
exempt-issue-labels: bug,pinned,security,planned | ||
exempt-pr-labels: bug,pinned,security,planned | ||
stale-issue-label: "stale" | ||
stale-pr-label: "stale" | ||
stale-issue-message: | | ||
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! | ||
Please read [this blog post](https://www.jeffgeerling.com/blog/2020/enabling-stale-issue-bot-on-my-github-repositories) to see the reasons why I mark issues as stale. | ||
close-issue-message: | | ||
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. | ||
stale-pr-message: | | ||
This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! | ||
Please read [this blog post](https://www.jeffgeerling.com/blog/2020/enabling-stale-issue-bot-on-my-github-repositories) to see the reasons why I mark issues as stale. | ||
close-pr-message: | | ||
This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details. | ||
repo-token: ${{ secrets.GITHUB_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ rules: | |
level: warning | ||
|
||
ignore: | | ||
.github/stale.yml | ||
.github/workflows/stale.yml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
--- | ||
- hosts: internet_pi | ||
- name: Configure Internet Pi. | ||
hosts: internet_pi | ||
become: true | ||
|
||
pre_tasks: | ||
|
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
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
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