# THome
THome is a static minimal personal dashboard made for local use, except its a bit easier to maintain and update it using python
I just wanted to make my own dashboard for my homelab and used the things i know to put it together as simple as i can
# Features
- simple design
- responsive, works great on PC, tablet and phone
- doesn't require any special dependencies, for linux at least
- has search to filter your cards
- works fast and perfectly without internet, since all the css and js are attached
# Screenshots
![Laptop's screenshot 01!](media/screenshots/laptop01.jpeg "Laptop's screenshot 01")
![Laptop's screenshot 02!](media/screenshots/laptop02.jpeg "Laptop's screenshot 02")
![phone's screenshot 01!](media/screenshots/phone01.png "Phone's screenshot 01")
# requirement
- A Text Editor
- Python
- Web Browser
# How to use
- First of edit the sites.xml, change every thing in CAPS, add as many as you like
```
TAGSHORT_TAGNAME
HTTPS://LINK.COM
FILENAME.PNGNAMETEXTنص
```
- for `` use or however you like (this affect the colors of the cards):
- "KB" Stands for: Knowledge Base and Wikis
- "SaM" Stands for: Social networks and media
- "WaB" Stands for: Websites and Blogs
- "SaI" Stands for: Search and Indexing
- "admin" Stands for: Admin tools and such
- Run the python script to create your index.html
`python main.py`
- put the files in your webserver or just open it in your web browser
# Used stuff
things used here:
- HTML
- CSS
- Bootstrap & jQuery
- [This script for the search](https://stackoverflow.com/a/61621522)
- Nord Colors
- Python