LinkStack/routes
Julian Prieber bbad48998b Map domain to specific profile
Admins can now map domains to specific profiles.
To do this add this array to your advanced config:

  'custom_domains' => [
    ['domain' => 'example.com', 'name' => 'example_user',],
    ['domain' => 'example.example.com', 'id' => '1',],
    // more entries as needed
  ],

For each entry, a domain and user name or id has to be defined.
2023-12-12 00:27:48 +01:00
..
api.php admin littlelink 2021-04-16 03:30:00 +04:30
auth.php Revert "Disabled request lifecycle middleware on public routes" 2023-07-22 13:16:28 +02:00
channels.php admin littlelink 2021-04-16 03:30:00 +04:30
console.php admin littlelink 2021-04-16 03:30:00 +04:30
home.php Map domain to specific profile 2023-12-12 00:27:48 +01:00
web.php Map domain to specific profile 2023-12-12 00:27:48 +01:00