Giter VIP home page Giter VIP logo

iobroker.admin's Introduction

Logo

ioBroker.admin

===================

NPM version Downloads Stable installed

NPM

User interface for configuration and administration.

Using common.localLink

  • %ip% - ioBroker ip address (address of the admin)
  • %secure% or %protocol% - read from native.secure the value and use http or https
  • %web_protocol% - looking for the first instance of web (e.g. web.0) and get "native.secure" from "system.adapter.web.0"
  • %instance% - instance of the adapter
  • %someField% - get someField from "native" of this adapter instance
  • %web.0_bind% - get native.bind from "system.adapter.web.0"
  • %native_someField% - get someField from "native" of this adapter instance

Scheduled restart

Some adapters re not stable or connection disappear after one or two days. To fix this there is a scheduled restart setting. To activate scheduled restart just define CRON condition when to restart adapter.

It is suggested to restart in the night, when no one use the adapter, e.g. "0 3 * * *" - at 3:00 every day.

Let's Encrypt Certificates

Let’s Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).

You can read about Let’s Encrypt here.

Some installations use Dynamic DNS and Co to get the domain name and to reach under this domain name own web sites. ioBroker supports automatic request and renew of certificates from Let’s Encrypt Organisation.

There is an option to activate free certificates from Let’s Encrypt almost in every adapter, that can start some web server and supports HTTPS.

If you just enable the using of certificates and will not activate an automatic update the instance will try to use stored certificates.

If the automatic update is activated the instance will try to request certificates from Let’s Encrypt and will automatically update it.

The certificates will be first requested when the given domain address will be accessed. E.g you have "sub.domain.com" as address, when you try to access https://sub.domain.com the certificates will be first requested and it can last a little before first answer will come.

The issuing of certificates is rather complex procedure, but if you will follow the explanation you will easy get free certificates.

Description:

  1. The new account will be created with given email address (you must set it up in system settings)
  2. Some random key will be created as password for the account.
  3. After the account is created the system starts on port 80 the small web site to confirm the domain.
  4. Let's encrypt use always port 80 to check the domain.
  5. If port 80 is occupied by other service see point 4.
  6. After the small web server is up the request to get certificates for given domains (system settings) will be sent to the Let's encrypt server.
  7. Let's encrypt server sends back some challenge phrase as answer on the request and after a while tries to read this challenge phrase on "http://yourdomain:80/.well-known/acme-challenge/"
  8. If challenge phrase from our side comes back the Let's encrypt server send us the certificates. They will be stored in the given directory (system settings).

Sounds complex, but everything what you must do is to activate checkboxes and specify your email and domain in system settings.

The received certificates are valid ca. 90 days. After the certificates are received the special task will be started to automatically renew the certificates.

The topic is rather complex and 1000 things can go wrong. If you cannot get certificates please use cloud service to reach your installation from internet.

Let's encrypt works only from node.js version>=4.5

Todo

  • move html tooltips to materialize tooltips
  • tiles for hosts (additionally to table - low prior)
  • tiles for instances (additionally to table - low prior)

Used icons

This project uses some icons from Flaticon:

Changelog

3.6.2 (2019-05-05)

  • (bluefox) Added onSave handler for custom dialogs

3.6.1 (2019-04-18)

  • (ldittmar) Better integration for ioBroker.info (1.3.7)
  • (ldittmar) Update Gulp to v4
  • (ldittmar) Update materialize-css to v 1.0.0

3.6.0 (2018-11-08)

  • (foxriver76) New update states added in info channel
  • (foxriver76) Take respect to async when creating info states
  • (SchumyHao) Added chinese translations

3.5.10 (2018-09-22)

  • (bluefox) Disable too many debug outputs

3.5.9 (2018-09-12)

  • (bluefox) The log output problem was fixed

3.5.8 (2018-09-03)

  • (bluefox) Google map was replaces with "open street map"

3.5.7 (2018-08-30)

  • (bluefox) Edit of the table entries in configuration dialog was corrected.

3.5.6 (2018-08-22)

  • (bluefox) Import and export of the instance configuration was implemented.

3.5.5 (2018-08-21)

  • (bluefox) Fix upload of files

3.5.3 (2018-08-18)

  • (bluefox) Dropdown was fixed on touch devices
  • (bluefox) Speedup build of instances

3.5.1 (2018-08-11)

  • (bluefox) Error in custom settings was fixed

3.5.0 (2018-08-03)

  • (bluefox) Editing of enums was changed
  • (bluefox) Logo was updated
  • (bluefox) The function icons were added

3.4.9 (2018-07-17)

  • (bluefox) Support of the custom login screen background
  • (bluefox) show tooltip about refresh on instances page
  • (bluefox) Destroy tabs after they left

3.4.8 (2018-07-17)

  • (bluefox) fix error with add new enum
  • (bluefox) try to fix error with custom settings
  • (bluefox) place all titles at the top in the config
  • (bluefox) add expert mode to common
  • (bluefox) allow edit of enum's names in many languages

3.4.7 (2018-06-25)

  • (bluefox) add getInterfaces function
  • (bluefox) save scroll position for some tables
  • (bluefox) add info about "filtered out"

3.4.6 (2018-06-18)

  • (bluefox) Minor GUI fixes

3.4.5 (2018-06-12)

  • (bluefox) Minor GUI fixes

3.4.4 (2018-06-04)

  • (bluefox) add touch support for draggable and droppable
  • (bluefox) edit raw value and not escaped in selectID.js
  • (bluefox) allow edit of empty names in selectID.less
  • (bluefox) add change with ack=true to selectID
  • (bluefox) fix select for admin3 in configuration dialog
  • (bluefox) add autocomplete for configs
  • (bluefox) fix enums

3.4.3 (2018-05-13)

  • (bluefox) The button in selectID was fixed
  • (bluefox) disk info was added
  • (bluefox) The filter in table mode on adapter tab was showed
  • (bluefox) memAvailable for RAM monitoring is used
  • (bluefox) fix select problem in config dialog
  • (bluefox) added the asking about unsaved scripts

3.4.2 (2018-05-04)

  • (BuZZy1337) fix wrong height calculation in select id dialog

3.4.1 (2018-05-03)

  • (bluefox) fix wait popup
  • (bluefox) fix button name in config dialog
  • (BuZZy1337) escape html from log entries
  • (bluefox) fix objects counter
  • (BuZZy1337) show current Tab in Page-Title
  • (BuZZy1337) escape HTML Tags from selectID.js
  • (bluefox) GUI bugfixes
  • (BuZZy1337) Fix: Unable to scroll trough Dropdown on Touchscreens
  • (BuZZy1337) Enhancement: Show current Tab in Pagetitle

3.4.0 (2018-04-23)

  • (bluefox) show error about not activated admin for cloud
  • (bluefox) handle mutlilanguage names
  • (bluefox) show number of objects
  • (BuZZy1337) always addChips when input blurs
  • (bluefox) fix select ID dialog for old styles
  • (bluefox) add states view for object tab

3.3.9 (2018-04-12)

  • (bluefox) The user and groups deletion was corrected
  • (bluefox) Force using of socket.io 2.1.0

3.3.8 (2018-04-10)

  • (bluefox) Hosts selection is improved

3.3.7 (2018-04-10)

  • (bluefox) small UI corrections

3.3.5 (2018-03-25)

  • (bondrogeen) info for server redesigned
  • (bondrogeen) hosts list redesigned
  • (bluefox) small UI corrections

3.3.4 (2018-03-17)

  • (bluefox) small UI corrections

3.3.3 (2018-03-15)

  • (bluefox) small UI corrections

3.3.1 (2018-03-11)

  • (bluefox) Corrections for scenes
  • (bluefox) move from socket.io 2.0.4 to 1.5.1 because of bug
  • (bluefox) small fix for hosts

3.3.0 (2018-03-10)

  • (bluefox) Overview page was added
  • (bluefox) Many bugs were fixed

3.2.4 (2018-03-04)

  • (bluefox) Adjust layout on mobile devices

3.2.1 (2018-03-03)

  • (bluefox) Many UI fixes

3.2.0 (2018-02-09)

  • (bluefox) The select ID dialog was fixed

3.1.12 (2018-02-05)

  • (bondrogeen) Configuration dialog updated
  • (bondrogeen) Open menu button is fixed

3.1.11 (2018-02-04)

  • (bluefox) Connection LED fixed

3.1.10 (2018-02-02)

  • (bluefox) update material CSS
  • (bluefox) fix permission error
  • (bluefox) fix filter of adapters

3.1.7 (2018-01-31)

  • (bluefox) Fixing the role selection
  • (bluefox) It runs even in IE10

3.1.6 (2018-01-30)

  • (bluefox) Fixes for Firefox and MS-EDGE

3.1.2 (2018-01-25)

  • (bluefox) GUI corrections

3.0.12 (2018-01-19)

  • (bluefox) Old configuration dialogs fixed
  • (bluefox) convert strings to booleans by object edit
  • (DeepCoreSystem) Updates in english, german and french translations
  • (bluefox) buttons layout fixed
  • (bluefox) event fixes

3.0.11 (2018-01-11)

  • (DeepCoreSystem) French update
  • (bluefox) fix error with empty ID
  • (bluefox) add sort by "recently updated"
  • (ldittmar) add readme and issues viewer

3.0.10 (2018-01-06)

  • (bluefox) Update indication
  • (ldittmar) Use jQuery3
  • (AlCalzone) German translations

3.0.7 (2018-01-01)

  • (soef) update instances, objects and other lists
  • (bluefox) rewrite interface with materialize

2.0.11 (2017-10-23)

  • (bluefox) Configurable event update disable threshold

2.0.10 (2017-10-22)

  • (soef) added use of delete-key in the objects view

2.0.8 (2017-10-12)

  • (soef) fix quickEdit: number with boolean value

2.0.7 (2017-10-11)

  • (soef) Sort option added to object view

2.0.5 (2017-10-06)

  • (bluefox) Show the history charts if the web server has the https option on too

2.0.3 (2017-08-13)

  • (bluefox) Fix user access rights for sendToHost

2.0.2 (2017-08-12)

  • (bluefox) Add the editing of the default access rights

2.0.1 (2017-08-07)

  • (bluefox) Allow access via iobroker.pro
  • (bluefox) Add node.js version recommendation

1.8.3 (2017-07-24)

  • (bluefox) allow access on tmp directory

1.8.0 (2017-06-02)

  • (bluefox) split into modules

1.7.6 (2017-06-01)

  • (bluefox) Fix edit of the enum name

1.7.5 (2017-05-20)

  • (bluefox) catch error if translated object is not text
  • (bluefox) update selectID.js
  • (bluefox) do not open configuration dialog for instances with no config
  • (Steiger04) select multiple auch bei data-name="[eigner-name]"

1.7.3 (2017-03-25)

  • (bluefox) fix license dialog
  • (bluefox) change color of tooltip text
  • (ykuendig) update german translation
  • (bluefox) add docs

1.7.2 (2017-03-15)

  • (bluefox) add statistics selector for no-city
  • (bluefox) support of discovery by first start

1.7.1 (2017-03-11)

  • (apollon77) fix save button functionality
  • (ykuendig) Update german translations
  • (bluefox) patch repositories to support stable

1.7.0 (2017-03-08)

  • (bluefox) fix log
  • (bluefox) show jQuery button for role button
  • (apollon77) update testing setup.js
  • (bluefox) fix wetty loading
  • (bluefox) fix add/delete tabs
  • (bluefox) implement hints for configuration dialog
  • (bluefox) redirect if IP address changes
  • (bluefox) add tooltip instruction
  • (bluefox) wizard support
  • (bluefox) fix acl error
  • (bluefox) fix license agree button

License

The MIT License (MIT)

Copyright (c) 2014-2019 bluefox [email protected]

iobroker.admin's People

Contributors

germanbluefox avatar hobbyquaker avatar apollon77 avatar soef avatar ldittmar81 avatar bondrogeen avatar buzzy1337 avatar steiger04 avatar alcalzone avatar dutchmannl avatar homoran avatar deepcoresystem avatar paul53 avatar ykuendig avatar instalator avatar smiling-jack avatar schumyhao avatar foxriver76 avatar gohrel avatar jey-cee avatar lovelysunshine avatar pix--- avatar tan-de avatar stabilostick avatar wolfspiritm avatar darkiop avatar husky-koglhof avatar backgroundworkers 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.