Изменение данных в файлы yaml
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
manifestVersion: 1
|
||||
manifestVersion: "0.0.1"
|
||||
id: watch-your-lan
|
||||
name: WatchYourLAN
|
||||
tagline: Легкий сетевой IP-сканер
|
||||
@@ -22,8 +22,8 @@ releaseNotes: >-
|
||||
Полные примечания к выпуску можно найти по адресу https://github.com/aceberg/WatchYourLAN/releases.
|
||||
developer: aceberg
|
||||
website: https://github.com/aceberg/WatchYourLAN
|
||||
submitter: Jasper
|
||||
submission: https://github.com/getumbrel/dfwebos-apps/pull/940
|
||||
submitter: "DFV24"
|
||||
submission: "https://github.dfv24.com/fofanov.dmitry/DFWebOS-Apps/pulls"
|
||||
repo: https://github.com/aceberg/WatchYourLAN
|
||||
support: https://github.com/aceberg/WatchYourLAN/issues
|
||||
gallery:
|
||||
|
||||
@@ -8,7 +8,7 @@ services:
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
environment:
|
||||
TZ: "UTC" # required: needs your TZ for correct time
|
||||
TZ: "Europe/Moscow" # required: needs your TZ for correct time
|
||||
IFACES: "eth0 wlan0 enp1s0" # required: 1 or more interface
|
||||
HOST: "0.0.0.0" # optional, default: 0.0.0.0
|
||||
PORT: "8840" # optional, default: 8840
|
||||
|
||||
Reference in New Issue
Block a user