Remove logo
This commit is contained in:
@@ -54,7 +54,7 @@ mjpg_client_timeout 10
|
||||
# (set to 0 to disable)
|
||||
mjpg_client_idle_timeout 10
|
||||
|
||||
# enable SMB shares (requires motionEye to run as root)
|
||||
# enable SMB shares (requires motionEye to run as root)
|
||||
smb_shares false
|
||||
|
||||
# the directory where the SMB mount points will be created
|
||||
|
||||
@@ -45,6 +45,15 @@
|
||||
- thread-3.conf
|
||||
notify: restart motioneye
|
||||
|
||||
- name: motion - remove logo
|
||||
lineinfile:
|
||||
dest: /usr/local/lib/python2.7/dist-packages/motioneye/templates/main.html
|
||||
regexp: "{{ item }}"
|
||||
state: absent
|
||||
with_items:
|
||||
- '<span class="logo">motionEye</span>'
|
||||
- '<div class="copyright-note">copyright © Calin Crisan</div>'
|
||||
|
||||
- name: motion - copy service file
|
||||
copy: src=motioneye.service dest=/etc/systemd/system/motioneye.service
|
||||
notify: restart motioneye
|
||||
|
||||
Reference in New Issue
Block a user