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
| """This is a driver for storing metrics into specific databases""" | |
| class DriverBase: | |
| """Abstract database driver""" | |
| _registry = {} | |
| _driver_options = {} | |
| drivername = None | |
| @classmethod |
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
| labels: | |
| - 'traefik.enable=true' | |
| - 'traefik.docker.network=traefik-proxy' | |
| - 'traefik.http.routers.bitwarden-ui.rule=Host(`bitwarden.foodomain.com`)' | |
| - 'traefik.http.routers.bitwarden-ui.entrypoints=websecure' | |
| - 'traefik.http.routers.bitwarden-ui.tls=true' | |
| - 'traefik.http.routers.bitwarden-ui.service=bitwarden-ui' | |
| - 'traefik.http.services.bitwarden-ui.loadbalancer.server.port=80' | |
| - 'traefik.http.routers.bitwarden-websocket=Host(`bitwarden.foodomain.com`) && Path(`/notifications/hub`)' | |
| - 'traefik.http.routers.bitwarden-websocket.entrypoints=websecure' |
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
| program mandelopt(input,output); | |
| const xmax = 319; | |
| ymax = 199; | |
| type complex = record | |
| r,i : real; | |
| end; (* complex *) | |
| var z,c : complex; | |
| rmax, rmin, imax, imin : real; | |
| xt, yt : real; | |
| x, y : integer; |
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
| - id: washingmachine_switchedoff | |
| alias: 'Waschmaschine - Zustandswechsel zu Ausgeschaltet' | |
| trigger: | |
| - platform: state | |
| entity_id: switch.espurna_2b13ca | |
| to: 'off' | |
| action: | |
| - service: input_select.select_option | |
| data: | |
| entity_id: input_select.state_washingmachine |
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
| device_tracker: | |
| - platform: unifi | |
| host: unifi.home.maciaszek.net | |
| username: !secret unifi_username | |
| password: !secret unifi_password | |
| verify_ssl: false | |
| track_new_devices: no | |
| consider_home: 300 | |
| interval_seconds: 30 |
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
| pi@time:~ $ ntpq -p | |
| remote refid st t when poll reach delay offset jitter | |
| ======================================================================================================= | |
| *SHM(1) .PPS. 0 l 20 64 377 0.0000 -0.1530 0.0183 | |
| xSHM(0) .GPS. 0 l 60 64 377 0.0000 -108.973 1.8303 |
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
| "openvpn": { | |
| "vtun0": { | |
| "encryption": "aes256", | |
| "hash": "sha256", | |
| "mode": "server", | |
| "openvpn-option": [ | |
| "--keepalive 8 30", | |
| "--comp-lzo", | |
| "--duplicate-cn", | |
| "--user nobody --group nogroup", |
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
| 19-11-04 07:49:04 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.101.2 | |
| 19-11-04 07:49:04 INFO (SyncWorker_0) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.100.2 to homeassistant/qemux86-64-homeassistant:0.101.2 | |
| 19-11-04 07:49:04 INFO (SyncWorker_0) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.101.2. | |
| 19-11-04 07:50:21 INFO (SyncWorker_0) [hassio.docker.interface] Stop homeassistant application | |
| 19-11-04 07:51:23 INFO (SyncWorker_0) [hassio.docker.interface] Clean homeassistant application | |
| 19-11-04 07:51:25 INFO (SyncWorker_4) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.101.2 | |
| 19-11-04 07:51:40 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation in progress | |
| 19-11-04 07:51:55 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation done | |
| 19-11-04 08:00:44 INFO (MainThread) [hassio.host.info] Update local host information |
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
| unifi: | |
| image: fastjack/unifi:unstable | |
| container_name: unifi | |
| restart: unless-stopped | |
| volumes: | |
| - unifi_config:/config | |
| environment: | |
| PUID: '1001' | |
| PGID: '1001' | |
| ports: |
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
| BORDERCOLOR = $d020 | |
| SCREENCOLOR = $d021 | |
| DEBUGREG = $d7ff | |
| * = $1c01 | |
| !word eol,0 | |
| !byte $9e, $37,$31,$38,$31, 0 ; SYS 7181 | |
| eol: !word 0 | |
| start: |