From ce7f50729bde053b6d4f1ebbd09bbecacc7e4f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Fri, 1 Oct 2021 00:55:19 +0200 Subject: [PATCH] change name --- README.md | 15 +++++++++------ app/wol/templates/wol/index.html | 4 ++-- app/wol/templates/wol/settings.html | 4 ++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 66c902a7..9d6b0f4f 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,11 @@
+

UpSnap

A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.

-| Dark | Light | -| -------------------- | --------------------- | -| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/front-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/front-light.png) | -| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/settings-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/settings-light.png) | -| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/schedule-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/schedule-light.png) | - ## ✨ Features * Dashboard to wake up devices with 1 click @@ -25,6 +20,14 @@ * Settings page to add/delete device and show system infos * [Docker images](https://hub.docker.com/r/seriousm4x/django-wol) for amd64, arm64, arm/v7 +## 📸 Screenshots + +| Dark | Light | +| -------------------- | --------------------- | +| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/front-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/front-light.png) | +| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/settings-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/settings-light.png) | +| ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/schedule-dark.png) | ![](https://raw.githubusercontent.com/seriousm4x/django-wake-on-lan/master/assets/schedule-light.png) | + ## 🐳 Run your own instance You can use the example [docker-compose.yml](docker-compose.yml) file and just run `docker-compose up -d`. diff --git a/app/wol/templates/wol/index.html b/app/wol/templates/wol/index.html index b9a9b480..b03366eb 100644 --- a/app/wol/templates/wol/index.html +++ b/app/wol/templates/wol/index.html @@ -6,7 +6,7 @@ - Wake on LAN + UpSnap @@ -44,7 +44,7 @@ Devices {{ visitors }} visitors

- Wake on LAN + UpSnap

diff --git a/app/wol/templates/wol/settings.html b/app/wol/templates/wol/settings.html index 822365d4..ca2c34df 100644 --- a/app/wol/templates/wol/settings.html +++ b/app/wol/templates/wol/settings.html @@ -6,7 +6,7 @@ - Wake on LAN + UpSnap @@ -44,7 +44,7 @@ Settings

- Wake on LAN + UpSnap