mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-01 01:48:39 -04:00
change name
This commit is contained in:
15
README.md
15
README.md
@@ -3,16 +3,11 @@
|
||||
</div>
|
||||
|
||||
<div align="center" width="100%">
|
||||
<h2>UpSnap</h2>
|
||||
<p>A simple wake on lan app written with Django, Django-Channels (websockets), Celery, Redis and nmap.</p>
|
||||
<a target="_blank" href="https://github.com/seriousm4x/django-wake-on-lan"><img src="https://img.shields.io/github/stars/seriousm4x/django-wake-on-lan" /></a> <a target="_blank" href="https://hub.docker.com/r/seriousm4x/django-wol"><img src="https://img.shields.io/docker/pulls/seriousm4x/django-wol" /></a> <a target="_blank" href="https://hub.docker.com/r/seriousm4x/django-wol"><img src="https://img.shields.io/docker/v/seriousm4x/django-wol/latest?label=docker%20image%20ver." /></a> <a target="_blank" href="https://github.com/seriousm4x/django-wake-on-lan"><img src="https://img.shields.io/github/last-commit/seriousm4x/django-wake-on-lan" /></a>
|
||||
</div>
|
||||
|
||||
| Dark | Light |
|
||||
| -------------------- | --------------------- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## ✨ 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 |
|
||||
| -------------------- | --------------------- |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|  |  |
|
||||
|
||||
## 🐳 Run your own instance
|
||||
|
||||
You can use the example [docker-compose.yml](docker-compose.yml) file and just run `docker-compose up -d`.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Wake on LAN</title>
|
||||
<title>UpSnap</title>
|
||||
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/bulma.min.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/bulma-prefers-dark.min.css' %}">
|
||||
@@ -44,7 +44,7 @@
|
||||
Devices <span id="visitors" class="tag is-primary is-light">{{ visitors }} visitors</span>
|
||||
</h1>
|
||||
<p class="subtitle">
|
||||
Wake on LAN
|
||||
UpSnap
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Wake on LAN</title>
|
||||
<title>UpSnap</title>
|
||||
<link rel="icon" type="image/png" href="{% static 'img/favicon.png' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/bulma.min.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'css/bulma-prefers-dark.min.css' %}">
|
||||
@@ -44,7 +44,7 @@
|
||||
Settings
|
||||
</h1>
|
||||
<p class="subtitle">
|
||||
Wake on LAN
|
||||
UpSnap
|
||||
</p>
|
||||
</section>
|
||||
<section class="section pt-4 pb-3">
|
||||
|
||||
Reference in New Issue
Block a user