Initial Commit
This commit is contained in:
parent
b499bd0890
commit
7d743c3a53
5 changed files with 45 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Cheit Maps Live Repository
|
||||
|
||||
Website to quickly find an existing workout map
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Description](#description)
|
||||
- [Usage](#usage)
|
||||
- [License](#license)
|
||||
|
||||
## Description
|
||||
|
||||
An handy and convenient place to find maps and course analysis
|
||||
|
||||
## Usage
|
||||
|
||||
Do visit https://tiehc.etne.top/, find a map close to you, download PDF or use RunMap application and train yourself.
|
||||
|
||||
## License
|
||||
|
||||
Copyleft by ddnthemc
|
18
route_CheitMaps.service
Normal file
18
route_CheitMaps.service
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=CheitMaps-server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
User=etnetop
|
||||
WorkingDirectory=/home/etnetop/FastapiServers/CheitMaps
|
||||
ExecStart=/usr/bin/uvicorn main:app --host 0.0.0.0 --port 8004
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Environment="PYTHONUNBUFFERED=1"
|
||||
StandardOutput=append:/var/log/fastapi-app-CheitMaps.log
|
||||
StandardError=append:/var/log/fastapi-app-CheitMaps.log
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
3
static/O_Flag_.svg
Normal file
3
static/O_Flag_.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="64" height="80" version="1.1" viewBox="0 0 71.752 89.69" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<path d="m5.6056 66.763h60.541v-60.541" fill="#f76d22" style="paint-order:fill markers stroke"/><path d="m33.073 66.761v12.786l2.8184 10.143 2.8028-10.019v-12.908z" style="paint-order:fill markers stroke"/><rect x="5.6056" y="6.2222" width="60.541" height="60.541" fill="none" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width="3.3634" style="paint-order:fill markers stroke"/></svg>
|
After Width: | Height: | Size: 536 B |
BIN
static/face.jpg
Normal file
BIN
static/face.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
3
static/favicon.svg
Normal file
3
static/favicon.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg width="64" height="80" version="1.1" viewBox="0 0 71.752 89.69" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<path d="m5.6056 66.763h60.541v-60.541" fill="#f76d22" style="paint-order:fill markers stroke"/><path d="m33.073 66.761v12.786l2.8184 10.143 2.8028-10.019v-12.908z" style="paint-order:fill markers stroke"/><rect x="5.6056" y="6.2222" width="60.541" height="60.541" fill="none" stroke="#000" stroke-linecap="square" stroke-linejoin="round" stroke-width="3.3634" style="paint-order:fill markers stroke"/></svg>
|
After Width: | Height: | Size: 536 B |
Loading…
Add table
Reference in a new issue