Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twanoo67/omv-web-desk

Desktop-like interface on OMV Nas (with Dock, Window and Navbar) using OMV, Angular and Ventus
https://github.com/twanoo67/omv-web-desk

angular-2 omv ventus windowing

Last synced: 3 months ago
JSON representation

Desktop-like interface on OMV Nas (with Dock, Window and Navbar) using OMV, Angular and Ventus

Awesome Lists containing this project

README

        

# OMV Web Desk [![Build Status](https://travis-ci.org/TwanoO67/omv-web-desk.svg?branch=master)](https://travis-ci.org/TwanoO67/omv-web-desk)

![Preview](https://github.com/TwanoO67/ng2-os/raw/master/demo.gif)

# English description

OMV Web Desk, is a project to add a public "front" part to an OpenMediaVault server.
It will consist of a web app using OMV's info, to show some easy functionnality to your users.
It will be based on user and folder sharing defined in the OMV administration UI.
It looks like a Desktop UI, where your user would have some "App" providing easy access, like:
* File Explorer (done)
* Iframes to your plugins web-view (done)
* Photo Gallery (work in progress)
* Music player (todo)
* Simple Photo Sharing/UploadBox (todo)

Technically it's based on OMV (for the php part), Angular (as TS framework), Ventus (as Desktop manager)

# Description Français

Bureau virtuel pour OMV.

Le but de ce projet est de faire une interface simple d'accés pour votre NAS sous OpenMediaVault.

La partie administration reste géré dans l'interface web de OMV.

Cette interface là sera pour mettre à disposition de vos invités.

Elle permettra de mettre rapidement les fichiers du nas à disposition.

(Ce projet est basé sur OMV, Angular et Ventus )

## Générer une demo

filmer votre démo avec capture de mac
puis convertissez votre fichier .mov en gif avec "mov_to_git.sh"

## Générer un fichier debian package

* npm run build
* cd openmediavault-webdesk
* ./build.sh

## Tester l'install d'un package debian
* cd openmediavault-webdesk
* docker-compose -f docker-compose-empty.yml up -d
* ./enter
* dpkg -i openmediavault-webdesk_X.X.X_all.deb

## Développement sous docker

* choisir un port dans .env
* `docker-compose up -d`
* `./enter.sh`
* `/bin/sh postinst configure`
* puis se connecter a localhost avec admin/openmediavault

Ensuite vous pouvez activer le plugin dans la section "WebDesk", et vous connecter à son interface.

Basé sur le tuto: https://github.com/skyajal/diypluginguide3.x/blob/master/OMV3.xDIYPluginGuide.pdf

## Installation manuelle

* Create a new user "webdesk"
* Create a new group "webdesk"
* Edit user "webdesk" and put it in groups "users, www-data, openmediavault-config, openmediavault-engined, openmediavault-webgui, webdesk"
* Create a shared dir, where you want to host the project files, named "webdesk"
* Using the plugin "Nginx (websites)"
* Create a new php pool "webdesk", using user "webdesk" and group "webdesk"
* Create a new server, using pool "webdesk", and shared dir "webdesk", with the port you want
* get [OMV WebDesk](http://dl.weberantoine.fr/download.php?file=dist-omv-web-desk.tar.gz) untar it in your webdesk folder,
* Update the file "login/config.php" with your omv server url
* It's ready !
* Now you can configure your own icons/settings in "webdesk_config.js" .