Code Monkey home page Code Monkey logo

cockpit-navigator-old's Introduction

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.10/cockpit-navigator_0.5.10-1focal_all.deb
  2. # apt install ./cockpit-navigator_0.5.10-1focal_all.deb

EL7

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

EL8

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

From 45Drives Repositories

Automatic Repo Setup with Script

curl -sSL https://repo.45drives.com/setup -o setup-repo.sh
sudo bash setup-repo.sh

Ubuntu

sudo apt install cockpit-navigator

El7/EL8

sudo dnf install cockpit-navigator

Manually

Ubuntu

  1. Import GPG Key
wget -qO - https://repo.45drives.com/key/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/45drives-archive-keyring.gpg
  1. Add 45drives.sources
cd /etc/apt/sources.list.d
sudo curl -sSL https://repo.45drives.com/lists/45drives.sources -o /etc/apt/sources.list.d/45drives.sources
sudo apt update
  1. Install Package
sudo apt install cockpit-navigator

EL7

  1. Add 45drives.repo
sudo curl -sSL https://repo.45drives.com/lists/45drives.repo -o /etc/yum.repos.d/45drives.repo
sudo sed -i 's/el8/el7/g;s/EL8/EL7/g' /etc/yum.repos.d/45drives.repo
sudo yum clean all
  1. Install Package
sudo yum install cockpit-navigator

EL8

  1. Add 45drives.repo
sudo curl -sSL https://repo.45drives.com/lists/45drives.repo -o /etc/yum.repos.d/45drives.repo
sudo dnf clean all
  1. Install Package
sudo dnf install cockpit-navigator

cockpit-navigator-old's People

Contributors

joshuaboud avatar sam55silver avatar dawsondellavalle avatar fmsy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.