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

change main application filename

This commit is contained in:
Emmanuel Averty 2023-01-06 11:19:04 +01:00
parent 2b37ea01df
commit f2bd712b2c
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ set_permission() {
chown -R $app:$app "/var/log/$app"
chmod u=rwX,g=rX,o= "$final_path"
chmod u=rwx,g=rx,o= "$final_path/gitea"
chmod u=rwx,g=rx,o= "$final_path/forgejo"
chmod u=rw,g=r,o= "$final_path/custom/conf/app.ini"
chmod u=rwX,g=rX,o= "$datadir"
chmod u=rwX,g=rX,o= "/var/log/$app"

View file

@ -81,7 +81,7 @@ ynh_add_systemd_config
ynh_script_progression --message="Configuring nginx..." --weight=1
config_nginx
# Configure gitea with app.ini file
# Configure forgejo with app.ini file
ynh_script_progression --message="Configuring application, step 1/2..."
config_forgejo
@ -96,7 +96,7 @@ set_permission
ynh_script_progression --message="Configuring application, step 2/2..."
# Start gitea for building mysql tables
# Start forgejo for building mysql tables
systemctl start "$app".service
# Wait untill login_source mysql table is created