mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Merge branch 'enh-testing' into testing
This commit is contained in:
commit
cd77780a42
5 changed files with 10 additions and 2 deletions
|
@ -21,6 +21,10 @@ A free social network
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
![](./doc/screenshots/jappix-social.png)
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://jappix.org/
|
* Official app website: https://jappix.org/
|
||||||
|
|
|
@ -17,6 +17,10 @@ Un réseau social libre
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|
![](./doc/screenshots/jappix-social.png)
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://jappix.org/
|
* Site officiel de l'app : https://jappix.org/
|
||||||
|
|
0
doc/DISCLAIMER.md
Normal file
0
doc/DISCLAIMER.md
Normal file
BIN
doc/screenshots/jappix-social.png
Normal file
BIN
doc/screenshots/jappix-social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 171 KiB |
|
@ -9,8 +9,6 @@
|
||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
ynh_abort_if_errors
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# LOAD SETTINGS
|
# LOAD SETTINGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -103,6 +101,8 @@ ynh_add_fpm_config
|
||||||
# Set Jappix configuration
|
# Set Jappix configuration
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
mkdir -p "$final_path/store/conf"
|
||||||
|
|
||||||
ynh_add_config --template="../conf/hosts.xml" --destination="$final_path/store/conf/hosts.xml"
|
ynh_add_config --template="../conf/hosts.xml" --destination="$final_path/store/conf/hosts.xml"
|
||||||
ynh_add_config --template="../conf/main.xml" --destination="$final_path/store/conf/main.xml"
|
ynh_add_config --template="../conf/main.xml" --destination="$final_path/store/conf/main.xml"
|
||||||
ynh_add_config --template="../conf/installed.xml" --destination="$final_path/store/conf/installed.xml"
|
ynh_add_config --template="../conf/installed.xml" --destination="$final_path/store/conf/installed.xml"
|
||||||
|
|
Loading…
Reference in a new issue