Site Tools


Hotfix release available: 2025-05-14b "Librarian". upgrade now! [56.2] (what's this?)
wiki:security

NOVO 26.12.2020 - UNRAID

Na UNRAID tece docker Shinobipro.

Navodila: https://www.youtube.com/watch?v=xzbDn-kbJTQ
CAM URL: rtsp://shinobi:shinobi42@192.168.100.21:554/cam/realmonitor?channel=1&subtype=0

Ob instalaciji pusti vse.. default geslo idr. Spremeni samo lokacijo datotek (na passthrough disk - 2T na usbju/usb-security mountpoint). Odpres WebUI in dodas /super na koncu urlja, da prides v administracijo - superusermode.

Zadeva ne dela, ker.. se nekaj z bazo ne postavi. Zato odpri dockerjev console in vpisi:

  • mysql
  • source sql/framework.sql;
  • source sql/user.sql;
  • exit

Security virtualna masina

  • tece na gecko
  • 4xCPU, 2GB RAM, IP:192.168.100.201
  • mountan ima shared direktorij iz geckota, kamor se odlagajo slike/video iz motion detection
  • je docker host za kerberos.io dockerje za monitoring prek security kamer

network

tine@security:~$ cat /etc/netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s3:
            addresses: [192.168.100.201/24]
            gateway4: 192.168.100.1
            nameservers:
             addresses:
              [192.168.100.11]
            dhcp4: no           
    version: 2

fstab

tine@security:~$ cat /etc/fstab 
     
gecko_security /storage/gecko/shared	vboxsf defaults,uid=1000,gid=1000,umask=0022    0    0
wiki/security.txt · Last modified: by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki