@@ -7,48 +7,104 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma
77project_blurb : " [Krita]({{ project_url }}) is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone."
88project_lsio_github_repo_url : " https://github.com/linuxserver/docker-{{ project_name }}"
99project_blurb_optional_extras_enabled : false
10-
1110# supported architectures
1211available_architectures :
13- - { arch: "{{ arch_x86_64 }}", tag: "latest"}
14- - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
15-
12+ - {arch: "{{ arch_x86_64 }}", tag: "latest"}
13+ - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1614# development version
1715development_versions : false
18-
1916# container parameters
2017common_param_env_vars_enabled : true
2118param_container_name : " {{ project_name }}"
2219param_usage_include_env : true
2320param_env_vars :
24- - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
21+ - {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
2522param_usage_include_vols : true
2623param_volumes :
27- - { vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores local files and settings" }
24+ - {vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores local files and settings"}
2825param_usage_include_ports : true
2926param_ports :
30- - { external_port: "3000", internal_port: "3000", port_desc: "Krita desktop gui." }
31- - { external_port: "3001", internal_port: "3001", port_desc: "Krita desktop gui HTTPS." }
27+ - {external_port: "3000", internal_port: "3000", port_desc: "Krita desktop gui."}
28+ - {external_port: "3001", internal_port: "3001", port_desc: "Krita desktop gui HTTPS."}
3229opt_security_opt_param : true
3330opt_security_opt_param_vars :
34- - { run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker." }
35-
31+ - {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."}
3632# Kasm blurb settings
3733kasm_blurb : true
3834external_http_port : " 3000"
3935external_https_port : " 3001"
4036noto_fonts : " font-noto-cjk"
41-
4237# application setup block
4338app_setup_block_enabled : true
4439app_setup_block : |
4540 The application can be accessed at:
4641
4742 * http://yourhost:3000/
4843 * https://yourhost:3001/
49-
44+ # init diagram
45+ init_diagram : |
46+ "krita:latest": {
47+ docker-mods
48+ base {
49+ fix-attr +\nlegacy cont-init
50+ }
51+ docker-mods -> base
52+ legacy-services
53+ custom services
54+ init-services -> legacy-services
55+ init-services -> custom services
56+ custom services -> legacy-services
57+ legacy-services -> ci-service-check
58+ init-migrations -> init-adduser
59+ init-kasmvnc-end -> init-config
60+ init-os-end -> init-config
61+ init-config -> init-config-end
62+ init-os-end -> init-crontab-config
63+ init-mods-end -> init-custom-files
64+ base -> init-envfile
65+ init-os-end -> init-kasmvnc
66+ init-nginx -> init-kasmvnc-config
67+ init-video -> init-kasmvnc-end
68+ base -> init-migrations
69+ base -> init-mods
70+ init-config-end -> init-mods
71+ init-mods -> init-mods-end
72+ init-mods-package-install -> init-mods-end
73+ init-mods -> init-mods-package-install
74+ init-kasmvnc -> init-nginx
75+ base -> init-os-end
76+ init-adduser -> init-os-end
77+ init-envfile -> init-os-end
78+ init-migrations -> init-os-end
79+ init-custom-files -> init-services
80+ init-mods-end -> init-services
81+ init-kasmvnc-config -> init-video
82+ init-services -> svc-cron
83+ svc-cron -> legacy-services
84+ init-services -> svc-de
85+ svc-nginx -> svc-de
86+ svc-de -> legacy-services
87+ init-services -> svc-docker
88+ svc-de -> svc-docker
89+ svc-docker -> legacy-services
90+ init-services -> svc-kasmvnc
91+ svc-pulseaudio -> svc-kasmvnc
92+ svc-kasmvnc -> legacy-services
93+ init-services -> svc-kclient
94+ svc-kasmvnc -> svc-kclient
95+ svc-kclient -> legacy-services
96+ init-services -> svc-nginx
97+ svc-kclient -> svc-nginx
98+ svc-nginx -> legacy-services
99+ init-services -> svc-pulseaudio
100+ svc-pulseaudio -> legacy-services
101+ }
102+ Base Images: {
103+ "baseimage-kasmvnc:alpine320" <- "baseimage-alpine:3.20"
104+ }
105+ "krita:latest" <- Base Images
50106# changelog
51107changelogs :
52- - { date: "23.05.24:", desc: "Rebase to Alpine 3.20." }
53- - { date: "10.02.24:", desc: "Rebase to Alpine 3.19, update Readme with new env vars, and ingest proper PWA icon." }
54- - { date: "07.12.23:", desc: "Initial Release." }
108+ - {date: "23.05.24:", desc: "Rebase to Alpine 3.20."}
109+ - {date: "10.02.24:", desc: "Rebase to Alpine 3.19, update Readme with new env vars, and ingest proper PWA icon."}
110+ - {date: "07.12.23:", desc: "Initial Release."}
0 commit comments