Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DietPi-Software | Add Homer dashboard #5833

Merged
merged 21 commits into from
Nov 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
a minor bug fix
sudo docker start $(docker ps -a -q) - >  sudo docker start $(sudo docker ps -a -q), missed the 2nd sudo so it didn't previously work
t3dium authored Oct 24, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 50ea8ba57fda2e18c826cf408f5de9d9cb08085e
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
@@ -13256,7 +13256,7 @@ If no WireGuard (auto)start is included, but you require it, please do the follo
Banner_Uninstalling

echo "starting all docker containers"
sudo docker start $(docker ps -a -q)
sudo docker start $(sudo docker ps -a -q)
# to uninstall, all docker containers are started, homer is stopped and hence included in the prune command
echo "stopping homer"
sudo docker stop homer
@@ -13272,7 +13272,7 @@ If no WireGuard (auto)start is included, but you require it, please do the follo
Banner_Uninstalling

echo "starting all docker containers"
sudo docker start $(docker ps -a -q)
sudo docker start $(sudo docker ps -a -q)
# to uninstall, all docker containers are started, homer is stopped and hence included in the prune command
echo "stopping nginx-proxy-manager"
sudo docker stop nginx-proxy-manager