Zontreck.com Website
Find a file
2024-08-29 08:00:08 -07:00
android Add initial files 2024-05-15 03:21:48 -07:00
ios Add initial files 2024-05-15 03:21:48 -07:00
lib Add CICD link to drawer 2024-08-24 08:28:20 -07:00
linux Push new session handling 2024-05-16 15:05:54 -07:00
macos Adds some various php files 2024-05-15 04:17:50 -07:00
php Change way version numbering is handled 2024-05-16 22:49:22 -07:00
web Fix typo in constant names 2024-05-15 19:52:12 -07:00
windows Add initial files 2024-05-15 03:21:48 -07:00
.gitignore Add initial files 2024-05-15 03:21:48 -07:00
.metadata Add initial files 2024-05-15 03:21:48 -07:00
analysis_options.yaml Add initial files 2024-05-15 03:21:48 -07:00
LICENSE Initial commit 2024-05-15 09:52:15 +00:00
pubspec.yaml Bump minimum LibAC Version due to numerous fixes 2024-08-29 08:00:08 -07:00
README.md Make some small changes and fixes 2024-05-15 13:30:02 -07:00

Zontreck.com

Zontreck.com Website

OpenSim Web Interface


  1. 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.