Insync on bluefin

Hello!

I would like to use insync on bluefin, but if installed in a distro box it does not open or work well. I have found a script on GitHub to install in via the script on distro box but as I have no idea what the script does. I am a little bit carefully to use it.

Any advise on this forum on how I could use insync on bluefin ?

I literally just came here to ask about Insync!

Sorry to hear you haven’t had a good experience so far, I too would love to know a good and reliable way to run Insync

I do not really have a bad experience. In the end the GitHub script works. But maybe there is a lore convenient way we do not know of :slight_smile:

Hi guys,

this is what I wrote in october 2024 to the insymc support, asking to add this to their documentation:

Additionally, here some advise how to setup/install Insync on Fedora Silverblue or Project Bluefin, which you can add to your documentation:

  1. Add key
    curl https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-insync

  2. Create file “/etc/yum.repos.d/insync.repo”

[insync]
name=insync repo
baseurl=http://yum.insync.io/fedora/$releasever/
gpgcheck=1
gpgkey=https://d2t3ff60b2tol4.cloudfront.net/repomd.xml.key
enabled=1
metadata_expire=120m

  1. Install insync using rpm-ostree
    rpm-ostree install insync

This will work as long as we have ostree in bluefin.