gridplay/canadiangridwebsite

Website for Opensim using the Laravel framework.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Blade

Type:project

pkg:composer/gridplay/canadiangridwebsite

dev-main 2025-11-08 15:09 UTC

This package is auto-updated.

Last update: 2025-11-08 15:13:22 UTC


README

This has been heavily modded to remove security keys. Not fully configable so please go through each file to see what needs to be changed.

For the map to work with SSL edit your caddy/nginx/apache to redirect to your robust maptiles.

Here is how i did it in caddy for the Canadian Grid

maptiles.canadiangrid.ca {
  reverse_proxy /* http://canadiangrid.ca:8002 {
    header_up Host {http.request.host}
    header_up X-Real-IP {http.request.remote}
    header_up X-Forwarded-For {http.request.remote}
    header_up X-Forwarded-Proto {http.request.scheme}
  }
}

mostly the .env needs updating

main.sql is for the site ONLY! NOT robust since opensim can generate that