syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
393 stars 40 forks source link

Is it possible to install non syncloud apps to syncloud? #568

Closed Drasila closed 3 years ago

Drasila commented 3 years ago

I want to use my syncloud server to leech torrents 24/7. I was thinking of installing a torrent client and controlling it via ssh, is that possible? I'm afraid of trying and then interfering with other apps so I want to be sure I can do this first. If not possible I will get a second arm board for that.

cyberb commented 3 years ago

It is possible as all Syncloud apps are isolated in /snap and /var/snap dirs. Generally it is safe to install apt packages, just make sure you do not remove snapd and not use ports 80 and 443. If you do not know what snap and apt means probably you should not try this on Syncloud device.

Drasila commented 3 years ago

Thank you for the clarification.