rename contents in data/

This commit is contained in:
Michael Zanetti 2018-02-14 17:32:12 +01:00
parent b8a86b095d
commit f2bfe7b3d4
6 changed files with 20 additions and 20 deletions

View File

@ -13,8 +13,8 @@ https=false
port=4444 port=4444
[SSL-Configuration] [SSL-Configuration]
certificate=/etc/ssl/certs/guhd-certificate.crt certificate=/etc/ssl/certs/nymead-certificate.crt
certificate-key=/etc/ssl/private/guhd-certificate.key certificate-key=/etc/ssl/private/nymead-certificate.key
[GPIO] [GPIO]
rf433rx=27 rf433rx=27

View File

@ -2,19 +2,19 @@
* * * *
* Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> * * Copyright (C) 2018 Simon Stürz <simon.stuerz@guh.io> *
* * * *
* This file is part of guh. * * This file is part of nymea. *
* * * *
* Guh is free software: you can redistribute it and/or modify * * nymea is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, version 2 of the License. * * the Free Software Foundation, version 2 of the License. *
* * * *
* Guh is distributed in the hope that it will be useful, * * nymea is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. * * GNU General Public License for more details. *
* * * *
* You should have received a copy of the GNU General Public License * * You should have received a copy of the GNU General Public License *
* along with guh. If not, see <http://www.gnu.org/licenses/>. * * along with nymea. If not, see <http://www.gnu.org/licenses/>. *
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@ -63,7 +63,7 @@ button {
width: 100%; width: 100%;
} }
.guh-main-logo { .nymea-main-logo {
left: 0; left: 0;
height: 85px; height: 85px;
min-height: 85px; min-height: 85px;

View File

@ -1,13 +1,13 @@
#! /bin/sh #! /bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: guhd # Provides: nymead
# Required-Start: $remote_fs $syslog # Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog # Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: guh daemon # Short-Description: nymea daemon
# Description: guh is an open source home automation server, which allows to # Description: nymea is an open source home automation server, which allows to
# control a lot of different devices from many different manufacturers. # control a lot of different devices from many different manufacturers.
# #
### END INIT INFO ### END INIT INFO
@ -16,19 +16,19 @@
# # # #
# Copyright (C) 2015 Simon Stuerz <simon.stuerz@guh.guru> # # Copyright (C) 2015 Simon Stuerz <simon.stuerz@guh.guru> #
# # # #
# This file is part of guh. # # This file is part of nymea. #
# # # #
# guh is free software: you can redistribute it and/or modify # # nymea is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by # # it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, version 2 of the License. # # the Free Software Foundation, version 2 of the License. #
# # # #
# guh is distributed in the hope that it will be useful, # # nymea is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of # # but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. # # GNU General Public License for more details. #
# # # #
# You should have received a copy of the GNU General Public License # # You should have received a copy of the GNU General Public License #
# along with guh. If not, see <http://www.gnu.org/licenses/>. # # along with nymea. If not, see <http://www.gnu.org/licenses/>. #
# # # #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
@ -38,8 +38,8 @@
# PATH should only include /usr/* if it runs after the mountnfs.sh script # PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="guh daemon" DESC="nymea daemon"
NAME=guhd NAME=nymead
DAEMON=/usr/bin/$NAME DAEMON=/usr/bin/$NAME
PIDFILE=/var/run/$NAME.pid PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME SCRIPTNAME=/etc/init.d/$NAME

View File

@ -1,4 +1,4 @@
/var/log/guhd.log { /var/log/nymead.log {
rotate 7 rotate 7
daily daily
dateext dateext

View File

@ -1,11 +1,11 @@
[Unit] [Unit]
Description=guhd - IoT server Description=nymead - IoT server
Documentation=https://github.com/guh/guh/wiki Documentation=https://github.com/guh/guh/wiki
After=network.target After=network.target
Wants=network-online.target Wants=network-online.target
[Service] [Service]
ExecStart=/usr/bin/guhd -n --print-all ExecStart=/usr/bin/nymead -n --print-all
StandardOutput=journal StandardOutput=journal
StandardError=journal StandardError=journal
Restart=on-failure Restart=on-failure

View File

@ -72,7 +72,7 @@ QByteArray DebugServerHandler::createDebugXmlDocument()
writer.writeStartElement("h1"); writer.writeStartElement("h1");
writer.writeEmptyElement("img"); writer.writeEmptyElement("img");
writer.writeAttribute("src", "/debug/logo.svg"); writer.writeAttribute("src", "/debug/logo.svg");
writer.writeAttribute("class", "guh-main-logo"); writer.writeAttribute("class", "nymea-main-logo");
//: The main title of the debug server interface //: The main title of the debug server interface
writer.writeCharacters(QCoreApplication::translate("main", "nymea debug interface")); writer.writeCharacters(QCoreApplication::translate("main", "nymea debug interface"));