Compare commits
1 Commits
dev
...
208e3a7b49
Author | SHA1 | Date | |
---|---|---|---|
208e3a7b49 |
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
cd /home/calendarwatch
|
||||
uwsgi --ini wsgi.ini
|
||||
# uwsgi --http-socket 0.0.0.0:8084 -w wsgi --protocol=https
|
||||
export FLASK_APP=/home/calendarwatch/server.py
|
||||
python3 server.py
|
||||
echo "server has been started"
|
||||
|
||||
|
10
server/static/res/daria-changelog.json
Normal file
10
server/static/res/daria-changelog.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"latestVersion": "1.0",
|
||||
"latestVersionCode": 1,
|
||||
"url": "https://longitudecalendar.com/static/res/daria-scan-1.0.apk",
|
||||
"releaseNotes": [
|
||||
"- First evolution",
|
||||
"- Second evolution",
|
||||
"- Bug fixes"
|
||||
]
|
||||
}
|
BIN
server/static/res/daria-scan-1.0.apk
Normal file
BIN
server/static/res/daria-scan-1.0.apk
Normal file
Binary file not shown.
Reference in New Issue
Block a user