This repository was archived by the owner on Apr 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme-vars.yml
40 lines (33 loc) · 1.48 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
---
# project information
project_name: tester
project_url: "https://linuxserver.io"
project_logo: "https://avatars3.githubusercontent.com/u/12324908?s=200&v=4"
project_blurb: "This internal tool is used as a desktop sandbox in our CI process to grab a screenshot of a hopefully functional endpoint"
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_blurb_optional_extras_enabled: false
project_deprecation_status: true
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "latest"}
# development version
development_versions: false
# container parameters
common_param_env_vars_enabled: false
param_container_name: "{{ project_name }}"
param_usage_include_ports: true
param_ports:
- { external_port: "3000", internal_port: "3000", port_desc: "WebUI" }
param_usage_include_env: true
param_env_vars:
- { env_var: "URL", env_value: "http://google.com", desc: "Specify an endpoint, the container will automatically determine the correct protocol and program to use" }
param_usage_include_vols: false
# application setup block
app_setup_block_enabled: false
# changelog
changelogs:
- { date: "25.04.23:", desc: "Deprecate." }
- { date: "16.04.23:", desc: "User Chromium image as base." }
- { date: "16.11.22:", desc: "Revert the rdesktop baseimage's sesman change that introduced a delay." }
- { date: "24.10.22:", desc: "Rebase to Alpine 3.16, migrate to s6v3." }
- { date: "18.04.20:", desc: "Initial release." }