A Featureful File Browser for Cockpit
Go to file
joshuaboud 42711e0166
add recursive directory deletion option
2021-06-04 15:47:30 -03:00
debian bump release version number to 0.4.0 2021-06-04 14:47:37 -03:00
doc add screenshots to readme 2021-05-31 14:10:13 -03:00
docker add dockerfiles for build containers 2021-05-28 16:15:07 -03:00
el bump release version number to 0.4.0 2021-06-04 14:47:37 -03:00
navigator add recursive directory deletion option 2021-06-04 15:47:30 -03:00
.gitignore fix paths 2021-05-28 16:22:27 -03:00
LICENSE Initial commit 2021-05-20 15:15:32 -03:00
README.md update features 2021-06-04 15:19:40 -03:00
makefile apply patternfly 3 button stylings in el7 2021-05-28 17:19:01 -03:00
package-all.sh add packaging scripts 2021-05-28 16:22:38 -03:00
package-deb.sh add packaging scripts 2021-05-28 16:22:38 -03:00
package-el7.sh add packaging scripts 2021-05-28 16:22:38 -03:00
package-el8.sh add packaging scripts 2021-05-28 16:22:38 -03:00

README.md

Cockpit Navigator

A File System Browser for Cockpit.

Features

With no command line use needed, you can:

  • Navigate the entire filesystem,
  • Create, delete, and rename files,
  • Edit file contents,
  • Edit file ownership and permissions,
  • Create symbolic links to files and directories,
  • Reorganize files through cut, copy, and paste,
  • Upload files by dragging and dropping,
  • Download files and directories.

Browsing Filesystem

User Interface

Editing Properties

Edit Preferences

Editing Content

Edit Contents

Installation

From Github Release

Ubuntu

  1. $ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.4.0/cockpit-navigator_0.4.0-1focal_all.deb
  2. # apt install ./cockpit-navigator_0.4.0-1focal_all.deb

EL7

  1. # yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4.0/cockpit-navigator-0.4.0-1.el7.noarch.rpm

EL8

  1. # dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4.0/cockpit-navigator-0.4.0-1.el8.noarch.rpm

From Source

  1. Ensure dependencies are installed: cockpit, python3, rsync, zip.
  2. $ git clone https://github.com/45Drives/cockpit-navigator.git
  3. $ cd cockpit-navigator
  4. $ git checkout <version> (v0.4.0 is latest)
  5. # make install

From 45Drives Repositories

Ubuntu

  1. Import GPG Key
wget -qO - http://images.45drives.com/repo/keys/aptpubkey.asc | sudo apt-key add -
  1. Add 45drives.list
cd /etc/apt/sources.list.d
sudo wget http://images.45drives.com/repo/debian/45drives.list
sudo apt update
  1. Install Package
sudo apt install cockpit-navigator

EL7

  1. Add Repository
cd /etc/yum.repos.d
sudo wget http://images.45drives.com/repo/centos/45drives-centos.repo
sudo yum clean all
  1. Install Package
sudo yum install cockpit-navigator