I have all the pieces in place:
- Synology NAS
- C# Console app written with .NET 7
- An internet connection
I have the internet connected to my NAS. Now how do I get my console application on it and run it?
I have all the pieces in place:
I have the internet connected to my NAS. Now how do I get my console application on it and run it?
Not really familiar with Synology, but you could build and run it as a docker container. https://learn.microsoft.com/en-us/dotnet/core/docker/build-container
Synology supports Docker so I think that’s the answer
I think only on certain models (not the home arm systems).