Add README.md files for the images.

This commit is contained in:
Robert Adams
2025-01-19 20:01:44 +00:00
parent b206189023
commit eb3cbb7aef
3 changed files with 58 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# image-opensim-herbal3d
This builds an image of the master branch of OpenSimulator
with the [Herbal3d] addon-modules.
This is meant for testing and will keep changing so it
is be best that most everyone ignore this image.
[Herbal3d]: https://herbal3d.github.io/
+27
View File
@@ -0,0 +1,27 @@
# image-opensim-webrtc
This builds an image of the master branch of the OpenSimulator repository
that includes the addon-module [os-webrtc-janus].
That is, this is OpenSimulator with WebRTC voice.
There will be additional configuration for voice so refer to [os-webrtc-janus].
There are two configurations supplied for this image:
`config-standalone` runs OpenSimulator as a standalone instance
that has both the region simulators and grid services in a local
instance.
This is great for testing or just getting confortable with what
OpenSimulator can do.
`config-osgrid` has the [OSGrid] connection configuration for
hosting a region connected to that grid.
You MUST change `Regions.ini` to a allocated location in
that grid.
Notice that all the .ini files supplied are the defaults
from the OpenSimulator distribution and all the [OSGrid]
configuration is done in `Final.ini`.
[OSGrid]: https://osgrid.org
[OpenSimulator]: http://opensimulator.org
[os-webrtc-janus]: https://github.com/Misterblue/os-webrtc-janus
+22
View File
@@ -0,0 +1,22 @@
# image-opensim
This builds an image of the master branch of the OpenSimulator repository.
There are two configurations supplied for this image:
`config-standalone` runs OpenSimulator as a standalone instance
that has both the region simulators and grid services in a local
instance.
This is great for testing or just getting confortable with what
OpenSimulator can do.
`config-osgrid` has the [OSGrid] connection configuration for
hosting a region connected to that grid.
You MUST change `Regions.ini` to a allocated location in
that grid.
Notice that all the .ini files supplied are the defaults
from the OpenSimulator distribution and all the [OSGrid]
configuration is done in `Final.ini`.
[OSGrid]: https://osgrid.org
[OpenSimulator]: http://opensimulator.org