Zontreck.com Website
Find a file
2025-04-01 03:18:24 -07:00
android Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -07:00
images Adds some extra details to the NBT page 2025-01-30 20:23:27 -07:00
ios Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -07:00
lib Push new product page to sidebar 2025-04-01 03:18:24 -07:00
linux Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -07:00
macos Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -07:00
php Require the database and system configuration in php files 2025-01-30 20:49:53 -07:00
web Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -07:00
windows Add a portfolio entry for NBT Editor, and update all dependencies. 2025-01-30 20:10:29 -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
Jenkinsfile Also generate a PHP script archive 2025-01-30 20:39:05 -07:00
LICENSE Initial commit 2024-05-15 09:52:15 +00:00
pubspec.yaml Push new product 2025-04-01 03:11:52 -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.