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.6' | |
| services: | |
| custompios: | |
| image: guysoft/custompios:devel | |
| container_name: mydistro_builder | |
| tty: true | |
| restart: always | |
| privileged: true | |
| volumes: |
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
| { | |
| "dashboards": { | |
| "active": "slidespresentation", | |
| "items": [ | |
| { | |
| "id": "slidespresentation", | |
| "display": "Slides Presentation", | |
| "url": "https://docs.google.com/presentation/d/e/2PACX-1vQAvcs1q2d1ftuMtmOm1pV2cawiHbNS8jRY52a8vJX9FNIB_LxyX52oYlI6a5cB0esDIoC4EugRDp5E/pub?start=true&loop=true&delayms=3000" | |
| }, | |
| { |
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
| { | |
| "schedules": [ | |
| { | |
| "schedule_id": "833ADC6F-B47D-4398-9EE7-43525BEB15D8", | |
| "schedule_settings" : [ | |
| { | |
| "defaultUrl": "http://404.jodi.org/", | |
| "defaultDuration": 1200000 , | |
| "name": "hourly rotating schedule" | |
| } |
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
| { | |
| "rules": { | |
| "users" { | |
| "$uid": { | |
| ".read": "$uid === auth.uid", | |
| ".write": "$uid === auth.uid" | |
| } | |
| } | |
| } | |
| } |
NewerOlder