Tools includes a public front page plus dedicated status/info routes for short operational updates and user-facing notices.
/ - product introduction followed by the current news/status feed/news/information/services - canonical catalogue for available Tools services/news and /information show the same stored page content. The front page embeds that content below the Tools introduction.
The front page keeps service discovery compact instead of duplicating the full service catalogue.
/services.Public Services grid and duplicate per-user service shortcut blocks are no longer shown there.Backend access control is unchanged. /services is a discovery surface and does not replace authorization on the linked services.
The admin editor stores the news page content in the database so it can be updated without editing Blade templates or deploying code.
/feed-admin/newsflash (requires a signed-in web session with permission:rss)Markdown is rendered safely on the public page, so headings, lists, links and basic emphasis are supported.
The same editor can append the newest posts from an external RSS feed, for example a WordPress site used as a publishing surface.
/feed-admin/newsflash.https://example.com/feed/.The public fallback heading is News from Tornevall Networks. Previously stored copies of the old default heading Latest external updates are rendered with the new wording. The old setup placeholder beginning with If you connect a WordPress RSS feed here is suppressed on public pages, while genuinely custom intro text remains visible.
When enabled, Tools fetches the external feed and shows the latest posts under the manual page text. If the feed is temporarily unavailable or invalid, the manual page content remains visible and the RSS area reports the problem instead of failing silently.
/news and /information surface the current information while /services remains the central service catalogue.