Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nighty3098/sdash
A simple server dashboard for smaller private servers
https://github.com/nighty3098/sdash
dashboard docker dockerfile flask flask-application javascript js python python3 server server-dashboard web web-dashboard
Last synced: 2 months ago
JSON representation
A simple server dashboard for smaller private servers
- Host: GitHub
- URL: https://github.com/nighty3098/sdash
- Owner: Nighty3098
- License: apache-2.0
- Created: 2024-08-24T15:33:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:37:04.000Z (3 months ago)
- Last Synced: 2024-10-31T11:27:07.112Z (3 months ago)
- Topics: dashboard, docker, dockerfile, flask, flask-application, javascript, js, python, python3, server, server-dashboard, web, web-dashboard
- Language: HTML
- Homepage: https://hub.docker.com/r/nighty3098/sdash
- Size: 57.4 MB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Tech Support
Discord server
Installing
```
git clone https://github.com/SDashS/SDash
cd SDash/app
python3 -m venv SDash
source SDash/bin/activate
pip3 install -r ../requirements.txt
```
Run server
> [!IMPORTANT]
> This service has been tested on Arch, Debian, Ubuntu, Fedora based systems```
python3 server.py
```Using docker
```
docker pull nighty3098/sdash
```Run server
```
docker run nighty3098/sdash
```
Usage
Use:
Shift
+
C
to open the command palette on PC
Screenshots