Skip to content
Snippets Groups Projects
Commit 566a0aba authored by Bob Mottram's avatar Bob Mottram
Browse files

reconfigure in list of interfaces

parent 9aca1ead
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ Apps are scripts beginning with *src/freedombone-app-*. New scripts can be creat
install_appname
install_interactive_appname
configure_interactive_appname
reconfigure_appname
remove_appname
upgrade_appname
backup_local_appname
......@@ -172,6 +173,8 @@ change_password_appname
*install_interactive* and *configure_interactive* are only used by the dialog menu interface accessible via ssh.
*change_password* is optional because with some apps there isn't any way to do that from the commandline.
*reconfigure* is used during /factory reset/ to remove and regenerate keys or set the app back to its initial defaults.
** Web interface
The web interface consists of a set of html files within *webadmin/EN*. These use forms to reference some php files within *webadmin* and those generate files which are then picked up by a systemd daemon running in the background (webadmin.service) which is implemented by *src/freedombone-installer*.
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-12-05 Wed 11:56 -->
<!-- 2018-12-05 Wed 12:00 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -436,6 +436,7 @@ Apps are scripts beginning with <b>src/freedombone-app-</b>. New scripts can be
<pre class="src src-bash">install_appname
install_interactive_appname
configure_interactive_appname
reconfigure_appname
remove_appname
upgrade_appname
backup_local_appname
......@@ -455,6 +456,10 @@ change_password_appname
<p>
<b>change_password</b> is optional because with some apps there isn't any way to do that from the commandline.
</p>
<p>
<b>reconfigure</b> is used during <i>factory reset</i> to remove and regenerate keys or set the app back to its initial defaults.
</p>
</div>
</div>
<div id="outline-container-sec-6-2" class="outline-3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment