Skip to content

Commit

Permalink
Merge pull request #29 from iotaledger/release/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
muXxer committed Oct 3, 2023
2 parents 2ed9f70 + afd7c64 commit 91e5372
Show file tree
Hide file tree
Showing 29 changed files with 225 additions and 5,683 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,12 @@ jobs:
replace: ${{ github.ref_name }}
regex: false

- name: Create node-docker-setup_chrysalis.tar.gz
uses: ihiroky/archive-action@v1
with:
root_dir: chrysalis
file_path: node-docker-setup_chrysalis.tar.gz

- name: Create node-docker-setup_stardust.tar.gz
uses: ihiroky/archive-action@v1
with:
root_dir: stardust
file_path: node-docker-setup_stardust.tar.gz

- name: Upload node-docker-setup_chrysalis.tar.gz file
uses: Shopify/[email protected]
with:
name: node-docker-setup_chrysalis-${{ github.ref_name }}.tar.gz
path: node-docker-setup_chrysalis.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload node-docker-setup_stardust.tar.gz file
uses: Shopify/[email protected]
with:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Node Docker Setup
This setup lets you run an [IOTA Hornet node](https://wiki.iota.org/hornet/welcome) and additional services using Docker and Traefik as [a reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) to enable (optional) TLS using [Let's Encrypt](https://letsencrypt.org/), control access to your node and route requests to the correct endpoints.

There are three different versions:
- [Chrysalis (IOTA Mainnet)](chrysalis/README.md)
- [Stardust (Shimmer)](stardust/README.md)
- [Legacy (IOTA Legacy Mainnet)](legacy/README.md)
See [this guide](https://wiki.iota.org/shimmer/hornet/how_tos/using_docker/) to set up your node.
4 changes: 0 additions & 4 deletions chrysalis/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions chrysalis/assets/grafana/dashboards/dashboard.yaml

This file was deleted.

Loading

0 comments on commit 91e5372

Please sign in to comment.