This commit is contained in:
2025-06-15 16:30:40 +02:00
parent d0baac83a9
commit 89b7f0d465
38 changed files with 73 additions and 73 deletions

View File

@@ -8,7 +8,7 @@ mut gs := gittools.new()!
mydocs_path := gs.get_path(
pull: true
reset: false
url: 'https://git.ourworld.tf/tfgrid/info_docs_depin/src/branch/main/docs'
url: 'https://git.threefold.info/tfgrid/info_docs_depin/src/branch/main/docs'
)!
println(mydocs_path)

View File

@@ -1,5 +1,5 @@
!!juggler.configure
url: 'https://git.ourworld.tf/projectmycelium/itenv'
url: 'https://git.threefold.info/projectmycelium/itenv'
username: ''
password: ''
port: 8000

View File

@@ -1 +1 @@
hero juggler -u https://git.ourworld.tf/projectmycelium/itenv
hero juggler -u https://git.threefold.info/projectmycelium/itenv

View File

@@ -8,7 +8,7 @@ import veb
osal.load_env_file('${os.dir(@FILE)}/.env')!
mut j := juggler.configure(
url: 'https://git.ourworld.tf/projectmycelium/itenv'
url: 'https://git.threefold.info/projectmycelium/itenv'
username: os.getenv('JUGGLER_USERNAME')
password: os.getenv('JUGGLER_PASSWORD')
reset: true

View File

@@ -6,7 +6,7 @@ import os
mut sm := startupmanager.get()!
sm.start(
name: 'juggler'
cmd: 'hero juggler -secret planetfirst -u https://git.ourworld.tf/projectmycelium/itenv -reset true'
cmd: 'hero juggler -secret planetfirst -u https://git.threefold.info/projectmycelium/itenv -reset true'
env: {
'HOME': os.home_dir()
}