-
-
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.
Basic web interface - work in process (#21)
* fix naming for assets * Update README.md * fix deploy action * Config Path based on OS * s6wrap nginx and fix docker local build * favicon SDRE logo * tauri app icon * adjust cargo toml for front end * wip * working menu wuuuuuut * use enum for checked state * copyright, layout, remove example stuff, and search component * fix layout spacing on borders * Create pallet.png * clippy * search box layout and ui stuff * fix margins * move body parent div element to base function to avoid duplication * refactor * wip * wip live page laying out * wip live page laying out * some color mods * wip responsive live page layout * wip map works wooo * Update map_display.rs * wip * wip border stuff * wip * more layout margin improvements * use keys to change panels * wip on menuing and targeting the container elements * cargo updates * wip * Update to latest rust * wip * cargo updates
- Loading branch information
1 parent
3c1123e
commit b61fefd
Showing
68 changed files
with
1,038 additions
and
529 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,13 +1,9 @@ | ||
#!/command/with-contenv bash | ||
#shellcheck shell=bash | ||
|
||
# shellcheck disable=SC2016 | ||
echo "Starting web proxy service" | stdbuf -oL awk '{print "[nginx ] " strftime("%Y/%m/%d %H:%M:%S", systime()) " " $0}' | ||
source /scripts/common | ||
s6wrap=(s6wrap --quiet --timestamps --prepend="$(basename "$0")" --args) | ||
|
||
|
||
# shellcheck disable=SC2016 | ||
mkdir -p /var/log/nginx | ||
# TODO: Run this via wiede's script | ||
# shellcheck disable=SC2016 | ||
exec \ | ||
/usr/sbin/nginx 2>&1 | stdbuf -oL awk '{print "[nginx ] " strftime("%Y/%m/%d %H:%M:%S", systime()) " " $0}' | ||
|
||
"${s6wrap[@]}" /usr/sbin/nginx |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.