This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "handler": { | |
| "type": "Chain", | |
| "config": { | |
| "filters": [ | |
| { | |
| "type": "PasswordReplayFilter", | |
| "config": { | |
| "loginPageContentMarker": "Welcome", | |
| "request": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import os | |
| import time | |
| import datetime | |
| from subprocess import call | |
| # VARIABLES | |
| archivepath = '/archive/' | |
| logpath = '/logdata/' | |
| splunkbin = '/opt/splunk/bin/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.8" | |
| services: | |
| traefik: | |
| image: traefik | |
| ports: | |
| - "8000:80" | |
| - "8080:8080" | |
| command: | |
| - --api.dashboard=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default_config: | |
| homeassistant: | |
| packages: !include_dir_named packages | |
| frontend: | |
| themes: !include_dir_merge_named themes | |
| extra_module_url: | |
| - /hacsfiles/custom-sidebar/custom-sidebar-yaml.js |
OlderNewer