mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
fix linter
This commit is contained in:
parent
27920e6cfc
commit
5cca8a21ec
3 changed files with 20 additions and 18 deletions
19
doc/ADMIN.md
19
doc/ADMIN.md
|
@ -5,3 +5,22 @@ Flohmarkt is not initialized yet. Please go to
|
|||
https://flohmarkt.test/setup/<secret string>
|
||||
in order to complete the setup process
|
||||
```
|
||||
|
||||
## support
|
||||
|
||||
For questions about running flohmarkt on yunohost please use the [yunohost support matrix channel](https://yunohost.org/en/chat_rooms#help-and-support-chat-roo) or the [forum](https://forum.yunohost.org/t/ynh-flohmarkt-flohmarkt-as-an-app-for-yunohost/28455?u=chrichri).
|
||||
|
||||
To get help for **flohmarkt** itself please look at its [wiki](https://codeberg.org/flohmarkt/flohmarkt/wiki), [open an issue](https://codeberg.org/flohmarkt/flohmarkt/issues) with your request or join the [IRC channel flohmarkt](https://web.libera.chat/?nick=GithubGuest?#flohmarkt) on [libera.chat](https://libera.chat/).
|
||||
|
||||
## bugs, requesting features
|
||||
|
||||
Please use the issue tracker at https://codeberg.org/flohmarkt/flohmarkt_ynh/issues
|
||||
|
||||
## upstream repository
|
||||
|
||||
The yunohost integration of **flohmarkt** is developed by the flohmarkt organization on https://codeberg.org/ .
|
||||
|
||||
Please refer to https://codeberg.org/flohmarkt/flohmarkt_ynh/ to take part in development.
|
||||
|
||||
More about development of **flohmarkt**s yunohost integration can be found in [DEVELOPMENT.md](DEVELOPMENT.md)
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
## support
|
||||
|
||||
For questions about running flohmarkt on yunohost please use the [yunohost support matrix channel](https://yunohost.org/en/chat_rooms#help-and-support-chat-roo) or the [forum](https://forum.yunohost.org/t/ynh-flohmarkt-flohmarkt-as-an-app-for-yunohost/28455?u=chrichri).
|
||||
|
||||
To get help for **flohmarkt** itself please look at its [wiki](https://codeberg.org/flohmarkt/flohmarkt/wiki), [open an issue](https://codeberg.org/flohmarkt/flohmarkt/issues) with your request or join the [IRC channel flohmarkt](https://web.libera.chat/?nick=GithubGuest?#flohmarkt) on [libera.chat](https://libera.chat/).
|
||||
|
||||
## bugs, requesting features
|
||||
|
||||
Please use the issue tracker at https://codeberg.org/flohmarkt/flohmarkt_ynh/issues
|
||||
|
||||
## upstream repository
|
||||
|
||||
The yunohost integration of **flohmarkt** is developed by the flohmarkt organization on https://codeberg.org/ .
|
||||
|
||||
Please refer to https://codeberg.org/flohmarkt/flohmarkt_ynh/ to take part in development.
|
||||
|
||||
More about development of **flohmarkt**s yunohost integration can be found in [DEVELOPMENT.md](DEVELOPMENT.md)
|
|
@ -62,7 +62,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
|
|||
ynh_script_progression --message="Restoring flohmarkt.service and integrating service into YunoHost..." --weight=1
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$flohmarkt_filename.service"
|
||||
ynh_systemd_action --action=enable --service_name=$flohmarkt_filename
|
||||
yunohost service add $app --description="A decentral federated small advertisement platform" --log="$flohmarkt_logfile"
|
||||
yunohost service add $flohmarkt_filename --description="A decentral federated small advertisement platform" --log="$flohmarkt_logfile"
|
||||
flohmarkt_ynh_start_service
|
||||
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue