Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
🔨 Hide CLI & Audio containers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 29, 2020
1 parent b8f283b commit 85bad73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions portainer/rootfs/etc/services.d/portainer/run
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ if ! bashio::fs.file_exists "/data/hidden"; then
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=addon)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=audio)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=cli)
# shellcheck disable=SC2191
options+=(--hide-label io.hass.type=dns)

touch /data/hidden
Expand Down

0 comments on commit 85bad73

Please sign in to comment.