Git Product home page Git Product logo

nasman's Introduction

Welcome to NASMan

Continuous Integration Status Coverage Status Documentation Status

Django ZFS NAS management system. Primarily for browsing snapshots for file restoration

Installation

NASMan is a Docker application. To install it you will need to have docker and docker-compose installed on your host system

NASMan requires access to ZFS in order to be useful. The main docker container runs in privileged mode. This allows the container and the app to access the ZFS filesystems on the host

Prerequisites

  • Docker
  • Docker compose
  • ZFS (for now, will make this optional later)

Installation

Clone the project, then from inside the project directory

$ docker-compose up -d
$ docker exec nasman_web_1 python manage.py migrate
$ docker exec nasman_web_1 python manage.py sitetree_resync_apps

Your installation will now be running and listening on port 8000 of the host.

At the moment it is using the Django runserver, which is discouraged from being used in production for performance issues, however due to the use case of NASMan, it seems unlikely to be an issue. Feel free to raise an issue on github of you encounter any problems.

nasman's People

Stargazers

 avatar Andreas Schröder avatar Trevor Joynson avatar Ben Cole avatar  avatar Rick Blundell avatar

Watchers

Ben Cole avatar Alex Johnstone avatar James Cloos avatar  avatar

nasman's Issues

File browser

As a user I want to be able to browse the Filesystem(s) in a familiar manner

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.