A Featureful File Browser for Cockpit
Go to file
joshuaboud 45b20774fd
set focus on buttons for alert and confirm
2021-07-16 11:30:36 -03:00
.github/workflows include license with release assets 2021-07-15 14:28:24 -03:00
doc update doc images 2021-06-08 16:22:14 -03:00
navigator set focus on buttons for alert and confirm 2021-07-16 11:30:36 -03:00
packaging prepare for packaging 2021-07-15 16:30:56 -03:00
.gitignore ignore deb packaging files in new location 2021-06-17 16:44:07 -03:00
CHANGELOG.md prepare for packaging 2021-07-15 16:30:56 -03:00
LICENSE Initial commit 2021-05-20 15:15:32 -03:00
README.md prepare for packaging 2021-07-15 16:30:56 -03:00
makefile try fixing check for el7 2021-07-15 14:22:20 -03:00
manifest.json prepare for packaging 2021-07-15 16:30:56 -03:00

README.md

Cockpit Navigator

A Featureful File System Browser for Cockpit - remotely browse, manage, edit, upload, and download files on your server through your web browser.

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 Content Editing Properties
Edit Contents Edit Preferences

Installation

From Github Release

Ubuntu

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

EL7

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

EL8

  1. # dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.1/cockpit-navigator-0.5.1-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.5.1 is latest)
  5. # make install

From 45Drives Repositories

Ubuntu

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

EL7/EL8

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