45Drives / cockpit-file-sharing

A Cockpit plugin to easily manage samba and NFS file sharing.
GNU General Public License v3.0
596 stars 32 forks source link

[Feature Request] Ability to install via repo on Ubuntu 22.04 #36

Closed neononyx closed 2 years ago

neononyx commented 2 years ago

Currentily following the instructions for "Ubuntu" does not work on 22.04. Is there any plans to support this?

joshuaboud commented 2 years ago

Hi, currently only Ubuntu Focal is supported. You should be able to install the focal .deb directly by downloading it to your server from here: https://github.com/45Drives/cockpit-file-sharing/releases/download/v2.4.5/cockpit-file-sharing_2.4.5-1focal_all.deb and installing with sudo apt install ./cockpit-file-sharing_2.4.5-1focal_all.deb from the directory you downloaded it to. If that doesn't work, you can install from source following the steps in the Readme.

nicoduj commented 2 years ago

Hi, is it still an issue ? can't make it work on Ubuntu 22.04.1 LTS . Tried through "Ubuntu steps" or through downloading (latest version - 3.2.3-1) but all I get is an "oops" message in cockpit.

My bad : it is a browser error, in safari on macos. works in chrome

joshuaboud commented 2 years ago

Since this is a build infrastructure issue and not specifically for file sharing, I'll close this issue. We are currently working on updating our build process though to support Ubuntu 22.04 LTS, so it will be available once that's done.

matthewpritchett commented 2 years ago

@joshuaboud Just curious if there’s any update on supporting Ubuntu 22.04?