Skip to content

Commit

Permalink
Update Github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed Aug 9, 2024
1 parent 20d4bfc commit aab01fc
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>erdnaxela02/ha-addon-workflows//.github/renovate.json"],
"extends": ["github>casse-boubou/ha-addon-workflows//.github/renovate.json"],
"regexManagers": [
{
"fileMatch": ["/build.yaml$"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/addon-ci.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/addon-ci.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/addon-deploy.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/addon-deploy.yaml@main
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/labels.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/labels.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/lock.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/lock.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/pr-labels.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/pr-labels.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/release-drafter.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/release-drafter.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
workflows:
uses: erdnaxela02/ha-addon-workflows/.github/workflows/stale.yaml@main
uses: casse-boubou/ha-addon-workflows/.github/workflows/stale.yaml@main
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@ SOFTWARE.
[add-addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=c751e21a_monerod
[add-addon-shield]: https://my.home-assistant.io/badges/supervisor_addon.svg
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A//github.com/erdnaxela02/hassio-addons
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A//github.com/casse-boubou/hassio-addons
[add-repo-shield]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[releases]: https://github.com/erdnaxela02/addon-monerod/releases
[releases-shield]: https://img.shields.io/github/v/release/erdnaxela02/addon-monerod
[license-shield]: https://img.shields.io/github/license/erdnaxela02/addon-monerod
[releases]: https://github.com/casse-boubou/addon-monerod/releases
[releases-shield]: https://img.shields.io/github/v/release/casse-boubou/addon-monerod
[license-shield]: https://img.shields.io/github/license/casse-boubou/addon-monerod
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[getmonero]: https://www.getmonero.org
[pruning]: https://www.getmonero.org/resources/moneropedia/pruning.html
[addon_p2pool]: https://github.com/erdnaxela02/addon-p2pool
[addon_p2pool]: https://github.com/casse-boubou/addon-p2pool
[p2pool]: https://github.com/SChernykh/p2pool
[discord-ha]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io
[hacf]: https://forum.hacf.fr/
[frosh]: https://github.com/erdnaxela02
[frosh]: https://github.com/casse-boubou
[themoneroproject]: https://github.com/monero-project
[monerolicense]: https://github.com/monero-project/monero/blob/master/LICENSE
12 changes: 6 additions & 6 deletions monerod/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub Release][releases-shield]][releases]
[![License][license-shield]][license]

{% set repository = namespace(url='https%3A//github.com/erdnaxela02/hassio-addons', slug='c751e21a') %}
{% set repository = namespace(url='https%3A//github.com/casse-boubou/hassio-addons', slug='c751e21a') %}
## About

Cet Addon vous permettra l'execution d'un noeud [Monerod][getmonero] sur votre HomeAssistant sur RaspBerry Pi 4.
Expand Down Expand Up @@ -74,12 +74,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE._
[forum]: https://community.home-assistant.io
[HACF]: https://forum.hacf.fr/

[Frosh]: https://github.com/erdnaxela02
[license]: https://github.com/erdnaxela02/addon-monerod/blob/main/LICENSE
[license-shield]: https://img.shields.io/github/license/erdnaxela02/addon-monerod.svg
[Frosh]: https://github.com/casse-boubou
[license]: https://github.com/casse-boubou/addon-monerod/blob/main/LICENSE
[license-shield]: https://img.shields.io/github/license/casse-boubou/addon-monerod.svg

[releases]: https://github.com/erdnaxela02/addon-monerod/releases
[releases-shield]: https://img.shields.io/github/v/release/erdnaxela02/addon-monerod
[releases]: https://github.com/casse-boubou/addon-monerod/releases
[releases-shield]: https://img.shields.io/github/v/release/casse-boubou/addon-monerod

[TheMoneroProject]: https://github.com/monero-project
[monerolicense]: https://github.com/monero-project/monero/blob/master/LICENSE
10 changes: 5 additions & 5 deletions monerod/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HomeAssistant sur RaspBerry Pi 4.

## Installation

D'habord ajoutez le repertoire à l'add-on store de HomeAssistant (`https://github.com/erdnaxela02/hassio-addons`):
D'habord ajoutez le repertoire à l'add-on store de HomeAssistant (`https://github.com/casse-boubou/hassio-addons`):

[![Open your Home Assistant instance and show the add add-on repository dialog
with a specific repository URL pre-filled.][add-repo-shield]][add-repo]
Expand Down Expand Up @@ -174,16 +174,16 @@ SOFTWARE.

[add-addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=c751e21a_monerod
[add-addon-shield]: https://my.home-assistant.io/badges/supervisor_addon.svg
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Ferdnaxela02%2Fhassio-addons
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fcasse-boubou%2Fhassio-addons
[add-repo-shield]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[discord-ha]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io
[hacf]: https://forum.hacf.fr/
[Frosh]: https://github.com/erdnaxela02
[releases]: https://github.com/erdnaxela02/addon-monerod/releases
[Frosh]: https://github.com/casse-boubou
[releases]: https://github.com/casse-boubou/addon-monerod/releases
[getmonero]: https://www.getmonero.org/
[datadir]: https://monerodocs.org/interacting/overview/#data-directory
[themoneroproject]: https://github.com/monero-project
[monerolicense]: https://github.com/monero-project/monero/blob/master/LICENSE
[default-config]: https://github.com/erdnaxela02/addon-monerod/blob/main/monerod/rootfs/etc/monerod/bitmonero.conf
[default-config]: https://github.com/casse-boubou/addon-monerod/blob/main/monerod/rootfs/etc/monerod/bitmonero.conf
[p2pool]: https://github.com/SChernykh/p2pool
2 changes: 1 addition & 1 deletion monerod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LABEL \
org.opencontainers.image.vendor="Frosh Home Assistant Add-ons" \
org.opencontainers.image.authors="Frosh" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://github.com/erdnaxela02/hassio-addons" \
org.opencontainers.image.url="https://github.com/casse-boubou/hassio-addons" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand Down
2 changes: 1 addition & 1 deletion monerod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Monerod
url: https://github.com/erdnaxela02/addon-monerod
url: https://github.com/casse-boubou/addon-monerod
version: dev
slug: monerod
arch:
Expand Down

0 comments on commit aab01fc

Please sign in to comment.