diff --git a/api/ovdashboard_api/skel/img1.jpg b/api/ovdashboard_api/skel/img1.jpg new file mode 100644 index 0000000..4d846ff Binary files /dev/null and b/api/ovdashboard_api/skel/img1.jpg differ diff --git a/api/ovdashboard_api/skel/img2.jpg b/api/ovdashboard_api/skel/img2.jpg new file mode 100644 index 0000000..f066cb4 Binary files /dev/null and b/api/ovdashboard_api/skel/img2.jpg differ diff --git a/api/ovdashboard_api/skel/img3.jpg b/api/ovdashboard_api/skel/img3.jpg new file mode 100644 index 0000000..e732df8 Binary files /dev/null and b/api/ovdashboard_api/skel/img3.jpg differ diff --git a/api/skel/logo.svg b/api/ovdashboard_api/skel/logo.svg similarity index 100% rename from api/skel/logo.svg rename to api/ovdashboard_api/skel/logo.svg diff --git a/api/ovdashboard_api/skel/message.txt b/api/ovdashboard_api/skel/message.txt new file mode 100644 index 0000000..9ecb349 --- /dev/null +++ b/api/ovdashboard_api/skel/message.txt @@ -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! diff --git a/api/ovdashboard_api/skel/ticker.txt b/api/ovdashboard_api/skel/ticker.txt new file mode 100644 index 0000000..d1eca48 --- /dev/null +++ b/api/ovdashboard_api/skel/ticker.txt @@ -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 diff --git a/api/ovdashboard_api/skel/title.txt b/api/ovdashboard_api/skel/title.txt new file mode 100644 index 0000000..ae112e6 --- /dev/null +++ b/api/ovdashboard_api/skel/title.txt @@ -0,0 +1 @@ +# OVDashboard Title \ No newline at end of file diff --git a/api/pyproject.toml b/api/pyproject.toml index cfee51c..7d73f01 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] authors = ["Jörn-Michael Miehe "] description = "" -include = ["skel/*"] +include = ["ovdashboard_api/skel/*"] name = "ovdashboard-api" version = "0.1.0"