cockpit-project.github.io icon indicating copy to clipboard operation
cockpit-project.github.io copied to clipboard

Highlight Cockpit Files somewhere on the website

Open garrett opened this issue 1 year ago • 10 comments

Cockpit Files is newer, but doesn't really have representation on the website.

garrett avatar Jan 13 '25 17:01 garrett

Hi @garrett ,I see that cockpit files have been mentioned in a blog and under the applications tab. I got to know about blog when I searched on google about cockpit files. By representation does it mean that we can have a new page talking about cockpit files apart from the blog and linking this new page in other parts of the website? Thank you

Mash707 avatar Jan 31 '25 05:01 Mash707

We could have a page about it, but I was thinking about at least:

  1. Showing it off in a screenshot on the front page
  2. Mentioning it on the front page

We do mention it from time to time on release blog posts and on the applications page, at least.

garrett avatar Feb 04 '25 16:02 garrett

Can you share more details about cockpit files, some links which I can read to get better understanding.

I'll try to create a draft of a page talking about cockpit files which we can include in the website. Along with this could you share details about how can I install cockpit files in WSL2 (Ubuntu) so I can add screenshot of it on the front page.

Can we create a section on the front page, something like "Latest features" under which we can mention new things like cockpit files, cockpit client etc with descriptions of 1-2 lines?

Mash707 avatar Feb 04 '25 20:02 Mash707

Oh, I'm not sure if Cockpit works inside of WSL2. I assume it would, and for Ubuntu at least, you can sudo apt install cockpit for the base... but you'd probably want to use the backports, and you might want to include more than just the base of Cockpit.

Instructions are at https://cockpit-project.org/running.html#ubuntu

You might want to modify it to pull in more cockpit-* packages; I think this might work instead:

. /etc/os-release
sudo apt install -t ${VERSION_CODENAME}-backports cockpit\*

(Note the quoted asterisk \* which, I think should work in Ubuntu inside WSL2.)

garrett avatar Feb 05 '25 11:02 garrett

So I did install cockpit using backports. I did not add \*.

Image Image

It only works when enter into wsl.

Image

So do I need to install it using by adding \*? Also I am getting errors of being offline.

Image Image

Mash707 avatar Feb 05 '25 11:02 Mash707

@Mash707 That's not related to WSL or backports, it's a long-standing bug in Ubuntu's PackageKit. Please see https://cockpit-project.org/faq.html#error-message-about-being-offline for how to work around it.

martinpitt avatar Feb 05 '25 11:02 martinpitt

@martinpitt @garrett all issues have been resolved(Thanks for the help) and I have successfully installed cockpit files and it is working fine.

Image

Can you share more details about cockpit files, some links which I can read to get better understanding.

I'll try to create a draft of a page talking about cockpit files which we can include in the website. Along with this could you share details about how can I install cockpit files in WSL2 (Ubuntu) so I can add screenshot of it on the front page.

Can we create a section on the front page, something like "Latest features" under which we can mention new things like cockpit files, cockpit client etc with descriptions of 1-2 lines?

If possible could you tell the above details. I can start by adding screenshots of cockpit files. Thank you

Mash707 avatar Feb 05 '25 14:02 Mash707

We could mention support for Windows via WSL for these applications on the website or in the respective repositories.

Mash707 avatar Feb 05 '25 15:02 Mash707

@Mash707 There is no operational documentation about c-files. We hope the UI makes sense on its own. The release blogs regularly demonstrate new features.

martinpitt avatar Feb 06 '25 05:02 martinpitt

@garrett Have a look at this doc. I have written a draft for cockpit files which can be mentioned on the website.

Mash707 avatar Feb 10 '25 14:02 Mash707