Skip to content

Ale-Code404/server-summary

Repository files navigation

Server summary

This is a simple web app that shows a summary of your server's hardware and software.

Simple server summary for app list

Installation

  1. Clone the repository
  2. Creates a .env file with the following content:
# For monitoring server using grafana or something similar
PUBLIC_STATS_URL=https://api.server.com/stats
  1. Create a '/data/apps.json' file with the following content:
[
  {
    "title": "My application",
    "description": "My application description",
    // Should be a simple-icons or carbon icon
    "icon": "icon",
    "tags": ["Apps", "Tags"],
    "url": "https://myapp.com"
  }
]
  1. Run npm install
  2. Run npm run dev

About

Simple server summary to list app installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published