Skip to content

Commit 355cd40

Browse files
Bot Updating Templated Files
1 parent 958d41a commit 355cd40

1 file changed

Lines changed: 73 additions & 27 deletions

File tree

readme-vars.yml

Lines changed: 73 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,25 @@ project_url: "https://github.com/phpmyadmin/phpmyadmin/"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/phpmyadmin-logo.png"
77
project_blurb: |
88
[{{ project_name|capitalize }}]({{ project_url }}) is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
9-
109
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
11-
1210
# supported architectures
1311
available_architectures:
14-
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
15-
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
16-
12+
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13+
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1714
# container parameters
1815
common_param_env_vars_enabled: true
1916
param_container_name: "{{ project_name }}"
20-
2117
param_usage_include_env: false
22-
2318
opt_param_usage_include_env: true
2419
opt_param_env_vars:
25-
- { env_var: "PMA_ARBITRARY", env_value: "1", desc: "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)"}
26-
- { env_var: "PMA_ABSOLUTE_URI", env_value: "https://phpmyadmin.example.com", desc: "Set the URL you will use to access the web frontend"}
27-
20+
- {env_var: "PMA_ARBITRARY", env_value: "1", desc: "Set to `1` to allow you to connect to any server. Setting to `0` will only allow you to connect to specified hosts (See Application Setup)"}
21+
- {env_var: "PMA_ABSOLUTE_URI", env_value: "https://phpmyadmin.example.com", desc: "Set the URL you will use to access the web frontend"}
2822
param_usage_include_ports: true
2923
param_ports:
30-
- { external_port: "80", internal_port: "80", port_desc: "Port for web frontend" }
31-
24+
- {external_port: "80", internal_port: "80", port_desc: "Port for web frontend"}
3225
param_usage_include_vols: true
3326
param_volumes:
34-
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
35-
27+
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
3628
# application setup block
3729
app_setup_block_enabled: true
3830
app_setup_block: |
@@ -41,18 +33,72 @@ app_setup_block: |
4133
We support all of the official [environment variables](https://docs.phpmyadmin.net/en/latest/setup.html#docker-environment-variables) for configuration as well as directly editing the config files.
4234
4335
For more information check out the [phpmyadmin documentation](https://www.phpmyadmin.net/docs/).
44-
36+
# init diagram
37+
init_diagram: |
38+
"phpmyadmin:latest": {
39+
docker-mods
40+
base {
41+
fix-attr +\nlegacy cont-init
42+
}
43+
docker-mods -> base
44+
legacy-services
45+
custom services
46+
init-services -> legacy-services
47+
init-services -> custom services
48+
custom services -> legacy-services
49+
legacy-services -> ci-service-check
50+
init-migrations -> init-adduser
51+
init-nginx-end -> init-config
52+
init-os-end -> init-config
53+
init-config -> init-config-end
54+
init-phpmyadmin-config -> init-config-end
55+
init-os-end -> init-crontab-config
56+
init-mods-end -> init-custom-files
57+
base -> init-envfile
58+
init-os-end -> init-folders
59+
init-php -> init-keygen
60+
base -> init-migrations
61+
base -> init-mods
62+
init-config-end -> init-mods
63+
init-version-checks -> init-mods
64+
init-mods -> init-mods-end
65+
init-mods-package-install -> init-mods-end
66+
init-mods -> init-mods-package-install
67+
init-samples -> init-nginx
68+
init-permissions -> init-nginx-end
69+
base -> init-os-end
70+
init-adduser -> init-os-end
71+
init-envfile -> init-os-end
72+
init-migrations -> init-os-end
73+
init-keygen -> init-permissions
74+
init-nginx -> init-php
75+
init-nginx-end -> init-phpmyadmin-config
76+
init-folders -> init-samples
77+
init-custom-files -> init-services
78+
init-mods-end -> init-services
79+
init-config-end -> init-version-checks
80+
init-services -> svc-cron
81+
svc-cron -> legacy-services
82+
init-services -> svc-nginx
83+
svc-nginx -> legacy-services
84+
init-services -> svc-php-fpm
85+
svc-php-fpm -> legacy-services
86+
}
87+
Base Images: {
88+
"baseimage-alpine-nginx:3.20" <- "baseimage-alpine:3.20"
89+
}
90+
"phpmyadmin:latest" <- Base Images
4591
# changelog
4692
changelogs:
47-
- { date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings." }
48-
- { date: "24.05.24:", desc: "Rebase to Alpine 3.20." }
49-
- { date: "28.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3." }
50-
- { date: "25.12.23:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
51-
- { date: "06.09.23:", desc: "Add support for custom themes." }
52-
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
53-
- { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
54-
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
55-
- { date: "18.11.22:", desc: "Rebasing to Alpine 3.16, migrate to s6v3." }
56-
- { date: "20.08.22:", desc: "Rebasing to Alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
57-
- { date: "23.01.22:", desc: "Pin versions to 5.x.x." }
58-
- { date: "14.06.21:", desc: "Initial Release." }
93+
- {date: "27.05.24:", desc: "Existing users should update their nginx confs to avoid http2 deprecation warnings."}
94+
- {date: "24.05.24:", desc: "Rebase to Alpine 3.20."}
95+
- {date: "28.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
96+
- {date: "25.12.23:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf."}
97+
- {date: "06.09.23:", desc: "Add support for custom themes."}
98+
- {date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf."}
99+
- {date: "13.04.23:", desc: "Move ssl.conf include to default.conf."}
100+
- {date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1."}
101+
- {date: "18.11.22:", desc: "Rebasing to Alpine 3.16, migrate to s6v3."}
102+
- {date: "20.08.22:", desc: "Rebasing to Alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))."}
103+
- {date: "23.01.22:", desc: "Pin versions to 5.x.x."}
104+
- {date: "14.06.21:", desc: "Initial Release."}

0 commit comments

Comments
 (0)