statusfy icon indicating copy to clipboard operation
statusfy copied to clipboard

customize the status page

Open theherder opened this issue 3 years ago • 2 comments

Do we have options to customize the home page? In specific,

  • change CDN, api. site delivery, etc to custom variables or options.
  • customize the home page with specific css (background, title, logos, etc).
  • Is this project actively supported? bug fixes, documentation enhancements and security issues.
  • If we have to manually deploy this to a static web page (s3 or blob), which folder do we need to pick to host the css, js, html pages?

theherder avatar Aug 14 '21 00:08 theherder

You can change the systems (CDN, API, Site delivery etc.) by editing the config.js file. See this: https://docs.statusfy.co/guide/configuration/#config-file

DennisSkov avatar Dec 09 '21 10:12 DennisSkov

@DennisSkov this doesn't change anything. This is my server logs:

Starting server...
ℹ Reading configuration from config.yml
ℹ Server listening on http://0.0.0.0:3000

 WARN  Content Directory not found: /usr/src/app/content

I am running this in a kubernetes environment and I have config.json in the along with the package.json

Here's how it looks like;

config.yml    node_modules  package.json  yarn.lock

iamdempa avatar May 19 '22 17:05 iamdempa