added some apps

This commit is contained in:
Ross Mountjoy 2020-02-18 15:00:31 -05:00
parent cc4fbb46aa
commit c2f2870eea
13 changed files with 38 additions and 2 deletions

View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View 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

View 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

View 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

View 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

View 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

View 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