aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoronefang2019-08-04 10:30:42 +1000
committeronefang2019-08-04 10:30:42 +1000
commitbf27216a290c125f565d08700bb6693387fac9bf (patch)
tree6d65f274666c6fd9cf21d8a8561c0289535ce051 /bin
parentDon't wait_for_text for anything between [], coz that's a grep thing. (diff)
downloadopensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.zip
opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.gz
opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.bz2
opensim-SC_OLD-bf27216a290c125f565d08700bb6693387fac9bf.tar.xz
Add a basic generic web server, and a login page, plus stubs for the other basic pages.
And update everyone to suit.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.ini21
-rw-r--r--bin/config-include/config_IG.ini23
-rw-r--r--bin/config-include/config_MG.ini23
-rw-r--r--bin/config-include/config_localhost.ini1
4 files changed, 61 insertions, 7 deletions
diff --git a/bin/Robust.ini b/bin/Robust.ini
index 00ad2ca..ca5829c 100644
--- a/bin/Robust.ini
+++ b/bin/Robust.ini
@@ -87,6 +87,10 @@
87 ;; Uncomment this if you want Groups V2, HG to work 87 ;; Uncomment this if you want Groups V2, HG to work
88 HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector" 88 HGGroupsServiceConnector = "${Const|PublicPort}/OpenSim.Addons.Groups.dll:HGGroupsServiceRobustConnector"
89 89
90 ;; Basic web server.
91 WebServerInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:WebServerInConnector"
92
93
90; * This is common for all services, it's the network setup for the entire 94; * This is common for all services, it's the network setup for the entire
91; * server instance, if none is specified above 95; * server instance, if none is specified above
92; * 96; *
@@ -563,32 +567,32 @@
563 567
564 ; login page: optional: if it exists it will be used to tell the client to use 568 ; login page: optional: if it exists it will be used to tell the client to use
565 ; this as splash page 569 ; this as splash page
566 welcome = ${Const|BaseURL}/drupal/loginpage 570 welcome = ${Const|BaseURL}:${Const|PublicPort}/web/loginpage.html
567 571
568 ; helper uri: optional: if it exists it will be used to tell the client to use 572 ; helper uri: optional: if it exists it will be used to tell the client to use
569 ; this for all economy related things 573 ; this for all economy related things
570 ;economy = ${Const|BaseURL}/economy 574 ;economy = ${Const|BaseURL}/economy
571 575
572 ; web page of grid: optional: page providing further information about your grid 576 ; web page of grid: optional: page providing further information about your grid
573 about = ${Const|BaseURL}/drupal/ 577 about = ${Const|BaseURL}:${Const|PublicPort}/web/about.html
574 578
575 ; account creation: optional: page providing further information about obtaining 579 ; account creation: optional: page providing further information about obtaining
576 ; a user account on your grid 580 ; a user account on your grid
577 register = ${Const|BaseURL}/drupal/content/How_to_join 581 register = ${Const|BaseURL}:${Const|PublicPort}/web/register.html
578 582
579 ; help: optional: page providing further assistance for users of your grid 583 ; help: optional: page providing further assistance for users of your grid
580 help = ${Const|BaseURL}/drupal/Tags/help 584 help = ${Const|BaseURL}:${Const|PublicPort}/web/help.html
581 585
582 ; password help: optional: page providing password assistance for users of your grid 586 ; password help: optional: page providing password assistance for users of your grid
583 password = ${Const|BaseURL}/drupal 587 password = ${Const|BaseURL}:${Const|PublicPort}/web/password_help.html
584 588
585 ; HG address of the gatekeeper, if you have one 589 ; HG address of the gatekeeper, if you have one
586 ; this is the entry point for all the regions of the world 590 ; this is the entry point for all the regions of the world
587 ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ 591 gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
588 592
589 ; HG user domain, if you have one 593 ; HG user domain, if you have one
590 ; this is the entry point for all user-related HG services 594 ; this is the entry point for all user-related HG services
591 ; uas = ${Const|BaseURL}:${Const|PublicPort}/ 595 uas = ${Const|BaseURL}:${Const|PublicPort}/
592 596
593 597
594[GatekeeperService] 598[GatekeeperService]
@@ -783,3 +787,6 @@
783 787
784[MuteListService] 788[MuteListService]
785 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService" 789 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"
790
791
792[WebService]
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
index abe159b..81c5c9d 100644
--- a/bin/config-include/config_IG.ini
+++ b/bin/config-include/config_IG.ini
@@ -18,6 +18,7 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some." 24 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some."
@@ -77,3 +78,25 @@
77 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent" 78 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent"
78 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent" 79 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent"
79 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent" 80 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent"
81
82[GridInfoService]
83 ; login page: optional: if it exists it will be used to tell the client to use
84 ; this as splash page
85 welcome = ${Const|BaseURL}/drupal/loginpage
86
87 ; helper uri: optional: if it exists it will be used to tell the client to use
88 ; this for all economy related things
89 ;economy = ${Const|BaseURL}/economy
90
91 ; web page of grid: optional: page providing further information about your grid
92 about = ${Const|BaseURL}/drupal/
93
94 ; account creation: optional: page providing further information about obtaining
95 ; a user account on your grid
96 register = ${Const|BaseURL}/drupal/content/How_to_join
97
98 ; help: optional: page providing further assistance for users of your grid
99 help = ${Const|BaseURL}/drupal/Tags/help
100
101 ; password help: optional: page providing password assistance for users of your grid
102 password = ${Const|BaseURL}/drupal
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
index a8992f8..62b523c 100644
--- a/bin/config-include/config_MG.ini
+++ b/bin/config-include/config_MG.ini
@@ -18,6 +18,7 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "All of the World is a Stage, and Everyone's a Critic." 24 MOTD = "All of the World is a Stage, and Everyone's a Critic."
@@ -98,3 +99,25 @@
98 Region_MisFitz_HyperPort = "FallbackRegion" 99 Region_MisFitz_HyperPort = "FallbackRegion"
99 Region_MisFitz_Sandbox = "FallbackRegion" 100 Region_MisFitz_Sandbox = "FallbackRegion"
100 Region_MisFitz_Continuum= "DefaultHGRegion" 101 Region_MisFitz_Continuum= "DefaultHGRegion"
102
103[GridInfoService]
104 ; login page: optional: if it exists it will be used to tell the client to use
105 ; this as splash page
106 welcome = ${Const|jOpensimURL}/index.php?option=com_opensim
107
108 ; helper uri: optional: if it exists it will be used to tell the client to use
109 ; this for all economy related things
110 economy = ${Const|BaseURL}/_tools/helper/
111
112 ; web page of grid: optional: page providing further information about your grid
113 ;about = ${Const|BaseURL}/about
114
115 ; account creation: optional: page providing further information about obtaining
116 ; a user account on your grid
117 ;register = ${Const|BaseURL}/register
118
119 ; help: optional: page providing further assistance for users of your grid
120 ;help = ${Const|BaseURL}/help
121
122 ; password help: optional: page providing password assistance for users of your grid
123 ;password = ${Const|BaseURL}/password
diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini
index 9959ae1..e95b04c 100644
--- a/bin/config-include/config_localhost.ini
+++ b/bin/config-include/config_localhost.ini
@@ -18,6 +18,7 @@
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../db"
20 LogPath = "../../logs" 20 LogPath = "../../logs"
21 WebPath = "../../web"
21 22
22[Const] 23[Const]
23 MOTD = "Welcome to your local grid." 24 MOTD = "Welcome to your local grid."