1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
This commit is contained in:
ericgaspar 2020-12-06 15:37:51 +01:00
parent f5cfd9534e
commit e8ca959fd3
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 9 deletions

View file

@ -1,9 +1,6 @@
[Unit]
Description=Gogs (Go Git Service)
After=syslog.target
After=network.target
After=mysql.service
After=slapd.service
After=syslog.target network.target mysql.service slapd.service
[Service]
# Modify these two values and uncomment them if you have repos

View file

@ -28,11 +28,7 @@ ynh_script_progression --message="Loading installation settings..." --time --wei
# Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
# Add settings here as needed by your application
#db_name=$(ynh_app_setting_get --app=$app --key=db_name)
#db_user=$db_name
#db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd)
port=$(ynh_app_setting_get --app=$app --key=web_port)
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP