1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
Commit graph

6 commits

Author SHA1 Message Date
Chris Vogel
b5e0f424f9 reworked install paths
new paths are now defined in _common.sh like this
```
flohmarkt_install="/opt/${id}/${domain}${url_path}/src"
flohmarkt_venv_dir="/opt/${id}/${domain}${url_path}/venv"
```
giving a nice layout following the domain and path the flohmarkt uses as its URL.

Activated path resource in manifest.toml to let the admin choose a path different from '/'.
2024-04-30 14:12:49 +02:00
Chris Vogel
b271454e8d extend logging
* make systemd.service log a timestamp that can be read by fail2ban
* add dependency on moreutils to manifest.toml (needed in systemd.service)
2024-04-27 13:36:14 +02:00
Chris Vogel
f1ca7d3cdb new flohmarkt start
flohmarkt needs to be started with a different class
2024-04-25 13:07:28 +02:00
Chris Vogel
94e02cb8c3 new version, debug mode (aka no cert verify) 2024-04-13 18:50:07 +02:00
Chris Vogel
b02d3d4045 2024-04-12 08:20:16 +02:00
Chris Vogel
87b416a658 systemd.service 2024-04-11 19:53:18 +02:00