"skel" directory
This commit is contained in:
parent
143e19490c
commit
5867b1f3c4
8 changed files with 30 additions and 1 deletions
BIN
api/ovdashboard_api/skel/img1.jpg
Normal file
BIN
api/ovdashboard_api/skel/img1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
BIN
api/ovdashboard_api/skel/img2.jpg
Normal file
BIN
api/ovdashboard_api/skel/img2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
api/ovdashboard_api/skel/img3.jpg
Normal file
BIN
api/ovdashboard_api/skel/img3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
10
api/ovdashboard_api/skel/message.txt
Normal file
10
api/ovdashboard_api/skel/message.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# The API is working!
|
||||||
|
|
||||||
|
## Everything seems to be set up correctly
|
||||||
|
|
||||||
|
If you're reading this text in the dashboard, your OVDashboard is set up correctly.
|
||||||
|
|
||||||
|
A few files, including message.txt have been uploaded to your WebDAV server, and this
|
||||||
|
message is already being served from there.
|
||||||
|
|
||||||
|
> Congratulations!
|
18
api/ovdashboard_api/skel/ticker.txt
Normal file
18
api/ovdashboard_api/skel/ticker.txt
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
######################################################################
|
||||||
|
# OVDashboard Ticker #
|
||||||
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #
|
||||||
|
# This is the news ticker on the dashboard's bottom. #
|
||||||
|
# #
|
||||||
|
# Format: #
|
||||||
|
# - Every line corresponds to one item in the ticker #
|
||||||
|
# - Empty lines are ignored #
|
||||||
|
# - Lines beginning with the "Comment Marker" (default: "#") are #
|
||||||
|
# ignored #
|
||||||
|
######################################################################
|
||||||
|
|
||||||
|
This is the first ticker item
|
||||||
|
|
||||||
|
This is the second ticker item, the empty line does not count
|
||||||
|
Another ticker item
|
||||||
|
# This also used to be a ticker item, but now it is inactive
|
||||||
|
And another ticker item
|
1
api/ovdashboard_api/skel/title.txt
Normal file
1
api/ovdashboard_api/skel/title.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# OVDashboard Title
|
|
@ -1,7 +1,7 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
|
authors = ["Jörn-Michael Miehe <jmm@yavook.de>"]
|
||||||
description = ""
|
description = ""
|
||||||
include = ["skel/*"]
|
include = ["ovdashboard_api/skel/*"]
|
||||||
name = "ovdashboard-api"
|
name = "ovdashboard-api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue