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
{{ message }}
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
First sorry I'm new to Nuxt.js so maybe my questions are a bit noobish.
Is there a common way of updating this Application?
Is there a way to edit the Template and modify it so it does not look 100% exact as all other statusfy sites?
How exactly should the two ways Static Site Generation & Server-Side Rendering be implemented? There is no clear differenciation between HOW the one and the other should be configurated/implemented
is there a way to auto-regenerate the needed party of the files after a change? Or autoexecuting "yarn generate" everytime something gets changed?
how can I change the time from UTC to UTC+1?
Recommendations/improvements
cron 0 0 * * * yarn generate should be recommended in the docs to regenerate the html files every day at 00:00 to keep the files updated as the page is showing "4 days since last incident" which would not be updated otherwise. Every other change should be automatically trigger "yarn generate" but this would not make the cron obsolede.
also theme folder should be already pre-created as I was thinking I was doing something wrong becasue it is missing in my setup, but after just creating the folder image I placed have been updated.
web-admin-tool would be awesome which we could connect to to the app and manage it to create new incidents, edit them or translate them and even update the app
render the time at clientside with JS with just providing the timestamp, so the UTC is not needed anymore. otherwise people always have to re-think when reading the times.
It shows at me Mar 27, 23:05 UTC in fact it was Mar 28, 00:05 (UTC+1 which is my time)
Docs are sometimes very unclear and do not offer "full documentation" there is also no list of all Modules and their options ..
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
First sorry I'm new to Nuxt.js so maybe my questions are a bit noobish.
Recommendations/improvements
0 0 * * * yarn generate
should be recommended in the docs to regenerate the html files every day at 00:00 to keep the files updated as the page is showing "4 days since last incident" which would not be updated otherwise. Every other change should be automatically trigger "yarn generate" but this would not make the cron obsolede.It shows at me
Mar 27, 23:05 UTC
in fact it wasMar 28, 00:05
(UTC+1 which is my time)Sadly I did not get any support at https://spectrum.chat/bazzite/statusfy thats why I opened this issue.
Thanks in advance!
The text was updated successfully, but these errors were encountered: