You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm new to developing for the Synology platform. I started with the dev documentation and the examples in this repo. While there are some issue with the documentation not matching the reality and finding the platform that the DSM is running on is not easy I did get the Example_package compiled and running on my Synology box. I next tried with the web example and the manual install step fails with 'Unable to install web_example_package because it runs with root privileges ...'. I dug through the files and privilege file, section ctrl-script has "run-as": "root". This was the only reference to root that i could find and I changed it to user, recompiled everything and tried to install again and I get the same failure. What am I missing?
The text was updated successfully, but these errors were encountered:
So I'm new to developing for the Synology platform. I started with the dev documentation and the examples in this repo. While there are some issue with the documentation not matching the reality and finding the platform that the DSM is running on is not easy I did get the Example_package compiled and running on my Synology box. I next tried with the web example and the manual install step fails with 'Unable to install web_example_package because it runs with root privileges ...'. I dug through the files and privilege file, section ctrl-script has "run-as": "root". This was the only reference to root that i could find and I changed it to user, recompiled everything and tried to install again and I get the same failure. What am I missing?
The text was updated successfully, but these errors were encountered: