Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Floyd-Schramm authored Jul 24, 2024
1 parent ea4327c commit f718430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/checkout@v3

- name: "ARGS: home-assistant-addon-proxy" # Build of addon proxy version
#if: github.ref == 'refs/heads/master' && (github.event_name == 'workflow_dispatch' && github.event.inputs.type == 'proxy')
run: |
echo "ADDON_LIST=['home-assistant-addon-proxy']" >> $GITHUB_ENV
echo "DOCKER_ARGS=--no-cache" >> $GITHUB_ENV
Expand Down Expand Up @@ -49,10 +48,6 @@ jobs:
run: echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Build
run: |
if [ "${{ matrix.addon }}" != "home-assistant-addon-proxy" ]; then
cp -R common/rootfs ${{ matrix.addon }}
cp common/Dockerfile ${{ matrix.addon }}
fi
cp common/build.yaml ${{ matrix.addon }}
docker run --rm --privileged \
-v /home/runner/.docker:/root/.docker \
Expand Down
41 changes: 1 addition & 40 deletions home-assistant-addon-proxy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,7 @@
"config:ro"
],
"ports": {
"22/tcp": null,
"80/tcp": null,
"443/tcp": null,
"2001/tcp": null,
"2000/tcp": null,
"2010/tcp": null,
"9292/tcp": null,
"1999/tcp": null,
"8181/tcp": null,
"42001/tcp": null,
"42000/tcp": null,
"42010/tcp": null,
"49292/tcp": null,
"41999/tcp": null,
"48181/tcp": null,
"9293/tcp": null,
"43438/udp": null,
"1900/udp": null,
"43439/udp": null,
"161/udp": null,
"8701/tcp": null,
"1901/udp": null,
"1902/udp": null,
"5987/udp": null,
"8088/tcp": null,
"9099/tcp": null,
"10000/udp": null,
"48899/udp": null,
"49880/udp": null,
"8082/tcp": null,
"2098/tcp": null,
"2099/tcp": null,
"8083/tcp": null,
"9092/tcp": null,
"5435/tcp": null,
"2121/tcp": null,
"2122/tcp": null,
"1883/tcp": null,
"8883/tcp": null,
"2110/tcp": null
"80/tcp": 80
},
"ports_description": {
"80/tcp": "Frontend tcp-listen port"
Expand Down

0 comments on commit f718430

Please sign in to comment.