[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8022":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},8022,"staytus","adamcooke\u002Fstaytus","adamcooke","💡 An open source solution for publishing the status of your services","http:\u002F\u002Fstaytus.co",null,"Ruby",2178,275,57,32,0,2,59.52,"MIT License",false,"master",[23,24,25,5],"rails","status","status-site","2026-06-12 04:00:37","**Where did the GitHub Issues go?** Due to a bit of neglect on my part and an abundance of support questions coming to this repository as GitHub issues I have taken the decision to close all issues. I don't have time to go through each issue individually. If your issue has been closed and it's not a support request and you still think it is relevant, please comment and I'll review. \n\n**Future plans** I'm hoping to do a bit more work on Staytus soon. One of the main things I want to achieve will be to provide Staytus as a container rather than requiring people to install it manually on servers which seems to be cause of a number of issues. Once this is complete, I'll update all docs to make it clear now to deploy Staytus either using Docker or onto a Kubernetes cluster if that's what you prefer.\n\n# Staytus\n\nStaytus is a complete solution for publishing the latest information about\nany issues with your web applications, networks or services. Along with\nabsolutely beautiful public & admin interfaces, Staytus is a powerful tool for\nany organization with customers that rely on them to be online 24\u002F7.\n\n* [Check out the live demo](http:\u002F\u002Fdemo.staytus.co)\n* [Read the roadmap](https:\u002F\u002Fgithub.com\u002Fadamcooke\u002Fstaytus\u002Fblob\u002Fmaster\u002FROADMAP.md)\n* [Report a bug](https:\u002F\u002Fgithub.com\u002Fadamcooke\u002Fstaytus\u002Fissues\u002Fnew?labels=bug)\n* [Ask a question](https:\u002F\u002Fgithub.com\u002Fadamcooke\u002Fstaytus\u002Fissues\u002Fnew?labels=question)\n* [Installation tutorial](https:\u002F\u002Fatech.blog\u002Fatech\u002Finstall-staytus-tutorial)\n* **[Donate to fund continued development](http:\u002F\u002Fmonzo.me\u002Fadamcooke)**\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002FiOzvtk.png)\n\n## Installation from source\n\n### System Requirements\n\n* Ruby 2.3 or greater (including `ruby-dev` package on Linux)\n* RubyGems and Bundler\n* A MySQL database server\n* Bundler (`gem install bundler`)\n* Rake (`gem install rake`)\n* Procodile (`gem install procodile`)\n\n### Installation Instructions\n\n**A comprehensive tutorial about how to install Staytus [available here](https:\u002F\u002Fatech.blog\u002Fatech\u002Finstall-staytus-tutorial) on the [aTech Media blog](https:\u002F\u002Fatech.blog).**\n\nAlternativly, these basic instructions will get you up and running:\n\nBefore start, you'll need to create a new MySQL database:\n\n```text\nmysql$ CREATE DATABASE `staytus` CHARSET utf8 COLLATE utf8_unicode_ci;\nmysql$ GRANT ALL ON staytus.* TO `staytus`@`localhost` IDENTIFIED BY \"a_secure_password\";\n```\n\n```text\n$ git clone https:\u002F\u002Fgithub.com\u002Fadamcooke\u002Fstaytus\n$ cd staytus\n$ git checkout stable\n$ bundle install --deployment --without development:test\n$ cp config\u002Fdatabase.example.yml config\u002Fdatabase.yml\n$ nano -w config\u002Fdatabase.yml # Add your database configuration\n$ bundle exec rake staytus:build staytus:install\n$ procodile start --foreground\n```\n\nIn case the `bundle install` command fails at `mysql2`, make sure that you have the MySQL development package (ie. `mysql` on macOS, `libmariadb-dev` for MariaDB on Linux)\n\nThis will run the application on HTTP port 5000. When you first\nlogin, you'll be able to add your own site settings. Browse to http:\u002F\u002F[IP]:8787\nto begin.\n\nYou may also want to change the SMTP configuration via environment variables,\nwhich are described in [`config\u002Fenvironment.example.yml`](config\u002Fenvironment.example.yml).\n\nTo run staytus in the background, simply run `procodile start` without the `--foreground` option.\n\n### Upgrading\n\nOnce you've installed Staytus, you can easily upgrade it by\nfollowing this process.\n\n```text\n$ cd path\u002Fto\u002Fstaytus\n$ git pull origin stable\n$ bundle\n$ bundle exec rake staytus:build staytus:upgrade\n```\n\nOnce you've done this, you should ensure you restart any Staytus\nprocesses which you have running.\n\n## E-Mail Notifications\n\nAll e-mail notifications are sent through a background worker process. This will be started automatically when you run the application using `foreman start`. If you don't do this, you can run jobs using `bundle exec rake jobs:work`.\n\n## Administration\n\nTo log in for the first time, visit the `\u002Fadmin`, and log in with email\n`admin@example.com` and password `password`. You will probably want to go to\nSettings -> Users and set up your admins.\n\n## Themes\n\nAll themes are stored in the `content\u002Fthemes` directory. You can\nadd your own themes in this directory but we do not recommend\nmaking changes to the `default` theme as these changes may get\noverridden in an upgrade.\n\nFull details about how to make these will be coming soon.\n\n## Examples in the wild\n\n* [aTech Status Site](https:\u002F\u002Fstatus.atechmedia.com)\n* [Dial 9 Status Site](https:\u002F\u002Fstatus.dial9.co.uk)\n\nIf you're running Staytus in the wild, let us know so we can\nadd you to the list.\n\n## Screenshots\n\nHere's a few extra screenshots from the admin and public interfaces.\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002FSZ2WUI.png)\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002FTgqeV8.png)\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002FJErXE75Fhu.png)\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002Ffb5kFe.png)\n\n![Screenshot](https:\u002F\u002Fs.adamcooke.io\u002F15\u002F9n5W4j.png)\n","Staytus 是一个开源解决方案，用于发布服务状态信息。它基于 Ruby 开发，提供美观的用户界面和管理后台，能够帮助组织向依赖其在线服务的客户及时通报任何应用、网络或服务的问题。Staytus 的主要技术特点包括使用 Rails 框架构建，并计划未来以容器形式提供以便于部署在 Docker 或 Kubernetes 上。此工具非常适合需要持续保持高可用性并对服务状态透明度有要求的企业使用。","2026-06-11 03:15:41","top_language"]