diff --git a/debian/openwebrx.config b/debian/openwebrx.config new file mode 100755 index 0000000..08364d9 --- /dev/null +++ b/debian/openwebrx.config @@ -0,0 +1,6 @@ +#!/bin/sh -e + +. /usr/share/debconf/confmodule + +db_input medium openwebrx/admin_user_password +db_go diff --git a/debian/openwebrx.template b/debian/openwebrx.template new file mode 100644 index 0000000..d3a7c04 --- /dev/null +++ b/debian/openwebrx.template @@ -0,0 +1,6 @@ +Template: openwebrx/admin_user_password +Type: password +Description: OpenWebRX "admin" user password + The system will create a user named "admin" for the OpenWebRX web + configuration interface. You will be able to log into the "settings" area + of OpenWebRX with this user to configure your receiver.