There is now a public node running on the same node, let's use it.
The url scheme is as follow:
- https://chronik-doc.fabien.cash => the public chronik instance
- https://chronik-doc.fabien.cash/docs => the documentation website
Differential D16785
[chronik-doc] Use the local node for the examples Fabien on Sep 18 2024, 19:46. Authored by
Details
There is now a public node running on the same node, let's use it. The url scheme is as follow:
Check the remote is responsive and no url has been forgotten.
Diff Detail
Event TimelineComment Actions is there a way to do this without the 8331? I guess would need to change the nginx settings in infra? Comment Actions If we are updating the URL, also need to update // Set the production url of your site here url: 'https://chronik-doc.fabien.cash', in docusaurus.config.js Comment Actions Actually I think the update goes in the next key of this settings page. So, will be like this: // Set the production url of your site here url: 'https://chronik-doc.fabien.cash', // Set the /<baseUrl>/ pathname under which your site is served // For GitHub pages deployment, it is often '/<projectName>/' baseUrl: '/docs', |