Revise BUILD-GUIDE and enhance ISO build process
- Updated BUILD-GUIDE.md to streamline instructions for building the Archipelago Auto-Installer ISO, including prerequisites and post-installation steps. - Added detailed sections on capturing the live server state and building from source. - Enhanced Docker and Podman integration in build scripts for improved backend and web UI capture. - Introduced new app metadata for "IndeedHub" in the Docker package scanner and updated UI components for better installation progress tracking. - Improved styling and functionality in the Bitcoin UI for a more cohesive user experience.
This commit is contained in:
6
deploy-frontend.exp
Executable file
6
deploy-frontend.exp
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/expect -f
|
||||
set timeout 60
|
||||
spawn rsync -avz --delete /Users/dorian/Projects/archy/web/dist/neode-ui/ archipelago@192.168.1.228:/opt/archipelago/web-ui/
|
||||
expect "password:"
|
||||
send "archipelago\r"
|
||||
expect eof
|
||||
Reference in New Issue
Block a user