mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(Install): update script URLs
This commit is contained in:
parent
d0b451e969
commit
97655ef75d
|
|
@ -1,3 +1,4 @@
|
|||
# *NOTE: Project N.O.M.A.D. is still in active development and should not be considered stable!*
|
||||
# Project N.O.M.A.D. (Node for Offline Media, Archives, and Data)
|
||||
Project N.O.M.A.D., is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere.
|
||||
|
||||
|
|
@ -9,7 +10,7 @@ Project N.O.M.A.D. can be installed on any Debian-based operating system (we rec
|
|||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/install_nomad.sh -o install_nomad.sh
|
||||
|
||||
sudo bash ./install_nomad.sh
|
||||
sudo bash install_nomad.sh
|
||||
```
|
||||
|
||||
Project N.O.M.A.D. is now installed on your device! Open a browser and navigate to `http://localhost:8080` (or `http://DEVICE_IP:8080`) to start exploring!
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@ GREEN='\033[1;32m' # Light Green.
|
|||
###################################################################################################################################################################################################
|
||||
|
||||
WHIPTAIL_TITLE="Project N.O.M.A.D Installation"
|
||||
MANAGEMENT_COMPOSE_FILE_URL="http://192.168.1.53:8000/management_compose.yaml"
|
||||
ENTRYPOINT_SCRIPT_URL="http://192.168.1.53:8000/entrypoint.sh"
|
||||
MANAGEMENT_COMPOSE_FILE_URL="https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/management_compose.yaml"
|
||||
ENTRYPOINT_SCRIPT_URL="https://raw.githubusercontent.com/Crosstalk-Solutions/project-nomad/refs/heads/master/install/entrypoint.sh"
|
||||
WAIT_FOR_IT_SCRIPT_URL="https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh"
|
||||
|
||||
script_option_debug='true'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
admin:
|
||||
image: jturnercosmistack/projectnomad:admin-latest
|
||||
image: ghcr.io/crosstalk-solutions/project-nomad-admin:1.0.0
|
||||
pull_policy: always
|
||||
container_name: nomad_admin
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user