1.1 KiB
1.1 KiB
Zontreck.com
Zontreck.com Website
OpenSim Web Interface
- How to set up
Setting up the web interface externally is not officially supported. This was designed and built to be used integrated with zontreck.com.
However, if you still wish to do so, you will have quite a bit of code to edit. First off, edit main.dart in libs/pages. You'll need to remove the reference to HomePage, and add a homePage attribute to MaterialApp that points to OpenSimPage()
Next up, you'll want to edit Settings.dart, the reason is because this seeks out services.json from the Aria's Creations github. That file controls where to look for the API server. Either hardcode a return value, or upload your own somewhere
Next, you need to edit the API Endpoint paths to point to where these files reside on your actual server.
I will be releasing a separate system based on this code in a separate repository that is intended for third party hosting as soon as this interface is completed.
The released standalone will also be uploaded as a packaged library for dart. It will then still be included here but primarily maintained in the standalone once this happens.