Hi,
We are trying to restart an existing gitea configuration on the RAID5 array. After executing
<raid_array_directory_to_gitea_executable>/gitea web
--work-path <raid_array_directory_to_gitea_executable>
--config <raid_array_directory_to_gitea_executable>/custom/conf/app.ini
--custom-path <raid_array_directory_to_gitea_executable>/custom
there is an error:
panic: error getting work directory: stat .: permission denied
We tried to change the owner (chown) to the current user specified in app.ini file and to change user permission mode to 777 using chmod but that didn’t help.
What could be causing the above mentioned error and how can that be fixed? Thanks!