-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme-vars.yml
49 lines (42 loc) · 1.69 KB
/
readme-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
# project information
project_name: teslacamplayer
project_url: "https://github.com/hydazz/TeslaCamPlayer"
project_logo: ""
project_blurb: "A Blazor WASM application for easily viewing locally stored Tesla sentry & dashcam videos."
project_github_repo_url: "https://github.com/imagegenius/docker-{{ project_name }}"
project_blurb_optional_extras_enabled: false
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# development version
development_versions: false
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_net: false
param_usage_include_env: false
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "path_to_appdata", desc: "Appdata Path" }
- { vol_path: "/media", vol_host_path: "path_to_teslacam", desc: "Path to your 'TeslaCAM' folder" }
param_usage_include_ports: true
param_ports:
- { external_port: "5000", internal_port: "5000", port_desc: "WebUI Port" }
param_device_map: false
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: false
opt_param_usage_include_vols: false
opt_param_usage_include_ports: false
opt_param_device_map: false
opt_cap_add_param: false
optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
The WebUI can be found at `http://your-ip:5000`, this app is a modified fork of [Rene-Sackers/TeslaCamPlayer](https://github.com/Rene-Sackers/TeslaCamPlayer) with an updated UI, delete button and some other tweaks.
# changelog
changelogs:
- { date: "10.08.24:", desc: "Initial Release." }