-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adnan wahab
committed
Oct 19, 2024
1 parent
c14ff66
commit c811914
Showing
42 changed files
with
780 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/cartoons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/comics |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/embeddings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/intermediate_representations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "dependencies": { "express": "^4.21.1", "http-proxy-middleware": "^3.0.3" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
#!/usr/bin/env bash | ||
# Launcher for homelab_status_page build.sh, run.sh, and autotag | ||
|
||
ROOT="$(dirname "$(readlink -f "$0")")" | ||
COMMAND=$1 | ||
|
||
shift; | ||
|
||
if [ -z "$COMMAND" ]; then | ||
COMMAND="restart-blog" | ||
fi | ||
|
||
if [ "$COMMAND" = "build" ] || [ "$COMMAND" = "build.sh" ]; then | ||
#$ROOT/build.sh "$@" | ||
echo "Running run.sh..." | ||
elif [ "$COMMAND" = "run" ] || [ "$COMMAND" = "run.sh" ]; then | ||
#$ROOT/run.sh "$@" | ||
echo "Running run.sh..." | ||
elif [ "$COMMAND" = "list" ]; then | ||
# $ROOT/build.sh --list "$@" | ||
echo "Running run.sh..." | ||
|
||
elif [ "$COMMAND" = "show" ]; then | ||
#$ROOT/build.sh --show "$@" | ||
echo "Running run.sh..." | ||
|
||
elif [ "$COMMAND" = "autotag" ]; then | ||
#$ROOT/autotag "$@" | ||
echo "Running run.sh..." | ||
|
||
elif [ "$COMMAND" = "update" ]; then | ||
# cd $ROOT | ||
#git pull | ||
echo "Running run.sh..." | ||
|
||
elif [ "$COMMAND" = "root" ]; then | ||
echo $ROOT | ||
elif [ "$COMMAND" = "data" ]; then | ||
echo $ROOT/data | ||
elif [ "$COMMAND" = "install" ]; then | ||
echo "Running install..." | ||
# Add your install command logic here | ||
elif [ "$COMMAND" = "bootstrap" ]; then | ||
echo "Running bootstrap..." | ||
bash ~/homelab_status_page/scripts/_bootstrap.sh | ||
elif [ "$COMMAND" = "restart-blog" ]; then | ||
echo "Running restart-blog..." | ||
#bash ~/homelab_status_page/scripts/_bootstrap.sh | ||
bash ~/homelab_status_page/scripts/restart-blog.sh | ||
|
||
# Add your restart-blog command logic here | ||
else | ||
#echo 'default PARAM - no toher requests currently - restarting blag for fun !?!?!' | ||
# echo 'homelab_status_page > Invalid command' | ||
# echo '' | ||
# echo ' * build [PACKAGES]' | ||
# echo ' * run OPTIONS [CONTAINER:TAG] CMD' | ||
# echo ' * list [PACKAGES|*' | ||
# echo ' * show [PACKAGES]*' | ||
# echo ' * autotag [CONTAINER]' | ||
# echo ' * update (runs git pull)' | ||
# echo ' * root (prints repo path)' | ||
# echo ' * data (prints data path)' | ||
# echo ' * install' | ||
# echo ' * bootstrap' | ||
# echo ' * restart-blog (default)' | ||
# echo '' | ||
# echo 'Run "jetson-containers <CMD> --help" for more info.' | ||
bash ~/homelab_status_page/scripts/restart-blog.sh | ||
exit 1 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/home/adnan/derp/sensor_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.