You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You need to write a config file to specify Fernglas configuration. This needs to be put under <code>/config/config.yml</code> in the standard configuration.
202
202
See the chapter on <ahref="configuration/README.html">configuration</a> for more information on how to write the collectors configuration.</p>
<p>By setting <code>serve_static: true</code> in the config, the backend will also serve the bundled frontend files from the same webserver as the API.</p>
207
207
<p>You can take the fernglas-frontend image as base and serve the files with your own web server directly, if you want. The files need to be exposed at <code>/</code> of your domain, while the <code>/api/</code> path should be passed through to the API server.</p>
<p>You need to write a config file to specify Fernglas configuration. This needs to be put under <code>/config/config.yml</code> in the standard configuration.
270
270
See the chapter on <ahref="deployment/configuration/README.html">configuration</a> for more information on how to write the collectors configuration.</p>
<p>By setting <code>serve_static: true</code> in the config, the backend will also serve the bundled frontend files from the same webserver as the API.</p>
275
275
<p>You can take the fernglas-frontend image as base and serve the files with your own web server directly, if you want. The files need to be exposed at <code>/</code> of your domain, while the <code>/api/</code> path should be passed through to the API server.</p>
0 commit comments