Chris Vogel
101ad9f73e
RAM, factory option for uvicorn
2024-05-10 20:07:51 +02:00
Chris Vogel
cd2eea1abb
typo
2024-05-10 13:24:10 +02:00
Chris Vogel
fabe59fbc0
Merge branch 'testing' of github.com:YunoHost-Apps/flohmarkt_ynh into testing
2024-05-10 13:13:11 +02:00
Chris Vogel
183fab287f
moved to POST_INSTALL
2024-05-10 13:12:35 +02:00
yunohost-bot
223ea4058e
Auto-update READMEs
2024-05-10 11:11:25 +00:00
Chris Vogel
a97f31a50b
gitignore
2024-05-10 13:11:02 +02:00
Chris Vogel
405b6a7bba
Merge branch 'testing' of github.com:YunoHost-Apps/flohmarkt_ynh into testing
2024-05-10 13:10:25 +02:00
Chris Vogel
4daa678ca4
testing
2024-05-10 13:07:21 +02:00
Chris Vogel
1b0e3e3846
remove un-needed file
2024-05-10 11:50:25 +02:00
Chris Vogel
17f3faca15
remove unneeded file
2024-05-10 11:49:24 +02:00
yunohost-bot
3ce18dfa9d
Auto-update READMEs
2024-05-10 09:26:28 +00:00
Chris Vogel
4970b86bda
restore DISCLAIMER
2024-05-10 11:24:58 +02:00
yunohost-bot
e21ccf23f7
Auto-update READMEs
2024-05-10 09:17:31 +00:00
Éric Gaspar
b475ce6375
Merge branch 'testing' of https://github.com/YunoHost-Apps/flohmarkt_ynh into testing
2024-05-10 11:17:19 +02:00
yunohost-bot
4bd490fa03
Auto-update READMEs
2024-05-10 09:08:12 +00:00
Chris Vogel
01ab9d6665
ironing out errors and warnings
2024-05-10 11:07:42 +02:00
Éric Gaspar
5cca8a21ec
fix linter
2024-05-10 10:21:52 +02:00
Éric Gaspar
27920e6cfc
Merge branch 'testing' of https://github.com/YunoHost-Apps/flohmarkt_ynh into testing
2024-05-10 10:17:32 +02:00
eric_G
08e0a321ec
Merge branch 'master' into testing
2024-05-10 10:16:46 +02:00
yunohost-bot
46896e78fc
Auto-update READMEs
2024-05-10 07:16:05 +00:00
Chris Vogel
c3973976cc
improvements to upgrade
2024-05-10 09:15:22 +02:00
yunohost-bot
03c9d5e3e2
Auto-update READMEs
2024-05-09 12:02:03 +00:00
Chris Vogel
eafaed5b8b
version naming same as in manifest
2024-05-09 14:00:54 +02:00
Chris Vogel
703ec83ba0
increased ynh4 to ynh5
...
this will be the release - wherever I messed up the counting ;-)
2024-05-09 13:59:24 +02:00
Chris Vogel
45a7cda2ba
deleted autogenerated README_*
2024-05-08 16:31:52 +02:00
Chris Vogel
94ec94e32d
corrections to backup/restore
2024-05-08 16:14:04 +02:00
Chris Vogel
6287cd7725
Upgrade paths/filename part III
...
now it works on my test system...
2024-05-08 11:18:05 +02:00
Chris Vogel
b943dfa6f1
paths and filenames - part II
...
adjusted paths after trying, thinking and talking to people in the matrix room again.
2024-05-07 12:18:36 +02:00
Chris Vogel
b6d9fac30f
New file- and pathnames
...
Quiet a ride, but on my test system it installs and removes.
Upgrade will not work, yet. Renaming is missing.
Multiple installs should work.
2024-05-06 07:47:13 +02:00
Chris Vogel
e73534d4cd
new source, upgrade test
...
* changed source to actual one
* changed upgrade from version in tests.toml
2024-04-30 19:48:43 +02:00
Chris Vogel
957577acf8
Merge branch 'main' of codeberg.org:flohmarkt/flohmarkt_ynh
2024-04-30 14:23:10 +02:00
Chris Vogel
8737723882
rename main to testing
...
updated DEVELOPMENT.md to prepare
2024-04-30 14:22:32 +02:00
Chris Vogel
95a58906f4
Merge pull request 'reworked install paths' ( #39 ) from check_paths into main
...
Reviewed-on: https://codeberg.org/flohmarkt/flohmarkt_ynh/pulls/39
2024-04-30 12:16:45 +00:00
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
217fc0eb0f
Merge pull request #2 from YunoHost-Apps/main
...
information, fail2ban configured and tested
2024-04-28 09:45:14 +02:00
yunohost-bot
5e710fc89f
Auto-update READMEs
2024-04-27 16:32:26 +00:00
Chris Vogel
bc8eea5e6d
Merge pull request 'ynh4: fail2ban configuration added' ( #34 ) from logger into main
...
Reviewed-on: https://codeberg.org/flohmarkt/flohmarkt_ynh/pulls/34
closes: https://codeberg.org/flohmarkt/flohmarkt_ynh/issues/16#issuecomment-1791332
2024-04-27 16:29:15 +00:00
Chris Vogel
955db35ef4
ynh4 fail2ban configured and tested
2024-04-27 18:26:41 +02:00
Chris Vogel
4ce465d31a
replaced " by ' because content itself contained "
2024-04-27 14:04:21 +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
e95bf72de4
Merge branch 'logger' of codeberg.org:flohmarkt/flohmarkt_ynh into logger
2024-04-27 13:21:01 +02:00
Chris Vogel
26d4aa7ca2
test
2024-04-27 13:20:41 +02:00
Chris Vogel
59fe977466
extend DEVELOPMENT.md
2024-04-27 13:09:22 +02:00
Chris Vogel
cd27fdff44
fixed typo
2024-04-27 13:08:17 +02:00
Chris Vogel
17424c781c
fixed typo
2024-04-27 13:07:26 +02:00
Chris Vogel
fd84fbcc64
test
2024-04-26 21:42:05 +02:00
yunohost-bot
d57385cf01
Auto-update READMEs
2024-04-26 19:26:59 +00:00
Chris Vogel
5c31dfdb8b
doc/PRE_INSTALL.md
2024-04-26 21:22:35 +02:00
Chris Vogel
7721103bac
extended DEVELOPMENT.md
2024-04-26 10:53:53 +02:00
yunohost-bot
789af71b67
Auto-update READMEs
2024-04-26 07:44:42 +00:00