mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
new flohmarkt start
flohmarkt needs to be started with a different class
This commit is contained in:
parent
a757bf1243
commit
f1ca7d3cdb
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ Server = http://__APP__:__PASSWORD_COUCHDB_FLOHMARKT__@127.0.0.1:__PORT_COUCHDB_
|
||||||
[SMTP]
|
[SMTP]
|
||||||
Server = 127.0.0.1
|
Server = 127.0.0.1
|
||||||
Port = 587
|
Port = 587
|
||||||
# die From Adresse sollte in app_senders_login_maps landen...
|
|
||||||
From = __MAIL_USER__@__MAIL_DOMAIN__
|
From = __MAIL_USER__@__MAIL_DOMAIN__
|
||||||
User = __APP__
|
User = __APP__
|
||||||
Password = __MAIL_PWD__
|
Password = __MAIL_PWD__
|
||||||
|
|
|
@ -8,7 +8,7 @@ User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/__APP__
|
WorkingDirectory=__INSTALL_DIR__/__APP__
|
||||||
Environment="VENV_DIR=__INSTALL_DIR__/venv/"
|
Environment="VENV_DIR=__INSTALL_DIR__/venv/"
|
||||||
ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt:app
|
ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt.web:start
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue