@extends('layouts.master') @section('content') @include('partials/logged-in')

Database: {{ $database->name }}

@if ($database->created_by == session('user_id'))
@endif

Users with Access


Realtime Micropub Export

Enter a Micropub endpoint and token below and any trips that are written to this database will be sent to the endpoint as well.


Ping on New Location

Enter one or more URLs to ping when new location data is available. This will send a POST request to the URLs with the URL to fetch the last location from the database, e.g. url=https://compass.p3k.io/api/last?token=xxxx. Enter one or more URLs separated by whitespace.


@endsection