added some apps
This commit is contained in:
parent
cc4fbb46aa
commit
c2f2870eea
@ -11,8 +11,8 @@ from dashmachine.paths import user_data_folder
|
|||||||
if not os.path.isdir(user_data_folder):
|
if not os.path.isdir(user_data_folder):
|
||||||
os.mkdir(user_data_folder)
|
os.mkdir(user_data_folder)
|
||||||
|
|
||||||
context_path = os.getenv('CONTEXT_PATH', '')
|
context_path = os.getenv("CONTEXT_PATH", "")
|
||||||
app = Flask(__name__, static_url_path=context_path + '/static')
|
app = Flask(__name__, static_url_path=context_path + "/static")
|
||||||
cache = Cache(app, config={"CACHE_TYPE": "simple"})
|
cache = Cache(app, config={"CACHE_TYPE": "simple"})
|
||||||
api = Api(app)
|
api = Api(app)
|
||||||
|
|
||||||
|
BIN
dashmachine/static/images/apps/gotify.png
Normal file
BIN
dashmachine/static/images/apps/gotify.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
BIN
dashmachine/static/images/apps/grafana.png
Normal file
BIN
dashmachine/static/images/apps/grafana.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
BIN
dashmachine/static/images/apps/piwigo.png
Normal file
BIN
dashmachine/static/images/apps/piwigo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
dashmachine/static/images/apps/tasmoadmin.png
Normal file
BIN
dashmachine/static/images/apps/tasmoadmin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
BIN
dashmachine/static/images/apps/transmission.png
Normal file
BIN
dashmachine/static/images/apps/transmission.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
dashmachine/static/images/apps/vscode.png
Normal file
BIN
dashmachine/static/images/apps/vscode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
6
template_apps/new/Gotify.ini
Normal file
6
template_apps/new/Gotify.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Gotify]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/gotify.png
|
||||||
|
description = A simple server for sending and receiving messages
|
||||||
|
open_in = this_tab
|
6
template_apps/new/Grafana.ini
Normal file
6
template_apps/new/Grafana.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Grafana]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/grafana.png
|
||||||
|
description = The open observability platform
|
||||||
|
open_in = this_tab
|
6
template_apps/new/Piwigo.ini
Normal file
6
template_apps/new/Piwigo.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Piwigo]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/piwigo.png
|
||||||
|
description = Manage your photos with Piwigo, a full featured open source photo gallery application for the web.
|
||||||
|
open_in = this_tab
|
6
template_apps/new/TasmoAdmin.ini
Normal file
6
template_apps/new/TasmoAdmin.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[TasmoAdmin]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/tasmoadmin.png
|
||||||
|
description = Website to manage Sonoff Devices flashed with Tasmota
|
||||||
|
open_in = this_tab
|
6
template_apps/new/Transmission.ini
Normal file
6
template_apps/new/Transmission.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Transmission]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/transmission.png
|
||||||
|
description = A Fast, Easy, and Free BitTorrent Client
|
||||||
|
open_in = this_tab
|
6
template_apps/new/VS Code.ini
Normal file
6
template_apps/new/VS Code.ini
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[VS Code]
|
||||||
|
prefix = https://
|
||||||
|
url = your-website.com
|
||||||
|
icon = static/images/apps/vscode.png
|
||||||
|
description = A code editor redefined and optimized for building and debugging modern web and cloud applications
|
||||||
|
open_in = this_tab
|
Loading…
x
Reference in New Issue
Block a user